body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

.spacer {
	clear:both;
}

p {
	margin:0px;
}

.header {
	height: auto;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

.main {
	height: auto;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F1F1F1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;	
}

.main .gauche {
	width:257px;
	height:auto;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/ombre_gauche_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 25px;
}
.main .droite li {
	font-size: 14px;
	color: #333333;
	list-style-type: square;
}


.main .gauche p {
	color: #333333;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1pt;
	padding-left: 25px;
}

.main .gauche h3 {
	color: #8BB91D;
	font-size: 16px;
	margin: 0px;

}

.main .gauche li {
	color: #8BB91D;
	list-style-type: square;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1pt;	
}

.main .gauche a {
	text-decoration: none;
	color: #5389D9;
	font-weight: bold;
}

.main .gauche a:hover {
	text-decoration: underline;
}

.main .droite {
	width:468px;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
}
.thumb {
	height: 200px;
	width: 155px;
	float: left;
	margin-top: 15px;
	font-size: 11px;
	text-align: center;
	color: #666666;
}
.thumb img {
	border: 1px solid #666666;
}
.main .droite h1 {
	font-size: 18px;
	letter-spacing: 4px;
	color: #333333;
	font-weight: normal;
}

.main .droite h2 {
	font-size: 17px;
	letter-spacing: 3px;
	color: #8BB91D;
	font-weight: normal;
}

.main .droite p {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: justify;
}

.foot {
	background-color:#F1F1F1;
	height: 30px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	font-size: 11px;
	color: #999999;
	padding-top: 10px;
}

.foot a 	{
	color: #999999;
}
