body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
}

b{font-size: 110%;}
em{color: red;}

#main{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contenuprinc{
float: left;
width: 100%;
}

a{ 
background: #fff; 
color: #FF0000; 
text-decoration: none; 
font-weight: bold; 
} 

a:hover{ 
background: #fff; 
color: #000; 
text-decoration: underline; 
font-weight: bold; 
} 
#contenu{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#contenu h1{ 
background: #fff; 
color: #000; 
font-size: 12px; 
font-weight: normal; 
display: block; 
margin-bottom: 0px; 
padding-bottom: 0px; 
margin-top: 0px; 
padding-top: 0px; 
} 

#contenu h2{ 
background: #fff; 
color: #000; 
font-size: 12px; 
font-weight: bold; 
display: block; 
margin-bottom: 8px; 
padding-bottom: 0px; 
margin-top: 0px; 
padding-top: 0px; 
float: left; 
} 

#left{
float: left;
width: 200px; /*Width of left column*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
background: #fff;
}

#bouton img{
	display: block;
	background: #fff;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 270px;
}

#footer{
	clear: left;
	width: 100%;
	background: #fff;
	color: #000;
	text-align: center;
	padding: 4px 0;
	border-top: 3px solid #FF0000;
	text-align: center;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 8px;
}

#footer a{
font-family: Arial, Helvetica, sans-serif;
background: #fff;
color: #000;
}

.inner{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.desc{ 
font-family: Arial, Helvetica, sans-serif;
background: #fff; 
color: #000; 
margin-top: 5px; 
margin-bottom: 0px; 
text-align: center; 
} 

#contenu h1{ 
background: #fff; 
color: #000; 
font-size: 12px; 
font-weight: normal; 
display: block; 
margin-bottom: 0px; 
padding-bottom: 0px; 
margin-top: 0px; 
padding-top: 0px; 
}
 
#contenu h2{ 
background: #fff; 
color: #000; 
font-size: 12px; 
font-weight: bold; 
display: block; 
margin-bottom: 8px; 
padding-bottom: 0px; 
margin-top: 0px; 
padding-top: 0px; 
float: left; 
}

#left a{ 
background: #fff; 
color: #FF0000; 
text-decoration: none; 
font-weight: bold; 
}
 
#left a:hover{ 
background: #fff; 
color: #000000; 
text-decoration: none; 
font-weight: bold; 
}
 
#left ul{ 
list-style: none; 
margin-left: 0px; 
padding-left: 0px; 
background: #fff; 
color: #000; 
margin-top: 4px; 
margin-bottom: 10px;
}

#liens{ 
list-style: none; 
margin-left: 10px; 
padding-left: 10px; 
background: #fff; 
color: #000; 
margin-top: 12px; 
margin-bottom: 12px;
}

#liens a{ 
background: #fff; 
color: #FF0000; 
text-decoration: none; 
font-weight: bold; 
}
 
#liens a:hover{ 
background: #fff; 
color: #000000; 
text-decoration: none; 
font-weight: bold; 
} 

#discla{ 
background-image: url(gfx/disclaimer.gif); 
background-repeat: no-repeat; 
background-position: top; 
background-repeat: no-repeat; 
width: 650px; 
height: 280px; 
padding: 0; 
}

/* Promo */

#promo{
	text-align: center;
	margin-bottom: 10px;
	border: none;
}

/* Galerie */

div#galerie{
	width: 590px;
	background: #F6F5F5;
	border: 1px solid #FF0000;
	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 a img{
	float: left ;
	border: 1px solid #FF0000 ;
	margin-top: 8px;
	margin-right: 21px;
	margin-left: 21px;
	margin-bottom: 8px;
}  

dl#photo{
clear: both ;
margin: 0 auto ;
background: #F6F5F5;
}  

/* Tableau index */

table {
border: medium solid #FF0000;
width: 685px;
}
td, th {
	border: thin solid #F6F5F5;
	width: 135px;
	text-align: center;
	height: 45px;
}



</style>


