html{
font-size:100%;
}

body{
background:url(../images/body-background.png) left top repeat-x #e8e8e8;
margin: 0 ;
padding: 0 ;
font: 0.8em Arial, Helvetica, sans-serif; 
text-align:center;
}

#visuelBackground {
	background:url(../images/visuelback-bktop.png) top center no-repeat;
	margin:0;
	padding:0;}
	
div#conteneur
{
	width: 750px ;
	margin: 0 auto ;
	text-align: left ;
	/*border: 1px solid #000 ;*/
	background: none ;
}

.header{
background:none;
height:115px;
}

.content{
width:750px;
padding:2px 10px 2px 10px;
background:#FFFFFF;
border:1px solid;
}


.footer{
clear:both;
}

.titre
{
	padding-left:25px;
	font-size: 1.4em ;
	color: #b9d300 ;
}
.titre3
{
	font-size: 0.8em ;
	color: #a9a8a8 ;
}
.titre2
{
	font-size: 1.5em ;
	color: #4D4D4D ;
	text-decoration:underline;
	line-height:1.5em;
}
.para
{
text-align: justify ;
line-height: 1.2em ;
}
.para2
{
text-align: justify ;
line-height: 1.2em ;
}
.para3
{
text-align: justify ;
text-indent: 2em ;
line-height: 1.4em ;
font-weight: bold;
}

A {
  color:#000099;
  text-decoration: underline;
}

A:hover {
  color: #b9d300;
  text-decoration: underline;
}

.logo {
	position:absolute;
	left: 400px;
	top: 2px;
}
 
div#galerie
{
	width: 410px ;
	background: #b9d300 ;
	border: 1px solid #dcb ;
	padding: 15px ;
	margin: 15px 30px ;
	text-align: center ;
	font: 0.9em Georgia, serif ;
}

ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left ;
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 1px solid #dcb ;
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: italic 2.5em/1.5em Georgia, serif ;
	color: #dcb ;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #dcb ;
}