/*************/
/* style.css */
/*************/

body{
	font-family: Georgia;
	font-size: 15px;
	font-weight:bold;
	color: #302F22;
	background-color: #5A5A5A;
	line-height: 1.166;	
	margin: 0px;
	padding: 10px;
}

a:link, a:visited {
/*	color: #302F22;
*/
	color: #FFFFEF;
	text-decoration: none;
}

a:hover {
	color: #C5FF7F;
	text-decoration: none;
}
/*  */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
}

div#souligne {
 font-size: 114%;
 position: relative;
 float: left;
 color: #FFFFEF;
 border-bottom: 3px solid #C5FF7F;
} 

div#non_souligne {
 font-size: 114%;
 position: relative;
 color: #FFFFEF;
} 


div#decale {
padding-left: 22px; 
}

h3{
 font-size: 114%;
 color: #000000;
 font-variant:small-caps;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* ^^^^^^^^ CODE MENU HORIZONTAL^^^^^^^^^^ */
#stylefour{position:relative;display:block;height:35px;font-size:100%;font-weight:bold;background:#73BE18 repeat-x top left;font-family:Georgia;border-top:4px solid #73BE18;border-bottom:4px solid #73BE18;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{
		background:#73BE18;
		color:#C5FF7F;
		display:block;
		line-height:35px;
		margin:0px;
		padding:0px 10px;	
		text-align:center;
		text-decoration:none;
		}
#stylefour ul li a:hover{
		background: #302F22 url("menu/images/hover.gif") bottom center no-repeat;
		color:#C5FF7F;
		text-decoration:none;
		z-index:1000;
		}
#stylefour li ul{
	background:#C5FF7F;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:auto;
	z-index:1000;
border-top:4px solid #73BE18;
	/*top:1em;
	/*left:0;*/
	}
#stylefour li:hover ul{
	display:block;
	}
#stylefour li li {
	background:url('images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:auto;
	}
#stylefour li:hover li a{
	background:none;
	}
#stylefour li ul a{
	display:block;
	margin:0px;
	padding:0px 10px;
	text-align:left;
	color:#302F22;
	}
#stylefour li:hover ul li a{
	background:#C5FF7F;
	border:0px;
	color:#302F22;
	text-decoration:none;
	}
#stylefour li:hover ul li a:hover{
	background:#302F22 url('menu/images/hover_sub.gif') center left no-repeat;
	border:0px;
	color:#FFFFEF;
	text-decoration:none;
	z-index:1000;
	}
#stylefour p{
	clear:left;
	}	
/* ^^^^^^^^ FIN CODE MENU ^^^^^^^^^^ */


#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	width: 100%;
}

#navBar{
	margin: 0px 79% 0 0;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-top: 0px;
}

#content{ 
	margin: 0;
	padding: 0 3% 0 3%;
/*	color:#FFFFEF;
*/
	color:#302F22;
	font-size:14px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/*  */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #CCCCCC;
	font-size: 75%;
	background-color:#CCCCCC;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/*  */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 10px 5px 10px;
	font-size: 90%;
	text-align: right;
}

#search form{
 margin: 0px;
 padding: 0px;
}
#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#search button{
	display: block;
	margin: 0px;
	padding: 0px 5px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 0px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** Rounded corners *************/

.cornerBox { position: relative; background: #ADAE8C; width: 100%; }
.corner { position: absolute; width: 10px; height: 10px; background: url('images/corner.png') no-repeat; font-size: 0%; }
.cornerBoxInner { padding: 10px; border:2px solid #FFFFEF; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }


/************* Tableaux ********/

.tableaux {
	border-collapse: collapse;	
	font-size:115%;
}
.tableaux th {
	font-weight:bold;
	padding:5px 3px;
	background-color:#C5FF7F; 
	color:#302F22;
}
.tableaux td {
	border-bottom:1px solid #FFFFEF;
	padding:5px 3px;
}

.tableaux1 {
	font-size:115%;
	border:1px solid #FFFFEF;
	border-collapse: collapse;	
}
.tableaux1 th {
	font-weight:bold;
	padding:5px 3px;
	color:#302F22;
	border-bottom:1px solid #FFFFEF;
}
.tableaux1 td {
	vertical-align:top;
	padding:5px;
}
.titre {
	font-size: 14px;
	font-weight: bold;
	vertical-align:bottom;
}
/******uniformisation de la taille des images******/
.img {
	width:170px; 
	height:170px;
	}