@charset "utf-8";
/* CSS Document */

body {
	width: 950px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:absolute;
	left: 50%;
	top: 0%;
    margin-left: -475px; /*moitié de la largeur*/
    border: 1px solid #000;
	background-color: #101010;
	color: #FFFFFF;
}


#header {
	background-image: url(../images/page/header950.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 75px;
	width: 950px;
	
}

#menu {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;	/* CrÃ©ation du contexte de formatage */
	}
	
#menu li {
	float: left ;
	width: 150px ;
	border: 1px solid #600 ;
	margin-right: 1px ;
	color: #fff ;
	background: #c00 ;
}
#menu li a {
	display: block ;
	background: #c00 ;
	color: #fff ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ;
	text-decoration: none ;
	}
#menu li a:hover, #menu li a:active {
	background: #900 ;
	text-decoration: underline ;
				}

#centre {
	width: 950px;
	background-image: url(../images/page/fond1.jpg);
	text-align: center;
	
}

#gauche {
	float: left;
	width: 30%;
	padding-left: 17px;
	margin-top: 10px;
}

#cgauche {
	float: left;
	width: 30%;
	padding-left: 17px;
	margin-top: 10px;
	text-align: center;
}

#gauche g1 {
	margin: 0 0 20px 0;
	padding: 0 0 5px;
	border-bottom:0px dotted #99CCFF;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

#diapo {
	position:relative;
	margin: auto;
	text-align: center;

}



#droite {
	margin-left: 32%;
	margin-right: 2%;
}

#cdroite {
	margin-left: 50%;
	height: auto;
	text-align: center;
}


#droite .d1 {
	margin: 0 0 20px 0;
	padding: 0 0 5px;
	border-bottom:0px dotted #99CCFF;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#droite .image1{
	float: right;
	padding: 5px;
	border:1px none #99CCFF;
	margin-right:5px;
}

#droite .d2 {
	text-align: center;
	height: 460px;
	
}
#droite .image2{
	float: left;
	height: 429px;
	
}


#id footer {} 

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
}
.titre {
font-size: 18px
}
