/* CSS Document */

/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align: center;
	background-color:#FFFFFF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	
}

#container{	
	/* position: relative : obligatoire si on veut positionner des éléments internes en absolu */
	position:relative;
	width: 1000px;
	height:750px;
	margin:30px auto;
	text-align:left;
	border:1px solid #7E0908;

}

#logo{
	text-align:left;
}

#menu{
	margin-top:3px;
}

#menu a{
	margin:0 5px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	margin-top:27px;
	padding:0;
	color:#fff;
}

h1 a{
	color:white;
	
}

h2 a{
	color:#7E0908;
	font-size:24px;
	margin-top:25px;
}



/* Haut de page */
#header, #header_home{
	position:absolute;
	top:0;
	left:0;
	width:539px;
	height:327px;
	background-image:url(../images_interface/fond_logo.jpg);
	background-repeat:no-repeat;
	background-position:40px 55px;
}

#header_home{
	/*background-image:url(../images/home1.jpg);
	background-position:left top;*/
}

#header a, #header_home a{
	display:block;
	width:414px;
	height:152px;
	margin-left:40px;
	margin-top:55px;
}

#header a:hover, #header_home a:hover{
	text-decoration:none;
}

#header span, #header_home span{
	visibility:hidden;
}

#menu1{
	position:absolute;
	top:300px;
	left:42px;
	width:600px;
}

#menu1 a{
	float:left;
	display:block;
	margin-right:5px;
	color:#BBB900;
	font-size:11px;
}

#menu1 a:hover{
	border-bottom:0;
}


#content, #content_home{
	position:absolute;
	top:327px;
	left:0;
	width:459px;
	height:314px;
	background-color:#BBB900;
	padding:5px 40px;
	text-align:left;
	color:white;
}

#content_home{
	/*background-image:url(../images/home2.jpg);
	background-position:178px 0;
	background-repeat:no-repeat;*/
}

#content a{
	color: white;
}

#illustration_page{
	position:absolute;
	top:0px;
	left:539px;
	width:461px;
	height:651px;
	background-image:url(../images_interface/fond_illustration.jpg);
}

#footer{
	position:absolute;
	top:651px;
	left:0;
	width:1000px;
	height:99px;
	
}

#lien_entre_deux{
	position:absolute;
	left:40px;
	top:5px;
	color:#7E0908;
}

#la_presse{
	position:absolute;
	right:40px;
	top:5px;
	color:#7E0908;
}

#adresse{
	position:absolute;
	left:0;
	top:80px;
	width:100%;
	text-align:center;
	color:#7E0908;
}

#adresse a{
	color:#7E0908;
	text-decoration:underline;
}

strong{
	color:#7E0908;
}
