body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

#contener{
	display: block;
	margin: 0 auto 0 auto;
	width: 900px;
	height: 565px;
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
}

#top{
	display: block;
	float: left;
	width: 900px;
	height: 91px;
}

#image_droite{
	display: block;
	float: right;
}

 a.rollopaque img {
  opacity: 1.0;
  filter:alpha(opacity=100);
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }

a.rollopaque:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80);  
  padding: 0 0 0 0;
  margin: 0 0 0 0;
    } 
	
#base_line_1, #base_line_2{
	display: block;
	float: left;
	width: 400px;

}

#base_line_1{
	font-size: 14px;
	font-style: oblique;
	color: #b2b2b2;
	margin-top: 21px;
}


#base_line_2{
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	margin-top: 2px;
}

#menu_horiz{
	display: block;
	float: left;
	width: 900px;
	height: 50px;
	font-size: 16px;

}

#contenu{
	display: block;
	float: left;
	width: 900px;
	height: 392px;
	font-size: 14px;
	color: #FFFFFF;
	overflow: auto;
}

#bloc_text_1{
	padding: 60px 0 0 26px;
	display: block;
	float: left;
	width: 430px;
	height: 306px;

}

#bloc_text_2{
	padding: 60px 0 0 26px;
	display: block;
	float: left;
	width: 200px;
	height: 306px;

}

#bloc_text_full{
	padding: 20px 0 0 26px;
	display: block;
	float: left;
	width: 656px;
	height: 350px;

}

#bas_de_page{
	padding-top: 8px;
	display: block;
	float: left;
	width: 900px;
	height: 24px;
	background-color: #666769;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
}

.error_message{
display: none;

}

/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
	width: 876px;
	padding: 0 0 0 26px;;
	height: 50px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
	margin: 0 33px 0 0;
}


/* the links, that is each list item */
div#menu_horiz a {
	padding: 30px 0 0 0; /* padding inside the list item box */
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	background-image: url(../images/pinceau_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-weight: bold;
}


/* hover state for links */
div#menu_horiz li a:hover {
	color: #FFFFFF;
	background-image: url(../images/pinceau.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#menu_horiz .currentpage {
	padding: 30px 0 0 0; /* padding inside the list item box */
	margin: 0 33px 0 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	background-image: url(../images/pinceau.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-weight: bold;
}

div#menu_horiz h3 dfn {
   display: none;
}

/* GALERIE PHOTO picturelist */

.picturelist a img {
border:0;
}


.picturelist{
   margin: 0;
   padding: 0;
	float: left; /* makes the list horizontal */
}

.picturelist li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 2px;
	padding: 2px;
	background-color:#FFFFFF;
}
.picturelist ul {
   margin: 0;
   padding: 0;
}
/* FORMULAIRE CONTACT */
.contactform fieldset {
margin: 0; padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.contactform fieldset legend {display: none;}
.contactform div {padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; width: 100px; margin: 0; padding: 0; }
.contactform div.required {	text-decoration: underline; }
.contactform textarea {	width: 400px;height: 100px; }
-->
#signature a {
display:block;
font-size: 11px;
margin: 10px 0 0 0; 
}
#signature a:link, #signature a:visited {
	color: #999999;
	text-decoration: none;
}
#signature a:hover {
margin: 9px 0 0 0; 
	color: #FFFFFF;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	text-decoration: none;
	background-color: #666666;
}

