*{
margin:0;
padding:0;
font-family:"Century Gothic", Arial;

}

body{


background-color:#6b899b;

}
#conteneur{
margin:0 auto;
width:847px;
background-image:url(img/bg_conteneur.png);
background-repeat:repeat-y;
min-height:805px;
height:auto;

}

#header{
position:relative;
width:auto;
height:auto;}

#menu{
width:620px;
height:auto;
position:absolute;
top:77px;
right:0px;
}

#menu ul{
list-style-type:none;
margin-right:20px;}

#menu ul li{
display:block;
float:right;
height:auto;
width:150px;}

#menu ul li a{
	text-decoration:none;
	font-size:14px;
		color:#5f4595;
		}
#menu ul li a.actif{
			color:#6b899b;
		}
#menu ul li a:hover{
		color:#6b899b;
		}
#menu ul li a span{
font-size:18px;
font-weight:bold;}

#contenu{
width:auto;
padding-left:50px;
padding-right:50px;
margin-top:30px;
min-height:475px;
height:auto;}

#contenu p {
color:#412b91;
font-size:13px;
background-color:#f9fafb;
width:450px;
margin-top:-20px;
padding:20px;
float:left;

}

#contenu #dblclik{
background:none;
text-align:center;
width:100%;
margin:0;
padding:0;}

#contenu #droite{
-moz-box-shadow:2px 1px 8px #ccc;
float:right;
margin-top:60px;
margin-right:-115px;
width:200px;
text-align:center;
border:1px solid #9985c2;}

#contenu #form{

background-color:#fff;
font-size:14px;}

#contenu form label{
text-align:right;}

#contenu form input{
display:block;}

#contenu form #form_droite{
float:right;
margin-top:-195px;
margin-right:97px;}

#contenu form{color:#412b91;}

#contenu h2{
font-weight:800;
color:#412b91;
font-size:16px;
margin-left:40px;
border-left:1px solid #d9d9d9;
padding-left:10px;
margin-bottom:20px;

}


#contenu h3{
font-weight:normal;
color:#412b91;
font-size:14px;

border-bottom:1px solid #d9d9d9;

margin-bottom:20px;

}

#contenu .plus{
color:#412b91;
font-weight:bold;
float:right;
margin-top:-10px;
}
#pied{
margin-top:50px;
width:auto;

height:94px;
padding-left:50px;
background-image:url(img/ombre_pied2.png);
background-repeat:no-repeat;
background-position:bottom;
}


#pied p{

text-align:center;
color:#5f4595;
font-size:12px;
float:right;
margin-top:20px;
margin-right:75px;
}

#pied a{
color:#5f4595;
}

#pied .logo{
margin-right:5px;
float:left;
margin-top:20px;}

#pied p a.noline{
color:#5f4595;
text-decoration:none;}
.noline{
color:#5f4595;
}



/*****************************SLIDE *******************************************/
.mf{visibility: hidden; z-index:1; color:#412b91; font-size:14px}
.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background:url(skin/ajax_loader.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:50px;
	width:100%;
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:24px;
}
.mf a.play, .mf a.stop{
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(skin/play.gif) no-repeat;
}
.mf a.stop{
	background:url(skin/stop.gif) no-repeat;
}
.mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background:url(skin/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(skin/right.gif) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(www2/skin/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(skin/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	height:16px;
	background:url(skin/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(skin/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}

#MooFlow img{
border:1px solid #cccccc;
}
canvas{
border:2px solid #6b899b;
}

/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(skin/ajax_loader.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #421b91;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:17px; }
#mbPrevLink{ background: transparent url(www2/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(www2/next.gif) no-repeat; }/* IMAGE: next */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; }

#mbCloseLink {
	width:20px;
	background: transparent url(skin/close.png) no-repeat;/* IMAGE: close */
}


/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

