
* { margin:0;padding:0; }

html {
	height:100%;
	background:#4E4E4E;
}

a.title {
	color:#5BCF4F;
	text-decoration:none;
	font-weight:bold;
}

a.title:hover {
	color:#3C3E3C;
	text-decoration:none;
	font-weight:bold;
}

body {
	height:100%;
	font:normal 0.8em "Trebuchet MS",Verdana,Helvetica,sans-serif;
	color:#3A3A3A;
}

#page {
	width:908px;
	margin-left:auto;
	margin-right:auto;
	background:url('./images/interface/fond.jpg') repeat-y;
}

#partie_gauche {
	float:left;
	width:200px;
	margin-left:4px;
	display:inline;
	font:normal 0.8em "Trebuchet MS",Verdana,Helvetica,sans-serif;
}

h1#header {
	width:200px;
	height:175px;
	background:url('./images/logo.jpg') top no-repeat;
	text-indent:-9000px;
}

#menu {
	width:200px;
	text-align:center;
}

#menu h2 {
	letter-spacing:4px;
	font-size:1em;
	color:#959595;
	font-weight:normal;
	margin:10px;
}

#menu ul {
	width:200px;
	margin-top:10px;
}

#menu li {
	width:170px;
	height:30px;
	border-top:1px solid #4F4F4F;
	margin-left:15px;
}

#menu a {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	color:white;
	padding-top:5px;
}

#menu a:hover {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	color:#9F9F9F;
	background-color:#4F4F4F;
}

#partie_droite {
	width:695px;
	padding-left:5px;
	float:left;
	background:white;
}

#partie_droite p, h3 {
	padding:5px;
}

#barre_haut {
	background-color:#C4D43E;
	width:700px;
	height:20px;
	color:#FFF;
	font-size:1.1em;
	padding-top:2px;
	margin-left:-5px;
	text-align:center;
}

#bloc {
	width:450px;
	float:left;
}

.erreur {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	width:95%;
	border:1px solid #ff9000;
	margin-left:10px;
	height:40px;
}

.envoye {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	width:95%;
	border:1px solid #47aa1a;
	margin-left:10px;
	height:54px;
}

#bloc_accueil {
	width:99%;
	border:1px solid #C4D43E;
	float:left;
}

#blocg_accueil {
	width:320px;
	float:left;
	border-right:1px solid #C4D43E;
}

#blocd_accueil {
	width:367px;
	float:left;
}
.bloc_accueil_titre {
	width:100%;
	text-align:center;
	letter-spacing:4px;
	font-size:1em;
	background:#C4D43E;
	margin-bottom:10px;
	padding-top:6px;
	height:16px;
}

#partie_droite a {
	color:#aab800;
	text-decoration:none;
}
#partie_droite a:hover {
	text-decoration:underline;
}

.photo_install {width:276px;height:206px;border:3px solid #aab800;float:left;margin-left:30px;margin-bottom:10px;}
