/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	background-image: url(images/fond_site_2011.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #990000;
	scrollbar-arrow-color:  #cc0000;
	scrollbar-3dlight-color: #dddddd;
	scrollbar-shadow-color: #dddddd;
	scrollbar-darkshadow-color: #dddddd;
	scrollbar-base-color: White;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-track-color: #dddddd;
}

iframe {
	scrollbar-arrow-color:  #cc0000; 
	scrollbar-3dlight-color: #dddddd;
	scrollbar-shadow-color: #dddddd;
	scrollbar-darkshadow-color: #dddddd;
	scrollbar-base-color: White;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-track-color: #eeeeee;
}

div {
text-align:center;
}

a {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	}
a:hover {	
	text-decoration: underline;
	color: #FF0000;
	}
a:visited {	
	text-decoration: none;
	color: #FF0000;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: -20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #CC0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #CC0000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#990000;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#990000;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#990000;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#990000;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	font-weight:bold;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.center {
	text-align: center;
	margin-bottom: 5px;
}

.gras {
	font-weight: bold;
}
.red {
	color: #FFFFFF;
}
.bg_white {
	background-color: white;
}
.gras_red {
	font-weight: bold;
	color: #CC0000;
}
.bg_1 {
	background-color: #FFEEEE;
	font-weight: bold;
	color: #CC0000;
}
.lirelasuite {
	text-align: right;
}
.menu_haut {
	text-decoration: none;
	font: normal normal normal 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#body {
	width: 968px;
	height: auto;
	margin: auto;
	max-height: 100%;
}

/*------------------entete début----------------*/

#body #entete {
	height: 200px;
	width: 968px;
	margin: auto;
	background-image: url(images/fond_entete_partenaires_2011.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#body #entete #lien_externe {
	height: 35px;
	width: 968px;
	float: right;
}
#body #entete #info {
	width: 750px;
	text-align: center;
	float: right;
	height: 21px;
	padding-top: 113px;
}
#body #entete #menu_haut {
	width: 965px;
	text-align: center;
	margin: auto;
	height: 30px;
	vertical-align: middle;
	float: left;
}

/*------------------entete fin-----------------*/
#body  #publicite1 {
	height: 70px;
	width: 968px;
	background-color: #F3F3F3;
	float: left;
	padding-top: 10px;
}
#body #publicite1 #pub {
	height: 60px;
	width: 468px;
	background-color: #CCCCCC;
	float: none;
	margin-top: 10px;
	margin: auto;
}

/*------------------ Pied début----------------*/
#body #piedpage {
	width:968px;
	height:55px;
	margin: auto;
	background-color: #dddddd;
	float: left;
}
          
#body #piedpage #institutionnels {
	width:650px;
	float: left;
	height: 45px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
}
#body #piedpage #institutionnels img {
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 2px;
}
#body #piedpage #credits {
	width:300px;
	float: right;
	height: 40px;
	padding-top: 5px;
	padding-right: 5px;
}
/*------------------ Pied fin----------------*/
.button460 {
	display: block;
	height: 24px; /* sliding doors padding */
	text-decoration: none;
	background-image: url(images/button460.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.button360 {
	display: block;
	height: 24px; /* sliding doors padding */
	text-decoration: none;
	background-image: url(images/button360.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
