@charset "UTF-8";
/* CSS Document */

/*------------------------------------------Main css-------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, active, hover, selected {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: 'Gilda Display', serif;
	font-size:1em;
	color:#000;
}
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

html, body { height: 100% }	
header, section, article, nav, footer, aside, menu, hgroup, figure, figcaption, main {
	display:block;
}

p {
	padding:10px;
	text-align:justify;
}
#page {
	min-height: 100%;
	position: relative;
}
#bloc-principal {
	padding-bottom: 54px;
}	
header {
	
	height: 63px;
	min-width: 960px;
	background: url(Images/fondmenu_bi.png) no-repeat center 0px;	
}
h1 {
	font-size: 3.8em;
	color: rgb(186,23,20);
	clear: both;
	text-transform: uppercase;
	padding-top:30px;
	padding-left:110px;
	padding-bottom:10px;
	text-shadow:#ccc 1px 1px 1px;
}
.bigger {
	font-size:1.3em;
}
sub {
	vertical-align: 15%;
	font-size:0.7em;
	color: rgb(186,23,20);
	text-shadow:#ccc 1px 1px 1px;
	
}
.subb {
	color:#000;
}
.mainmarge {
	 width:960px;
	 margin-left:auto;
	 margin-right:auto;
}
	
/*------------------------------------------------MENU-----------------------------------------------------------*/
.menu {
	padding-bottom:40px;
	
	
}
#roundmenu {
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	padding-left:20px;
}
#longmenu {
	/*padding-right:130px;*/	
}

	
ul.MenuBarHorizontal{
	
	list-style-type: none;
	cursor: default;
	display: block;
	z-index: 2003;
	clear: left;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	width:960px;
	background: url(Images/fondmenu_r.png);
	height:55px;
	margin-top: 15px;
	
	
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{z-index: 1000;}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li{
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	padding-left: 7px;
	padding-right: 5px;
	
	
	
}	

ul.MenuBarHorizontal a{
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 14px;
	padding-left: 13px;
	padding-right: 13px;
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	-moz-transition: background-color 0.5s ease-in-out 0s;
	-ms-transition: background-color 0.5s ease-in-out 0s;
	-o-transition: background-color 0.5s ease-in-out 0s;
	transition: background-color 0.5s ease-in-out 0s;
	line-height:1.2em;
	font-size:0.9em;
	
	
}
ul.MenuBarHorizontal .centrer a{
	padding-bottom:17px;
	padding-top:23px;
}

/*BROWSER HACKS: the hacks below should not be changed unless you are an expert*/
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection{/* Menu items that have mouse over or focus have a blue background and white text */
.MenuBarHorizontal a:hover, .MenuBarHorizontal a:focus, .MenuBarHorizontal a:active {
	max-width: 100%;
	color: #000;
	text-shadow:#444 0px 0px 1px;
	-webkit-transition: color 0.&s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-ms-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
	
	
		
		
}
.ie678 .MenuBarHorizontal a:hover, .MenuBarHorizontal a:focus, .MenuBarHorizontal a:active {	
}
ul.MenuBarHorizontal li.MenuBarItemIE{
	display: inline;
	f\loat: left;
	background: #FFF;
}}
ul.MenuBarHorizontal #actif a {
	color: #000;
	text-shadow:#444 0px 0px 1px;
	
	
	
	
}
/* MENU --------------------------------FIN--------------------------------------------MENU*/


/*------------------------copyrights------------------------------------------------------*/

footer {
	height: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-width : 960px;
	text-align: center;
	background: #333;
	box-shadow: 0px 0px 7px 3px #999;	
}
footer ul{
	display:inline;
}
footer li {
	display: inline-block;
	text-decoration: none;
	list-style-type: none;
	font-size: 0.8em;
	color: #ccc;
	vertical-align: middle;	
	padding-left:2%;
	padding-right:2%;	
}

footer a {
	cursor: pointer;
	color: #3dbdfb;
	text-decoration: none;	
}

img.zoomeffect {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	height:43px;
	padding-top:7px;
}
img.zoomeffect:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
}

/*-------------------------------------------------------------------------------*/

/* Main css-------------------------------FIN----------------------------------------- END*/

nav img {
	float:left;
	margin-right:30px;

}
nav ul {
	padding:50px 0px 150px 0px;
	
}
nav li {
	
	list-style-image:url(Images/bulletsr.png);
	padding: 5px 0px 5px 0px;
	margin-left:25px;
	line-height:1.4em;
}
nav a {
	text-decoration:none;
	color:#000;
	padding:2px 10px 2px 10px;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;	
}
	
nav a:hover, nav a:focus, nav a:active {
	color: #fff;
	border-top: 1px solid rgb(186,23,20);
	border-right: 1px solid rgb(186,23,20);
	border-bottom: 1px solid rgb(186,23,20);
	border-left: 1px solid rgb(186,23,20);
	background-color: rgb(186,23,20);
	border-radius: 30px;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
h2 {
	font-size:1.4em;
	text-transform:uppercase;
	color:rgb(186,23,20);
	padding:20px 0px 5px 10px;
	line-height:1.5em;
}
#s2 {
	padding-bottom:50px;
	line-height:1.4em;
	clear:both;
}
#s2g{
	width:600px;
	float:left;
}
#s2 img {
	clear:right;
	padding-top:25px;
	padding-left:20px;
	width:340px;
}
#s3 {
	line-height:1.4em;
	clear:both;
	

}
#s3d{
	width:600px;
	float:left;
	padding-bottom:50px;
}
#s3 img {
	float:left;
	padding-right:20px;
	padding-top:15px;
}
#s3 h2 {
	width:960px;
}
#s4 {
	line-height:1.4em;
	clear:both;
	
}
#s4g{
	width:600px;
	float:left;
	padding-bottom:50px;
}
#s4 img{
	padding-top:25px;
	padding-left:20px;
	float:left;
	}
#s5 {
	line-height:1.4em;
	clear:both;
}
#s5d {
	width:600px;
	float:left;
	padding-bottom:50px;
}
#s5 img {
	float:left;
	padding-right:20px;
	padding-top:27px;
}
#s6 {
	line-height:1.4em;
	clear:both;
	
}

#s6g {
	width:600px;
	float:left;
	padding-bottom:50px;
}
#s6 img {
	padding-top:25px;
	padding-left:20px;
	float:left;
	
}
#s7 {
	line-height:1.4em;
	clear:both;
	
}
#s7d {
	width:600px;
	float:left;
	padding-bottom:50px;
}
#s7 img {
	float:left;
	padding-right:20px;
	padding-top:27px;
}
#s7 a {
	cursor: pointer;
	text-decoration:none;
	color:#666;
	
}
#s7 a:hover, #s7 a:focus, #s7 a:active {
	color:#000;
	text-shadow:#000 0px 0px 1px;
	
}
#s8 {
	line-height:1.4em;
	clear:both;
	
}
#s8g{
	width:600px;
	float:left;
	margin-bottom:50px;
}
#s8 img {
	padding-top:25px;
	padding-left:20px;
	float:left;
}
.s9 {
	line-height:1.4em;
	clear:both;
	color:#fff;
	padding-top:40px;
	background:url(images/caducee_b.png) no-repeat bottom right;
	padding-bottom:50px;
}
.s9 a {
	cursor: pointer;
	text-decoration:none;		
	color:#fff;
	font-size:1em;
}
.s9 p {
	text-shadow:#000 0px 0px 3px;
}
.s9 a:hover, .s9 a:focus, .s9 a:active {
	color:#000;
	text-shadow:#000 1px 1px 1px;
	
}	
.definition {
	font-size: 0.8em;
	font-style: italic;
	color:#777;
	padding-bottom:0px;
	padding-top:5px;
}
.def2 {
	font-size: 0.8em;
	font-style: italic;
	padding-bottom:0px;
	padding-top:5px;
	text-shadow:#000 0px 0px 0px;
}
/*--------------------div découvrable-------------------------*/
.savoirplus {
	clear: both;
	width:100%;
	height: 40px;
	background: url(images/fond-sous-menu-bi.png)no-repeat center 0px;
	margin-bottom:45px;
	
}
.savoirplus p {
	background: url(images/fond-sous-menu-radius.png)no-repeat center 0px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	font-size:1em;
	padding-top:11px;
	padding-left:10px;
	
	
}
.savoirplus a:link {
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	font-size:1em;
	text-shadow:#444 0px 0px 0px;
	font-size:0.9em;	
}
.savoirplus a:visited {
	text-decoration:none;
	color:#000;	
}
.savoirplus a:hover, .savoirplus a:focus, .savoirplus a:active {
	color:rgb(186,23,20);
}
 .description {
	 display:none;
	 clear: both;
	 background-color:rgb(186,23,20);
	 min-width: 960px;
}

/*--------------------Fin div découvrable-------------------------*/

#btn_up {
display:none;
position: fixed;
bottom: 60px;
right: 25px;
cursor: pointer;
-webkit-transition: padding-bottom 0.1s ease;
	-moz-transition: padding-bottom 0.1s ease;
	-ms-transition: padding-bottom 0.1s ease;
	-o-transition: padding-bottom 0.1s ease;
	transition: padding-bottom 0.1s ease;
}

#btn_up:hover {
	padding-bottom: 10px;
	-webkit-transition: padding-bottom 0.1s ease;
	-moz-transition: padding-bottom 0.1s ease;
	-ms-transition: padding-bottom 0.1s ease;
	-o-transition: padding-bottom 0.1s ease;
	transition: padding-bottom 0.1s ease;
}