/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
}

#conteneur_haut {
	height: 54px;
	background:url(../images/menu.jpg) repeat-x top center;
}

#conteneur_bas {
	min-height: 203px;
	background:url(../images/fond.jpg) repeat-x top center;	
}

#ailes {	
	min-height: 635px;
	background:url(../images/ailes.jpg) no-repeat top center;
	text-align: center;
	color: #7f7f7f;
	font-size: 10px;
}

#contenu {
	width: 900px;
	background: #252525 url(../images/gradient.jpg) no-repeat top center;
	border-bottom: 3px solid #0060e4;
	margin: auto;
	float:left;
	left:50%;
	position:absolute;
	margin-left:-450px;
	padding-bottom:10px;
	visibility: visible;
}

#conteneur_menu {
	height: 54px;
	width: 900px;
	margin:auto;
}

#logo {
	width: 180px;
	height: 54px;
	background:url(../images/logo.jpg) no-repeat top center;
	float:left;
}

#menu {
	height:54px;
	width:720px;
	text-align:right;
	float:left;
	line-height:70px;
}

#menu a {
	text-decoration: none;
	color: #181b1d;
	font-weight: bold;
	margin-right: 10px;
}

#menu a:hover {
	color: #FFF;	
}

#menu #selected {
	color:#FFF;	
}

#partie_gauche {
	width:200px;
	float:left;
}

#partie_droite {
	width: 700px;
	float:left;
}

#petit_haut {
	background:url(../images/p_haut.jpg) no-repeat top center;
	height:32px;
	width:166px;
	margin:auto;
	margin-top:20px;
	text-align:center;
	color:#000;
	font-weight:bold;
	line-height:32px;
}

#petit_milieu {
	background:url(../images/p_milieu.jpg) repeat-y top center;
	width:166px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
}

#petit_milieu img {
	margin-top: 10px;	
}

#petit_bas {
	background:url(../images/p_bas.jpg) no-repeat top center;
	height:17px;
	width:166px;
	margin:auto;
}

#grand_haut {
	background:url(../images/g_haut.jpg) no-repeat top center;
	height:34px;
	width:661px;
	margin:auto;
	margin-top:20px;
	text-align:left;
	color:#000;
	font-weight:bold;
	line-height:32px;
	font-size:12px;
}

#grand_milieu {
	background:url(../images/g_milieu.jpg) repeat-y top center;
	width:661px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	font-size:12px;
}

#grand_bas {
	background:url(../images/g_bas.jpg) no-repeat top center;
	height:16px;
	width:661px;
	margin:auto;
}

#first-letter {
	padding-left:20px;
	font-size:18px;
}

#menu_item {
	background:url(../images/bullet3.jpg) no-repeat top left;
	height:13px;
	width:140px;
	margin-left:20px;
	padding-left:25px;
	text-align:left;
}

#menu_item a:hover {
	color:#FFF;	
}

#menu_item a {
	text-decoration:none;
	color:#7f7f7f;
}

.marge { 
	margin-bottom:25px; 
}

