/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b79248;
	font-size: 11px;
	text-align: center;
	background-color: #000000;
	clip: rect(0px,auto,0px,auto);
}

a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #996600;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #b79248;
	}
a:hover { 
	text-decoration: underline; 
	color: #FF9900;
	}
	
#container {
	width: 728px;
	position: relative;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	padding-top: 21px;

}

#header {
	background-image: url(../commun/background_Accueil.jpg);
	width: 728px;
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#top {
}

#top span {
	display: none;
}


#main {
	
	background-repeat: repeat-y;
	padding-left: 99px;
}



/* Styles for Menu Items */
.section {
	text-decoration: none;
	padding-bottom: 42px;
	margin-top: 0px;
}

.reference {
	font-size: 11px;
}

.reg {
	position: relative;
	font-size: 14px;
	top: 2px;
}

.home_img_1 {
	float: right;
}

#content {
	float: left;
	width: 415px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 20px;
	line-height: 16px;	
}

#promo {
	width: 124px;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
}

#promo a {
	text-decoration: underline;
	color: #FFFFFF;
}

#promo a:hover {
    text-decoration: underline;
	color: #6ec1d6;
}


#facts ul li {
	list-style: disc;
	float: none;
	height: auto;
}

#footer {
	width: 813px;
	margin: 0 auto;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
}

h1 {
	color: #999999;
	font-size: 16px;
	margin: 50px 0 30px 0;
}

.pied {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c2d72e;
	padding: 10px;
}


p {
	margin: 0 0 0px;
}
#introText {
	width: 630px;
	margin-top: 0px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
}

#introText  a {
	text-decoration: underline;
	color: #DEBF4B;
}

#introText  a:hover {
    text-decoration: underline;
	color: #FFFFFF;
}
.spacer {

	display: block;
	text-decoration: none;
	border-bottom: 0px none;
	padding-bottom: 45px;
}
sup {
	margin: 0 0 0px;
	line-height: -2em;
	font-size: 10px;
}
.champs {
	color: #333333;
	background-color: #FFFEA1;
}
