/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%;
}
body {
    margin: 0;
    font-family: "Courier New", Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color: #333333;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0 .5em 0; 
    line-height: 1.2;
    font-weight: bold;
    font-style: normal;
}

h1 {
    font-size: 19px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 0.1em;
    padding-bottom: 0.2em;
    color: #444444;
}

h2 {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #444444;
}

h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
h6 {
    font-size: 11px;
    color: #666666;
    font-weight: normal;
}

ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}


p {
    margin: .75em 0;
    font-size: 11px;
    line-height: 16px;
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    color: #7b7b7b;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0085d9;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
.separateur {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;                                                                                                                                                                                                   
    border: none;
}
input, button, select {
    vertical-align: middle; 
}
/* A VIRER */
#global_construct { width: 990px;margin: 0 auto;}

#logo { left:35px;top:35px;display:block;width:180px;height:40px;position:relative;}
#global { width: 985px;margin:45px auto 0; }
#container { padding: 15px; background:url(/style/img/bg_global.jpg) no-repeat;height: 685px;  }
#content { position:relative;background:url(/style/img/bg_content.jpg) no-repeat; width: 955px; height:685px;  }
#footer { width: 955px;margin:0 auto; text-align:center; }
#footer p { font-size: 10px; color: #a8a8a8; }


#menu { width:95px;margin:45px 20px 0 0;padding:0;list-style:type:none;float:right;}
#menu li { list-style-type:none;padding:3px 0; }
#menu li a {background:url(/style/img/puce_off.gif) no-repeat 0 4px;padding:0 0 0 15px;color: #7b7b7b;}
#menu li a:hover, #menu li a.selected {text-decoration:none;background:url(/style/img/puce_on.gif) no-repeat 0 4px;}


#contenu { margin:45px 0 0;width:790px;padding:10px;float:left; }
#liens { margin:90px 0 0 300px;font-size:16px; }
#liens li{ padding:2px 0;color:#7B7B7B }
#contact { margin-left:155px; }
#contact legend { margin:0 0 15px 0; }
#contact label{ width:70px;display:block;float:left;padding:0 10px 0 0;text-align:right; }
#contact #objet, #contact #email, #contact #nom { width:170px; } 
#recaptcha_widget_div { width:433px;float:right; }
#gallery { padding-left:20px;width:445px; }


.fb_edge_widget_with_comment { position:absolute !important;right:5px;bottom:5px;}