/*
bleu fonc� background : #153D90
bleu ciel (hover menuhaut) :#B4D9FF
gris haut : DEDEDE

drapeaux complet : 160px
1 drapeau : 40px x 17px

border-bottom content : E0E0E0
pied : margin top de 1px
gris bg pied #EDEDED
gris texte pied #8C8C8C
menuhaut : 29 px
*/

* {margin:0; padding:0; border:0}
html {height:100%}
body {
	text-align: center ;
	font: 75%/0.75em Verdana, arial, helvetica, sans-serif ;
	background: #EdEdEd ;
	height:100%;
	color:#222222;
}


div#conteneur, div#header, div#content, div#footer {width: 960px ;}

div#conteneur {
	margin: 0 auto ;
	text-align: left ;
	background:#fff url('../img/bg_conteneur.jpg') no-repeat;
	position:relative;
}
div#header {
	height:240px;
	position:relative;
}
div#content {
border-bottom:1px solid #E0E0E0;
min-height:250px;
	}
div#gauche {
	width:180px;
	background:url('../img/bg_gauche.jpg') no-repeat;
	float:left;
	margin-top:67px;
	}
div#contenu
{
	float:left;
	width:745px;
	margin-left:20px;


}
div#footer
{
	clear:both;
	text-align: center ;
	background:#ededed;
	margin-top:1px;
	padding-top:5px;
	color:#8c8c8c;
	height:20px;
	min-height:20px;

}
a {text-decoration:none;color:#153D90;}
a:hover {color:#8F9EB3}
