/* CSS Document */

body {
	background-color: #333333;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/fond_page.gif);
	background-repeat: repeat-x;
}

p, td div {
	font-size: 13px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.champs {
	border: 1px solid #999999;
}

#principal, #header, #contenu, #footer  {
	width: 1000px;
}

#header {
	height: 245px;
}

#principal {
	margin-left: auto;
	margin-right: auto;
	/*background-color: #66FFFF;
	height: 654px;		*/
	}

#contenu {
	/*height: 410px;*/
	margin-bottom: 0px;
}

.marge_gauche, .marge_droite {
	width: 35px;
	background-color: #333333;
}

.milieu {
	width: 930px;
	background-image: url(images/fond_cadre.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.milieu p {
	margin-left: 30px;
	margin-right: 20px;
}

#bas {
	height: 58px;
	background-image: url(images/bas.gif);
	padding-top: 10px;
}

#bas p {
	margin-right: 50px;
	margin-top: 0px;
}

#footer {
	height: 50px;
	background-color: #333333;
}

#footer p, #footer p a {
	color: #CCCCCC;
}

.motcles p, .motcles a {
	font-size: 10px;
}