/* Général */
body {
	color: #F2DD2A;
	background: #F2DD2A;
}
a {
	color: #0FFDFA;
}
a:hover, a:focus {
	color: white;
}



/* Contenu */
#gauche {
	color: #0FFDFA;
}



/* --- POSITIONNEMENT --- */



/* En-tête */
#entete {
	padding: 0;
}
#entete h1 {
	margin: 0;
}


/* Contenu */
#gauche {
	width: 300px;
	float: left;
	margin-top:230px;
	margin-left: 0px;
}


#gauche li strong {
	font-weight: bold;
}

#gauche {
	font-size: .93em;
}

#gauche p{
	padding: 0 0 0 25px;
}


/* Contenu */

#conteneur{
	margin:0;
	padding: 1px 0;
	background: #F2DD2A;
	background: url(../images/conception-image.jpg) no-repeat left bottom;
	width: 800px;
	height: 600px;
	overflow: hidden;	
}

#droit {
	margin-left: 545px;
	margin-top: 150px;
	padding: 0;
	width: 229px;
	height: 295px;
	background: url(../images/conception-cadre.jpg) no-repeat left bottom;	
}




/* Navigation */
#conteneur .menu {
	position: absolute;
	top: 623px;
	left: 260px;			
}
div.c1 {
clear : both;
}

#conteneur .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#conteneur .menu li {
	display: inline;
}

#conteneur .menu a {
	margin: 0;
	padding: 0;
	text-decoration: none;

}

#conteneur .menu a img{

	border-width: 0px;
	border-style: none;	
}



#pied {
	height:340px;
}


