html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 10px 20px;
	font-family: verdana, georgia, sans-serif;
	font-size: .7em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: #666;
	background:#ffffff url(background.png) repeat-y; 
	background-position:center top;
}

h3 {
	font-family: verdana, georgia, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}
ul {list-style: square;}
li {margin: 0; padding: 0;}

/* Paragraphes */
p {margin: .75em 0;}
li p, blockquote p {margin: .5em 0;}

/* Liens */
a {
	color: #333;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #CD6214;
}
a img {
	border: none;
}

.contact{
	font: 8pt/13pt verdana, georgia, sans-serif;
	padding: 10px 0px 10px 20px;
	display: none;
}
.contact input{
	font: 8pt/13pt verdana, georgia, sans-serif;
	margin: 0px  0px 0px 0px;
	background-color: #FFE493;
	border: solid 1px #828282;
 }
.contact textarea{
	font: 8pt/13pt verdana, georgia, sans-serif;
	margin: 0px  0px 0px 0px;
	background-color: #FFE493;
	border: solid 1px #828282;
}

div.gauche {
width:280px;
float:left;
margin-bottom:-1.2em;
padding: 10px 15px 10px 20px;
text-align: justify;
}

div.centre {
margin-right:305px;
margin-left:305px;
padding:10px 0;
text-align: justify;
}

div.droite {
width:280px;
float:right;
margin-bottom:-1.2em;
padding: 10px 20px 10px 15px;
text-align: justify;
}

div.bas {
margin-bottom:-1.2em;
padding: 10px 15px 10px 15px;
}

/* --- POSITIONNEMENT --- */
/* Page */
html, body {
	height: 100%;
}
body {
	padding: 0;
}
#global {
	min-height: 100%;
	width: 950px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: solid 1px #000;
}

#entete {
	padding: 0px;
	border-bottom: solid 1px #000;
}

#titre {
	background: #fff;
	padding: 12px 15px;
}
#titre h3 {
	margin: 0;
	color:#666666;
	text-align: center;
}
#titre h3 img {
	float: right;
	margin: 0 10px;
}

/* Contenu */
#contenu {
	color: #666;
	background: #fff;
	padding: 0;
}
#contenu p, #contenu li {
	line-height: 1.5;
}
#contenu h4 {
		font: bold 10pt/15pt verdana, georgia, sans-serif;
		text-align: left;
		color: #fff;
		background: #F2B500;
		letter-spacing: 1px;
		margin-bottom: 5px;
		padding:3px 0 0 20px;
}
#contenu table{
	padding: 0px 15px 20px 15px;
	text-align:justify;
	vertical-align:top;
}
#contenu td{
	padding: 5px 15px;
}

/* 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(loading.gif) no-repeat center; }/* IMAGE: loading gif */
#mbCanvas{ 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: #666;
	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, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


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

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(play-pause.gif) no-repeat; }/* IMAGE: prev */


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

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

/* description */

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