/* CSS Document */
html,* {
  padding:0px;
  margin:0px;
}

body {
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background-image:url(images/fond-body.jpg);
}

#main {
  margin:0 auto 0 auto;
  width:800px;
  background-color:#fff;
  background-image:url(images/fond-main.jpg);
  background-repeat:repeat-y;
}
img {
	border-width:0px;
}
#header {
  width:800px;
  height:110px;
  background-image:url(images/haut.jpg);
  background-repeat:no-repeat;
  text-align:right;
}
#page {
    text-align:left;
	width:521px;
	/*height:441px;*/
	float:left;
	padding-top:47px;
	background-image:url(images/fond-page.jpg);
	background-repeat:no-repeat;
	z-index:1;
	/*overflow:hidden;*/
}
#col3 {
    float:left;
	width:135px;
	height:488px;
	background-image:url(images/fond3.jpg);
	/*overflow:hidden;*/
}
#divMenu {
   float:left;
   position:relative;
   width:144px; /* 144 */
   /*height:488px; /* 442 px*/
   padding:0 0 0 0px;
  /* background-image:url(images/fond-menu.jpg);*/
   background-repeat:repeat-y;
   padding-bottom:10px;
   z-index:100;
   /*overflow:hidden;*/
   
}
#divMenu img {
	z-index:100;
}

a {
    text-decoration:none;
	color:#4D2224;
}
.photo_rond {
	float:left;
	clear:left;
	padding:0px 0px 30px 27px;/**/
}
.gauche {
	float:left;
	clear:left;
	z-index:1;
}
#imgGauche {
    float:left;
}

.h1_acc {
   
	height:52px;
	padding:23px 0px 0px 40px;
	background-image:url(images/h1_acc.jpg);
	background-repeat:no-repeat;
	line-height:1.4;
}

#texte {
	float:left;
	width:337px;
	padding:0px 0px 0px 16px;
	position:relative;
}

#texte p {
    padding:0px 0px 7px 40px;
	line-height:1.4;
}

h1 {
	font-size:17px;
	height:58px;
    background-image:url(images/h1.jpg);
    background-repeat:no-repeat; 
	padding-left:40px;
	padding-top:6px;
}
h2 {
   padding-left:40px;
   font-size:15px;
   color:#4E1C18;
   margin-bottom:7px;
}
#border{ 
    background-image:url(images/ligne.jpg);
	height:2px;
	clear:both;
	overflow:hidden;
}
form {
    padding:2px 5px 20px 40px;
}
form .txtField {
    width:100%;
	margin:0px 0px 5px 0px;
}
a.pdf {
    float:left;
	display:block;
	width:150px;
	height:30px;
	padding:8px 0px 0px 30px;
	background-image:url(images/pdf.jpg);
	background-repeat:no-repeat;
}
