
html {
	font-size: 100%; 
}
body {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: #666;
	background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; /* -> 6 */
}
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal; /* -> 7 */
}
h1 {
	font-size: 3em; /* -> 8 */
	font-style: italic;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

/* 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;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	color: mediumblue;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a img {
	border: none; /* -> 10 */
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}


pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}
#copyright {
	position:absolute;
	text-align: right;
	bottom:0;
	color: #ccc;
	width: 912px;
	margin:auto;
	width:200px;
}
#copyright a {
	color: #ccc;
	text-decoration: underline;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: none;
}


/* Général */
body {
	color: #F0E39E;
	background: url(../images/fond_page.gif) repeat-x;
	background-color: #909090;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Page */
#global {
	background: #909090;
}

/* Navigation */
#navigation {
	background: #181A12;
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

/* Contenu principal */
#contenu {
	color: #363B29;
}
#contenu a {
	color: #332510;
}
#contenu a:hover {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}

/* Pied de page */
#pied {
font-size:10px;
color:#999999;
}

a#contact{
color:#ff9900;
}

a:hover#contact{
color:#ff9900;
text-decoration:none;
}


/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
}
body {
	padding: 0;
}
#global {
	width: 952px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
	background: url(../images/fond_global_deroulant.jpg) center repeat-y;
}

/* En-tête */
#entete {
	padding: 15px 20px 10px 20px;
	height:150px;
	position:relative;
	background: url(../images/fond_entete.jpg) top center no-repeat;
}

#entete p {
	margin:0;
}

#entete form {
	position:absolute;
	top:60px;
	left: 700px;
}
.formulaire {

	color:#999;
	font-size:9px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 12px 15px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#contenu {
	padding: 10px 20px;
	text-align:center;
	min-height:500px;
	background: url(../images/fond_formulaire.jpg) top center no-repeat;
	position:relative;
	
}

#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	padding: 15px 20px;
	font-size: .85em;
	text-align:center;
	height:160px;
	position:relative;
	background: url(../images/fond_pied.jpg) top center no-repeat;
}
#pied p {
	margin: .5em 0;
}
#copyright {
display:block;
	font-size: 1em;
	margin:auto;
	text-align:center;
}


body>.menu1 {position:fixed} /* annule le hack "fixed" pour les autres navigateurs que IE */

img { 
border:0;
}

a#reno{ 
background: url(../images/rejoigneznous.png) top right no-repeat;
display:block;
width: 225px ;
height: 227px ;

}

a:hover#reno{ 
background: url(../images/rejoigneznous_survol.png) top right no-repeat;
display:block;
width: 225px ;
height: 227px ;

}

a#btnreno{ 
background: url(../images/btn_rejoigneznous.gif) top center no-repeat;
display:block;
width: 157px ;
height: 36px ;
margin: auto;
margin-bottom:8px;
margin-top:5px;
}

a:hover#btnreno{ 
background: url(../images/btn_rejoigneznous_survol.gif) top center no-repeat;

}

a#quisommesnous{ 
font-size:10px;
color: #ff6600;
padding:2px;
}

a:hover#quisommesnous{ 
font-size:10px;
color: white;
background-color: #ff6600;
padding:2px;
text-decoration:none;
}

  #searchsubmit{
    width: 27px;
    height: 26px;
    margin: 0;
    padding: 0;
    border: 0; 
    background: transparent url(../images/boutonformulaire.gif) no-repeat center top;
    text-indent: -1000em; text-indent:-1000em;
    cursor: pointer; /* hand-shaped cursor */ cursor: pointer; / * main en forme de curseur * /
    cursor: hand; /* for IE 5.x */ cursor: main; / * pour IE 5.x * /
    }

.cache { display: none; 
} 

.pied2 {
padding-top: 40px;
} 

.pied2 a {
	color: #ccc;
	text-decoration: underline;
}
.pied2 a:hover, #copyright a:focus {
	text-decoration: none;
}

.pied1 {
padding-top: 90px;
}

#qsm {
font-size:10px;
display:none;
z-index:100;
 background: transparent url(../images/fond_div.png) no-repeat center top;
 width:708px;
 height:160px;
 position:absolute;
 top:5px;
 left:50px;
 padding: 40px 40px 40px 100px;
 text-align:left;
}
a#qsmferme {
display: block;
 position:absolute;
 top:20px;
 right:90px;
 width:30px;
height:30px;
 background: transparent url(../images/ferme.png) no-repeat ;
}
a:hover#qsmferme {
 background: transparent url(../images/ferme_survol.png) no-repeat ;
}
#retouraccueil {
	position:absolute;
	top:10px;
	left:410px;
}

#message {
display:block;
	padding:10px;
	border: 1px solid #ccc;
	width:400px;
	color:#666;
	margin: 0 auto;
}


#credits {
display:none;
z-index:150;
position:absolute;
top:40px;
left:290px;
margin:0 auto;
height:20px;
padding: 20px 10px 10px 0;
background-color:#ddd;
} 

.detailcredits {
padding:10px;
margin: 10px;
background-color: #fff;
}

.detailcredits a:hover{
text-decoration:none;
}

a#creditsferme {
display: block;
 position:absolute;
 top:-4px;
 right:-8px;
 width:30px;
height:30px;
 background: transparent url(../images/ferme.png) no-repeat ;
}
a:hover#creditsferme {
 background: transparent url(../images/ferme_survol.png) no-repeat ;
}

#merci{ 
font-size:10px;
color: #ff6600;
text-align:center;
width:300px;
margin: 10px auto;
}



/*************************  Forms ************************/
fieldset{border:0; font-size:10px;}
ul.form{list-style:none;padding:0;margin:0 auto;width:350px;border:0; color:#666;}
ul.form li{padding:2px 0;min-height:25px;}
ul.form li.tableauli{padding:2px 0;height:95px;}
ul.form li.tableauli2{padding:2px 0;height:65px;}
.form_head{margin-bottom:0px;width:350px;color:#999;text-align:center;border-bottom:0 !important;}
.pretab{margin-bottom:0px;width:350px;color:#666;text-align:left;border-bottom: 1px dotted #aaa; !important;}
.pretab2{margin-bottom:0px;width:350px;color:#666;text-align:left; !important;}
ul.form li label{display:block;float:left;width:150px; text-align:left; border-bottom:1px dotted #aaa; color:#666;}
.required{display:block;font-size:10px;color:#5b6170;width:160px;float:left;clear:left;}
ul.form li input, ul.form li select, ul.form li textarea{width:180px;background-color:#fff;border:1px solid #ccc;padding:2px; color:#666;}
ul.form li input.cb{width:16px;}
ul.form li.submit{text-align:right;border:0; margin-top:20px;}
ul.form li.submit input{background:transparent url(../images/send.png) no-repeat;
border:0 none;
cursor:pointer;
display:block;
height:38px;
width:106px;
overflow:hidden;
text-indent:-4000px;
float:right;}
#comment{ margin-top:20px; margin-bottom:20px;width:400px;background-color:#ccc;border:1px solid #ccc;}
ul.form li textarea{height:90px;width:340px;}
ul.form li.comment .required, ul.form li.comment label{width:120px;}
li.comments{height:130px !important;}
.valid{border:1px solid green !important;}
.invalid{border:1px solid #800 !important;}
.casesacocher{display:block;}
table{text-align:left;}


/*-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;*/