@charset "utf-8";
/* CSS Document */

body {
	width: 980px;
	background-image: url(../visuels/fond.png);
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#conteneur {
	width: 980px;
}

#gauche {
	width: 250px;
	float: left;
	margin: 0px;
}
#centre {
	width: 500px;
	float: left;
	height: 700px;
}
#droite {
	width: 200px;
	float: left;
	border: 1px solid #CCC;
	padding: 10px;
	margin-left: 0px;
	background-image: url(../visuels/fondnews.png);
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 22px;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: justify;
	line-height: 18px;
}
.bouton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
	line-height: 18px;
}
.petitexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.image {
	margin-bottom: 10px;
	margin-top: 10px;
}
.petitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
#boite {
	width: 480px;
	margin-left: 0px;
	margin-top: 20px;
}
.lookboite1 {
	width: 130px;
	float: left;
}
.lookboite2 {
	width: 130px;
	float: left;
	margin-left: 25px;
}
#boite {
	width: 460px;
	float: left;
}
.vignette {
	width: 127px;
	height: 82px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.lookboite3 {
	width: 130px;
	float: left;
	margin-left: 25px;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
form {
	border: 1px solid #D6D6D6;
	padding: 10px;
}
.petitreport {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px;
}
hr {
	color: #CCC;
	text-decoration: none;
	margin-top: 18px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

