@import url("reset.css");

body {
	background: #a5967c url(../images/bgBody.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a:link {}
a:visited {}
a:hover {}
a:active {}

h1 {}
h2 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:14px;text-transform:uppercase;color:#936126;font-weight:bold;}
h3 {font-familY:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#4c412e;margin-bottom:5px;}
h4 {}
h5 {}
h6 {}

p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:12px;color:#82745c;margin-bottom:6px;text-align:justify;}

ul {}
li {}

#page {
width: 750px;
background:#fff;
margin: 0 auto;
}

/* Header
--------------------------------------------------------------------------------------- */

#header {
height:349px;
width:750px;
background:url(../images/bgHeader.jpg);
	
	}



/* Content
--------------------------------------------------------------------------------------- */

#content {
padding:8px;
	
}

#reseau{
height:71px;
padding-top:10px;
clear:both;
margin-bottom:17px;
background:url(../images/bgReseau.jpg);
}

.hrefPdf{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#82745c;
padding-top:5px;
display:block;
}

.bottom{
text-align:center;margin-bottom:0px;	
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#82745c;
}

.bottom a{
color:#82745c;
text-decoration:none;
}

.click{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
color:#d5520f;
text-transform:uppercase;
}

.orange{
color:#d5510f;	
}


/* Le Footer
--------------------------------------------------------------------------------------- */

#footer {
clear: both;
width:750px;
margin:0 auto;
padding-top:8px;
padding-bottom:8px;
}

#footer p{
text-align:center;	
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
}
#footer p a{
text-align:center;	
color:#fff;
text-decoration:none;
}


/* Classes diverses
------------------------------------- */

.clear {clear: both;}
.flt-right {float: right;}
.flt-left {float: left;}
.txt-right {text-align: right;}
.txt-center {text-align: center;}
.txt-left {text-align: left;}
.img-left {
	float: left; 
	margin: 0 10px 4px 0; 
}
.img-right {
	float: right; 
	margin: 0 0 4px 10px;
}
.noborder {border: none;}
.alt {background: #f0f0f0;}


