html {
	background:#E5D3B5 url(gfx/fond.png);
}

body{
	margin:0;
}
table{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

h1{
	font-size:18px;
}
h2{
	font-size:18px;
	font-weight:lighter;
}
h3{
	font-size:14px;
}

a{
	text-decoration:none;
	color:#444444;
}
a:hover{
	text-decoration:underline;
	color:#000000;
}
.gauche,.centre,.droit{
	vertical-align:top;
	padding:10px;
	text-align:justify;
}
.gauche{
	background:#999999 url(gfx/gauche.jpg) left top repeat-x;
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
}
.gauche a{
	display:block;
	text-align:center;
	float:right;
	padding:2px;
	border:1px solid #E5D3B5;
	background-color:#666666;
	color:#FFFFFF;
	text-decoration:none;
	width:100px;
	margin:10px 0px 10px 0px;
}
.gauche a:hover{
	border:1px solid #999999;
	background-color:#777777;
}
.gauche h2{
	color:#FFFFFF;
	letter-spacing:1px;
	padding:10px 3px 2px 35px;
	background:url(gfx/h2_gauche.png) left center no-repeat;
}
.gauche h2:first-letter{
	color:#333333;
	font-size:22px;
}

.centre{
	background-color:#FFFFFF;
	font-size:11px;
}
.centre h1{
	color:#555555;
	text-decoration:underline;
	letter-spacing:1px;
	font-variant:small-caps;
	font-weight:lighter;
}
.centre h1:first-letter{
	background-color:#999999;
	color:#000000;
	padding:1px;
	font-size:22px;
}


.droit{
	background:url(gfx/droit.png);
	background-color:#F6E911;
}
.droit h2{
	color:#333333;
	letter-spacing:1px;
	padding:10px 3px 2px 35px;
	background:url(gfx/h2_droit.png) left center no-repeat;
}
.droit h2:first-letter{
	color:#000000;
	font-size:22px;
}
.droit ul{
	padding-left:15px;
}
.droit a{
	color:#CCCCCC;
}
.droit a:hover{
	color:#FFFFFF;
}

#footer{
	font-size:11px;
	color:#000000;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}

textarea,input{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:2px;
	border:1px solid #333333;
	background-color:#E5D3B5;
	
}
textarea:hover,input:hover{
	background-color:#FFFFEE;
}



.puce{
	width:auto;
}
