/* CSS Document */


/**********************************************/
/*						GENERAL				  */
/**********************************************/

body {
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6E6E6E;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
}
p{
	margin:0px;
	padding: 0px 0px 5px 0px;
}

img{
	border:none;
}


a:link, a:visited, a:active {
	text-decoration: none;
	color:#000000;
}

a:hover {
	text-decoration: underline;
}

h1
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#000000;
	color:#FFD800;
	margin-bottom:15px;
	padding:3px;
	border:1px solid #000000;
}

h2
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFD800;
	text-decoration:none;
	font-weight:bold;
}

/**********************************************/
/*		DIVS COMMUNES HOME & PAGE TYPE	 	  */
/**********************************************/
.container {
	position: relative;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	vertical-align: top;
}

#logo-print{
	display: block;
	position: absolute;
	left:10px;
	top:0px;
	z-index:1000;
}

#ombre-gauche{
	display:none;
}

#ombre-droite{
	display:none;
}
#zone-centrale{
	position: relative;
	width:760px;
	float:left;
}

#menu{
	display: none;

}

#footer{
	position: relative;
	width:600px;
	float:left;
	color:#ABABAB;
	text-align:center;
	padding-right:0px;
	padding-top:30px;
}



/**********************************************/
/*					DIVS HOME				  */
/**********************************************/

#header-home{
	position: relative;
	width:760px;
	height:300px;
	background-color:#FFFFFF;
	float:left;
	background-image: url(images/fond_header_home.gif);
	background-repeat: no-repeat;

	display:none;

}

#content-home{
	position: relative;
	width:760px;
	height:auto;
	_height:auto;
	float:left;
	background-image: url(images/fond_content_home.jpg);
	background-repeat: no-repeat;
	padding-top:120px;
}

#content-home-choisir{
	position: relative;
	width:265px;
	float:left;
	color:#FFFFFF;
}

#content-home-actu{
	position: relative;
	width:240px;
	float:left;
	color:#FFFFFF;
}

/**********************************************/
/*				DIVS PAGE TYPE				  */
/**********************************************/

#header{
	position: relative;
	width:760px;
	height:175px;
	float:left;
	background-image: url(images/fond_header.gif);
	background-repeat: no-repeat;

	display: none;


}
#header-gauche{
	position: relative;
	float:left;
}
#header-anim{
	padding-top:60px;
	position: relative;
	float:left;
}
#noflash{
	position: relative;
	width:520px;
	height:70px;
	text-align:center;
	padding-top:30px;
}
#noflash a:link,#noflash a:hover,#noflash a:visited{
	color:#999999;
	text-decoration:underline;
}
#content{
	position: relative;
	width:760px;
	height:auto;
	_height:auto;
	float:left;
	background-color:#6E6E6E;
}

#main-content{
	position: relative;
	width:600px;
	float:left;
	color:#FFFFFF;
	padding-right:20px;
	text-align:justify;
	padding-bottom:10px;	
	padding-top:120px;
}
#imprimer{
	position: relative;
	float:left;
	color:#FFFFFF;
	padding-top:10px;	
	padding-bottom:10px;	
}


/**********************************************/
/*				STYLES TXT & LIENS 			  */
/**********************************************/

.lien-menu-niveau2,
a.lien-menu-niveau2:link,
a.lien-menu-niveau2:visited,
a.lien-menu-niveau2:active
{
 	color:#008596;
	text-decoration: none;
	font-weight:normal;
}
a.lien-menu-niveau2:hover
{
 	color:#023863;
	text-decoration: none;
}
