/***
 * Les styles communs à tout le site
 */
body {
	margin:0; 
	padding:0; 
	background: #FFFDE3 url(../_images/jpg/bleu.jpg) repeat-y left; 
	font: normal 0.9em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
}
img {
	border:0;
}
a {
	text-decoration: none; 
	color: #000000; 
}
a:hover {
	text-decoration: underline; 
	color: #000000; 
}
a:active {text-decoration: underline; color: #000000; background-color: transparent}
a:visited {text-decoration: none; color: #000000; background-color: transparent}

h1 {margin-left:0;text-align: left;font-size: 22pt; color: #313390}

#site {
	position: absolute;
	width: 980px;
	top:1%; left: 1%;
}
.chapeau{margin: 10px 0; color: #2c1570}
.contenu {
	position:absolute;
	top:71px; left: 0;
}
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
 
/*pour ie*/
.clearfix {height:1%}

/***
 * Styles de déboguage
 */
.orange {
	background: #ff8a00;
}
.jaune {
	background: yellow;
}
.bleu {
	background: blue;
}


/**
 * Styles pour le bandeau haut
 */
#bandeau_haut {
	height: 71px; 
}
#bandeau_haut div {width: 32%; height: 75px}
#bandeau_haut .centre {margin: auto; text-align: center}
#bandeau_haut .gauche {width: 200px; float: left; text-align: left}
#bandeau_haut .droite {width: 300px; float: right; text-align: right}
#bandeau_haut .droite img {margin-top: 30px}


/**
 * Styles pour le bandeau bas
 */
#bandeau_bas {
	clear:both;
	height: 50px;
}
#bandeau_bas .centre {float:left; width:55%; text-align:center}
#bandeau_bas .gauche {float:left; width:20%; text-align:left}
#bandeau_bas .droite {float:right; width:20%; text-align:right}
#bandeau_bas .adresse {font: normal 0.9em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000066; text-align: left}
#bandeau_bas .adresse:link, .adresse:hover, .adresse:active, .adresse:visited {color: #000066; text-decoration: none}
#bandeau_bas .adresse:hover {color:#CC6600; text-decoration: underline}


/**
 * Styles pour le menu
 */
#menu {
	float:left;
	width: 175px;
	margin-top:15px;
}
#menu p {
	margin: 0 0 5px 0;
}

.menu {
	clear:left;
	width:175px;
	height:37px;
	margin-top:5px;
}



#swf_evaluation {
	position:absolute;
}

object			{


background:none;
}







