/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	text-align: center;
	border: 0;
	background-color: #66FFFF;
}

#wrapper {
	margin: 10px auto;
	
	position: relative;
	width: 770px;
	text-align: left;
}

#banner {
	height: 150px;
	background-image: url(banner2.jpg);
	background-repeat: no-repeat;
}
#titre {
height: auto;
font-family:"Times New Roman", Times, serif;
font-size: 150%;
margin-left: 170px;
}
#leftcol{
float: left;
width: 150px;
margin-top: 70px;
margin-left: 10px;
background-color: #66FFFF;
}
#leftcol h1{
font-family: "Times New Roman", Times, serif;
font-size: 100%;
color: #FF3333;
padding: 0;
margin: 10px;
text-align: center;
}
#leftcol h2{
font-size: 80%;
font-family:"Times New Roman", Times, serif;
padding: 0;
margin: 5px;
}
#leftcol p{
font-size: 100px;
font-family:"Times New Roman", Times, serif;
}
#leftcol ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#leftcol ul li{
margin: 0 0 .2em 0;
}
#leftcol  a{
display: block;
font-size: 70%;
color: #036;
background-color: transparent;
width: 7em;
padding: .2em .8em;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #036;
border-bottom: 1px solid #036;
}
#leftcol a:hover{
background-color: #369;
text-decoration: none;
color: #fff;
border-top: 1px solid #036;
border-left: 1px solid #036;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#content{
margin-left: 170px;
background-color:#FFFFFF;
}
#content p{
font-size: 80%;
margin: 20px;
}
#content h1{
font-size: 130%;
color: #FF3333;
padding: 0;
margin: 10px;
}
#content h2 {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content a{
font-size: 100%;
text-decoration: none;
font-family: "Times New Roman", Times, serif;
font-weight:bold;
}
#content a:hover{
font:Arial, Helvetica, sans-serif;
color: #FF0000;
font-weight:bold;
}
#footer{
border-top: 1px solid #000;
margin-top: 20px;
clear: left;
background-color: #666666;
color: #FFFFFF;
text-align: center;
}
#footer p{
font-size: 70%;
}
#footer ul{
padding: 0;
margin: 0;
background-color: #666666;
}
#footer ul li{
display: inline;
padding: 0;
margin: 0;
}
#footer ul li a{
font-size: 80%;
color: #FFFFFF;
text-decoration: none;
text-align: center;
padding: 0 25px 0 25px;
}
#footer ul li a:hover{
color: #FF0000;
text-decoration: none;
}
