
body {
	margin: 0px;
	padding: 0px;
	background-color: #7e7e7e;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
}
div#contenu {
	width: 1022px;
	height: 900px;
	margin: 16px auto 0px auto;
}
div#haut {
	width: 100%;
	height: 93px;
	
}
div#gauche {
	float: left;
	width: 198px;
	height: 600px;
	margin-top:10px;
	background-color:#b8b8b8;
	overflow:hidden;
}
div#centre {
	float: left;
	width: 602px;
	height: 800px;
	margin: 10px 12px 0px 12px;
}
div#droite {
	float: right;
	width: 198px;
	height: 600px;
	margin-top:10px;
	background-color:#b8b8b8;
}
.titre_rub{
	height:24px;
	background:transparent url('../graphismes/gen/fond-intitule.jpg') top left no-repeat;
	padding:0px 6px 3px 6px;
	font-weight: bold;
}
.titre_newscg{
	width:186px;
	background:transparent url('../graphismes/gen/fond-magenta.png') top left repeat;
	padding:2px 6px 0px 6px;
	margin-bottom:2px;
}
.ltit_newscg{
	color:#000000;
	text-decoration: none;
	outline:none;
}
.cont_newscg{
	font-size: 13px;
	text-align:justify;
	width:186px;
	padding:2px 6px 0px 6px;
	margin-bottom:2px;
}
div#menud ul{
	padding:0px;
	margin:0px 5px 5px 5px;
	list-style-type:none;
}
div#menud li{
}
div#menud ul li a{
	display:block;
	padding: 0px 6px 0px 6px;
	margin-bottom:2px;
	width:176px;
	height:24px;
	color:#000000;
	text-decoration: none;
	outline:none;
	background:#ff00ff url('../graphismes/gen/fond-magenta.png') top left repeat;
}
.firstletter:first-letter {
	font-size:18px;
}

