body {
	background:#FFFFFF url(../images/bg_header.jpg) repeat-x;
	color:#675C58;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#e8a73b;
	text-decoration:none;	
	}
	
a:hover {
	color:#4965AE;
}	

h1 {
	font-size:18px;
	font-weight:bold;
	color:#e8a73b;
	border-bottom:dashed 1px #A6A6A6; 
	padding-bottom:5px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#e8a73b;
}

hr{
	border:dashed 1px #A6A6A6; 
}

img {
	border:0px;
	}

.citation {
	font-size:18px;
	font-style:italic;
	color:#e8a73b;
}

.sous_titre {
	font-size:14px;
	font-weight:bold;
}

.texte_mini {
	font-size:9px;
}

#ban_header {
	position:absolute;
	left:50px;
	top:20px;
	background-image:url(../images/ban_header.jpg);
	width:403px;
	height:71px;
}

#menu {
	width:800px;
	padding-top:78px;
	height:46px;
	margin: 0 auto;
	text-align:center;
}

.onglet {
	height:46px;
	width:89px;
	background-image:url(../images/onglet.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-right:10px;
	float:left;
}

.onglet:hover {
	background-image:url(../images/onglet_hover.jpg);
}

.onglet a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.onglet_select {
	height:46px;
	width:89px;
	background-image:url(../images/onglet_select.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-right:10px;
	float:left;
}

.onglet_select:hover {
	background-image:url(../images/onglet_select_hover.jpg);
}



.onglet_select a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.onglet_spacer {
	height:13px;
	width:1px;
}

#contenu {
	margin-left:59px;
	margin-top:5px;
}

#footer {
	width:100%;
	background-image:url(../images/footer_separation.jpg);
	background-repeat:repeat-x;
	margin-top:20px;
	padding-top:10px;
	float:left;
	font-size:9px;
}

ul {
	list-style-image:url(../images/ul.gif);
}

.separation_pointille{
	background:url(../images/pointille.jpg); background-repeat:repeat-y;	
}

.realisations{
	width:495px;
	float:left;
	padding-bottom:13px;
	padding-right:10px;
}

.realisation_textcontainer{
	float:left;
	text-align:left;
	height:94px;
	width:200px;
}

.realisation_spacer{
	float:left;
	width:19px;
	height:94px;
}

.realisation_year_breaker{
	float:left;
	width:100%;
}

.thumb {
	width:250px;
	height:80px;
	padding:13px;
	background-color:#ECEAE2;
	text-align:left;
	float:left;
}
.thumb:hover {
	background-color:#D8D6CF;
}

.fieldsetmess{
	border:2px;
	border-style:dashed;
	border-color:#FF0000;
	color:#FF0000;
	font-weight:bold;
	padding:10px;
	margin:10px;
	width:80%;	
	}

.errorform{
	color:#FF0000;
	}	