@CHARSET "ISO-8859-1";

* {
	font-family:Arial;
}

body {
	font-family:Arial;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	padding-bottom:50px;
	background:url(images/bg_gris_fonce.png);
}

/*******************************************/
/* HEADER */
/*******************************************/
#header {
	position:relative;
	width:746px;
	height: 120px;
}

#header #titre{
	position:absolute;
	top:20px;
	left:200px;
}

#header #sous_titre{
	position:absolute;
	top:60px;
	left:300px;
}

/*******************************************/
/* CONTENEUR */
/*******************************************/

#conteneur {
	position: relative;
	width: 750px;
	margin: 20px auto 0 auto;
}


#corps_page {
	position: relative;
	width: 746px;
	border:8px solid #fff;
	background-color:#ffd051;
	padding:0;
}

#gauche {
	position: relative;
	float:left;
	width: 150px;
	background:url(images/bg_menu.jpg) 0 0 no-repeat;
}
#centre {
	margin:0;
	position: relative;
	float:right;
	padding:5px;
	width:580px;
	background-color:#fff;
}
#pied {
	clear:both;
	background-color: #fff;
}


/*******************************************/
/* MENU */
/*******************************************/
#menugauche {
	list-style-type: none;
	margin: 50px 0 0 0;
	padding:0;
}
#menugauche li {
	width:90%;
	margin-left:3px;
	margin-bottom: 15px;
	font-weight:bold;
	padding-left:8px;
	padding-bottom:10px;
	background:url(images/bordure_menu.gif) left bottom no-repeat;
}
#menugauche a {
	color: #fff;
	text-decoration: none;
	font-size:1em;
	line-height:100%;
}
#menugauche a:hover {
	text-decoration:none;
}

#menugauche a.selected {
	color:#133F7E;
}

/*******************************************/
/* PAGE ACCUEIL */
/*******************************************/

#roue_demo {
	position:relative;
	width:578px;
	height:400px;
}

#centre_roue {
	position:absolute;
	width:222px;
	height:260px;
	background:url(images/bg_roue.jpg) no-repeat top left;
	top:85px;
	left:185px;
	text-align:center;
	padding-top:20px;
	color:#FFFFFF;
	cursor:pointer;
}

#div_detail {
	display:none;
	position:absolute;
	width:222px;
	height:260px;
	top:85px;
	left:185px;
	background-color:#FFFFFF;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	font-family:Arial;
	color:#3B3B3B;
	text-align:justify;
	font-size:0.9em;
}

.item {
	position:absolute;
	background:url(images/boite_accueil.jpg) no-repeat 0 0;
	width:112px;
	height:52px;
	text-align:center;
	color:#fff;
	cursor:pointer;
}

/*******************************************/
/* TEXTE */
/*******************************************/

a:link.lien_contact, a:visited.lien_contact {
	text-decoration:none;
	color:#555555;
}

a:hover.lien_contact, a:active.lien_contact {
	text-decoration:underline;
	color:#555555;
}

p {
	font-family:Arial;
	color:#555555;
	text-align:justify;
	font-size:0.9em;
	margin: 0 0 10px 0;
}

h3 {
	color:#133F7E;
	font-size:1.2em;
	font-family:Arial;
	padding-bottom:5px;
	background:url(images/bordure_h3.gif) no-repeat left bottom #fff;	
}

h4 {
	color:#555555;
	font-size:1em;
	font-family:Arial;
	margin-bottom:5px;	
}

h5 {
	color:#555555;
	font-size:0.9em;
	font-family:Arial;
	margin:0 0 0px 40px;
	font-weight:normal;
}

.ul_organisation {
	margin-top:5px;
}

.li_organisation {
	font-family:Arial;
	color:#555555;
	list-style-image:url(images/puce.gif);
	text-align:justify;
	margin-bottom:5px;
	font-size:0.9em;
}

.p_organisation {
	font-family:Arial;
	font-style:italic;
	font-size:1em;
}

.jaune {
	color:#E8B108;	
}

.vert {
	color:#57A906;
}

.grand {
	font-size:1.1em;
}

/*******************************************/
/* IMAGES */
/*******************************************/
.img_ecran {
	margin:10px auto;
}

img {
	border:0;
}




