/** Général **/

body{
margin: 0 auto
}
a img{
border:0;
}

a {
color: #677e17;
text-decoration: none;
font-family: Arial;
font-size:12px;
}

a:hover {
color: #677e17;
text-decoration: underline;
font-family: Arial;
font-size:12px;
}

/**Fin Général **/

/** Header **/

#header{
	background : url(images/header.png) no-repeat;
	width:1000px;
	height:189px;
	margin: 0 auto;
}

#global {
	width: 1000px;
	margin: 0 auto;
}

/* Bloc central */
#centre {
	background: url(images/bg_contenu.png) repeat-y;
	width: 100%;
	overflow: hidden;
}

/** Partie Gauche **/

#gauche{
background: url(images/bg_gauche.png) no-repeat bottom;
float: left;
width: 150px;
padding-bottom:340px;
margin-left:50px;
}

#menu {
float : left;
margin: 0 0 0 -6px;
}

.elemtitre {
background : url(images/bg_titre1.png) no-repeat;
height : 50px;
width : 136px;
margin : -20px auto;
padding-top:54px;
padding-left:30px;
font-family : arial;
font-size : 13px;
text-transform : uppercase;
color : #647d0c;
}

.elemtitre2 {
background : url(images/bg_titre2.png) no-repeat;
height : 49px;
width : 136px;
margin : -20px auto;
padding-top:20px;
padding-left:30px;
font-family : arial;
font-size : 13px;
text-transform : uppercase;
color : #647d0c;
}

.elemMenu {
background : url(images/bg_menu.png) no-repeat;
height : 19px;
width : 116px;
margin: 0 auto;
font-family : arial;
font-size:14px;
color: #FFF;
padding-left:40px;
padding-top: 1px;
margin-left:0px;
font-size : 13px;
}

.elemMenu a{
text-decoration:none;
color:#FFF;
}

.basMenu {
height : 17px;
width : 156px;
margin-top: -1px;
}

/** Boite 1 **/

#titremenu1 {
float : left;
width: auto;
height : auto;
margin: 10px 0 0 0px;
padding-left : 21px;
}

#boite1 {
float : left;
width: auto;
height : auto;
margin: 0px 0 0 0px;
padding-left : 21px;
}

/** Fin Partie Gauche **/

/* Partie Centrale */

#milieu {
float: left;
width: 550px;
padding-top: 10px;
color: #677e17;
text-align:center;
}

#presentation{
width:550px;
float:left;
overflow:hidden;
color: #677e17;
font-family: arial;
font-size:13px;
text-align:center;
padding-bottom:10px;
}

.titrepres{
font-family:arial; 
font-weight: bold; 
font-size:18px; 
color: #206c8f;
padding-bottom:10px;
padding-top:10px;
text-transform: uppercase;
}

h1 {
background : url(images/h1.png) no-repeat;
height : 40px;
width : 508px;
font-family : arial;
font-size : 13px;
text-transform:uppercase;
color : #677e17;
padding-top : 8px;
padding-left:50px;
text-align: left;
}

h2 {
background: url(images/h2.png) no-repeat;
width:179px;
height:29px;
}

/** Article **/

.article {
float:left;
width : 560px;
margin-top : -15px;
padding : 15px 0px 30px 25px;
font-family : Arial;
font-size : 13px;
overflow:hidden;
color: #677e17;
text-align: left;
}

.texte{
background : url(images/bg_article.png) repeat-y;
width: 520px;
float:left;
overflow:hidden;
text-align:left;
color: #677e17;
margin: -10px 0px -30px 0px;
padding: 0px 30px 20px 15px;
}

/* Partie Droite */

#droite {
background:url(images/back_droite.png) no-repeat bottom;
float:right;
margin-right:43px;
padding-top: 11px;
padding-bottom:310px;
overflow:hidden;
}

#haut-droite{
width:156px;
height:15px;
}

#pub-droite{
background: url(images/bg_droite.png) repeat-y;
width:156px;
overflow:hidden;
text-align:center;
}

/** fin partie droite **/

/** Début footer **/

#footer{
background:url(images/bg_footer.png) no-repeat;
width:968px;
height:32px;
font-family:arial;
font-size:13px;
text-align: center;
clear:both;
color:#FFF;
padding-top:25px;
margin: 0 auto;
}

/** Fin footer **/

/** Fin CSS **/
