html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	background:url("images/fond.jpg") no-repeat top center #000;
	margin:0;padding:0
}
	
#main{
	background: url("images/fond_corps.jpg") no-repeat top center #FFF;
	margin:auto;
	width:947px;
	min-height:105%;
	height:auto !important;
	height:105%;
	/* les 3 lignes au dessus permet de faire passe le min-height pour IE6 */
}

#bandeau{
	background:url("images/bandeau.jpg");
	clear:both;
	height:150px;
	width:947px;
	color:#000;
	font-family:arial;
	font-size:10px;
	text-align:right;
}

#menu{
	background:url("images/fond_menu.jpg") no-repeat top left;
	height:38px;
	margin:0;
	padding:0;
	width:947px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#corps{
	clear:both;
	margin:0;
	padding:0 20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#fil_ariane{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:-12px;
	margin-bottom:15px;
}

#fil_ariane a{
	font-size:10px;
}

#bas{
	background:url("images/fond_bas.jpg") no-repeat top center;
	clear:both;
	height:19px;
	width:100%;
	padding-top:42px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7D7D7D;
	font-weight:bold;
	bottom:0;
	position:relative;
}

#bas a {
	font-size:11px;
	color:#606060;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#bas a:hover{
	color:#E60000;
	text-decoration:underline;
}

/*********** menu ******************************/

#table_menu {
	width:947px;
	border:0;
}

#table_menu td a{
	color:#000;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:38px;
	line-height:28px;
	text-decoration:none;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

	
#table_menu td:hover,#table_menu td.active{
	background:url("images/menu_on.gif") repeat top left;
}

/*********** mise en page du contenu ***********/

p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:0;
	margin:0;
}

ul.presentation {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

td.histoire p{
	margin-bottom:8px;
}

td.histoire img{
	border:1px solid #000;
}

#corps .imgborder {
	border: 1px solid #000;
	padding:2px 2px 2px 2px;
}

.histoire img {
	border: 1px solid #000;
	padding:2px 2px 2px 2px;
}

#tddossierpresse {
	vertical-align:top;
	text-align:center;
	padding-top:35px;
}

#tddossierpresse img{
	margin-top:15px;
}

#tddossierpresse a{
	font-size:14px;
	font-weight:bold;
	color:#E20005;
}

#tddossierpresse a:hover{
	color:#000;
}

#ul_plan li{
	padding:5px;
}

#sous_menu_medias {
	background-color:#FFFFFF;
	width:150px;
	position:absolute;
	margin-top:29px;
	margin-left:564px;
	border-left:1px solid #F2C000;
	border-right:1px solid #F2C000;
	border-bottom:1px solid #F2C000;
	display:none;
	z-index:34565;
}

#sous_menu_medias ul{
	height:150px;
	margin:0;
	padding:0;
}

#sous_menu_medias ul li{
	display:block;
	list-style:none;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	border-top:1px dotted #FFF;
	border-bottom:1px dotted #FFF;
}

#sous_menu_medias ul li a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#sous_menu_medias ul li a:hover{
	color:#606060;
}

#sous_menu_medias ul li:hover{
	background-image:url(images/motif_h1.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px dotted #B6B6B6;
	border-top:1px dotted #B6B6B6;
}





#sous_menu_ecole {
	background-color:#FFFFFF;
	width:270px;
	position:absolute;
	margin-top:29px;
	margin-left:211px;
	border-left:1px solid #F2C000;
	border-right:1px solid #F2C000;
	border-bottom:1px solid #F2C000;
	display:none;
	z-index:34565;
}

#sous_menu_ecole ul{
	height:90px;
	margin:0;
	padding:0;
}

#sous_menu_ecole ul li{
	display:block;
	list-style:none;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	border-top:1px dotted #FFF;
	border-bottom:1px dotted #FFF;
}

#sous_menu_ecole ul li a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#sous_menu_ecole ul li a:hover{
	color:#606060;
}

#sous_menu_ecole ul li:hover{
	background-image:url(images/motif_h1.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px dotted #B6B6B6;
	border-top:1px dotted #B6B6B6;
}
