@import url("tete.css");
@import url("navibar.css");
@import url("content.css");
@import url("pied.css");
@import url("form.css");

* {
padding:0;
margin:0;
}

body {
	font-size:11px;
	color:#000000;
	background: #ce0d0d url('/images/modele/body.gif') repeat;
	font-family: "Arial Narrow", Arial, sans-serif;	
	margin:0 auto;
	
}
/*#body2 {
	width:797px;
	margin:0 auto;
	background: #ce0d0d url(/images/modele/body2.gif) center repeat-y;
}*/

#page {
    width:762px;
    margin:0 auto;
    background: transparent url('/images/modele/corps.gif') repeat center;
    border:1px solid white;
    border-top:none;
}


#tete {
    background: #BEC7D1 url('/images/modele/tete.jpg') no-repeat;
    width:760px;
    height:132px;
    position:relative;
}

#navGauche {
    background: transparent url('/images/modele/left.jpg') no-repeat;
    width:137px;
    height:529px;
    float:left;
    position:relative;
    top:-30px;
}

#pied {
    background: transparent url('/images/modele/pied.gif') no-repeat center bottom;
    width:762px;
    height:9px;
    clear:both;
    position:relative;
}