body{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #330000;
}

b{font-size: 110%;}
em{color: red;}

#main{
width: 700px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #fff;
}

#header{

height: 70px; /*Height of top section*/
}

#contprinc{
float: left;
width: 100%;
}

a{ 
background: #fff; 
color: #330000; 
text-decoration: none; 
font-weight: bold; 
} 

a:hover{ 
background: #fff; 
color: #996633; 
text-decoration: underline; 
font-weight: bold; 
} 

#cont{
margin-left: 0px;
width: 700px;
}

#cont 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; 
} 

#cont 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; 
} 

#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 #330000;
	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;
}

.in{
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;
} 

.desc a{
	background: #fff;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
 
.desc a:hover{
	background: #fff;
	color: #996633;
	text-decoration: none;
	font-weight: normal;
}

#liens{ 
list-style: none; 
margin-left: 0px; 
padding-left: 0px; 
background: #fff; 
color: #000; 
margin-top: 12px; 
margin-bottom: 12px;
}

#liens a{ 
background: #fff; 
color: #330000; 
text-decoration: none; 
font-weight: bold; 
}
 
#liens a:hover{ 
background: #fff; 
color: #996633; 
text-decoration: none; 
font-weight: bold; 
} 

#discl{ 
background-image: url(gfx/disclaimer.gif); 
background-repeat: no-repeat; 
background-position: top; 
background-repeat: no-repeat; 
width: 650px; 
height: 280px; 
padding: 0; 
}

/* Tableau index */

table {
border: medium solid #330000;
width: 680px;
}
td, th {
	border: thin solid #996633;
	width: 135px;
	text-align: center;
	height: 45px;
}






