/* Global styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot{
	margin:0;
	padding:0;
	border:none;
	outline:0;
}
html,body{
	height:100%;
}
body{
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#faefc6;
 	background: #bf5001 url(../images/bg.jpg) repeat-x;
	scrollbar-3d-light-color : #fff; 
	scrollbar-arrow-color : #EDEDED; 
	scrollbar-base-color : #fff; 
	scrollbar-dark-shadow-color : #F1F1F1; 
	scrollbar-face-color : #D1D1D1; 
	scrollbar-highlight-color : #F1F1F1; 
	scrollbar-shadow-color : #fff; 
}
a{ color:#fff;
text-decoration:none;}
a:hover{ text-decoration: underline;}

.Gallery3GalerieTitreTexte {font-family:Verdana;font-size:10px;color:#352013;font-weight:bold;} 
.Gallery3GalerieCheminLiens {font-family:Verdana;font-size:10px;color:#666666;text-decoration:underline;font-weight:bold;} 
.Gallery3GalerieCheminLiens:hover {font-family:Verdana;font-size:10px;color:#666666;text-decoration:none;font-weight:bold;} 
.Gallery3GalerieCheminTexte {font-family:Verdana;font-size:10px;color:#666666;text-decoration:none;font-weight:bold;} 
.Gallery3GaleriePageEnCours {font-family:Verdana;font-size:10px;color:#352013;font-weight:bold;} 
.Gallery3RepertoireTitre {font-family:Verdana;font-size:9px;color:#666666;font-weight:bold;} 
.Gallery3FichierTexte {font-family:Verdana;font-size:10px;color:#ffffff;} 
.Gallery3PhotoTexte {background:#FFFFFF;font-family:Verdana;font-size:10px;color:#666666;}

.CFItem {width:400px;clear:both;}
.CFLabel {width:150px;float:left;font-family:verdana;font-size:10px;color:#352013;margin-bottom:2px;margin-top:2px; text-align:left;}
.CFField {width:250px;float:left;font-family:verdana;font-size:10px;color:#352013;margin-bottom:2px;margin-top:2px; text-align:left;}
.CFFieldText {font-family:verdana;font-size:10px;color:#666666;width:250px;border:solid 1px #999999;}
.CFFieldTextarea {font-family:verdana;font-size:10px;color:#666666;width:250px;border:solid 1px #999999;}
.CFFieldSelect {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldRadio {}
.CFFieldCheckbox {}
.CFFieldPassword {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldFile {font-family:verdana;font-size:10px;color:#666666;width:250px;}
.CFFieldEmail {font-family:verdana;font-size:10px;color:#666666;width:250px;border:solid 1px #999999; text-align:left;}
.CFFieldCopy {}
.CFFieldRadioData {}
.CFFieldCheckboxData {}
.CFCaptcha {width:400px;font-family:verdana;font-size:10px;color:#352013;text-align:center;}
.CFCaptchaTitre {width:100%;text-align:center;font-weight:bold;display:none;}
.CFCaptchaTexte {width:100%;text-align:justify;}
.CFStar {width:400px;font-family:verdana;font-size:10px;color:#ff0000;text-align:center;margin-top:20px;}
.CFStarIcon {font-family:verdana;font-size:10px;color:#ff0000;}
.CFButton {width:400px;text-align:center;}
.CFButtonSubmit input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;width:200px;text-align:center;margin-top:20px;}
.CFButtonReset input {font-family:verdana;font-size:10px;color:#666666;font-weight:bold;float:left;width:200px;text-align:center;margin-top:20px;display:none;}
.CFMessageSent {width:400px;font-family:verdana;font-size:12px;color:#003300;font-weight:bold;text-align:center;margin-top:20px;}
.CFFieldset {clear:both;display:block;border:solid 1px #999999;margin:0;margin-bottom:4px;padding:10px;width:400px;}
.CFLegend {font-family:verdana;color:#666666;font-size:12px;font-weight:bold;background:#efefef;border:solid 1px #999999;padding:2 5 2 5;margin-bottom:10px;} 
/* START WINDOWS OVERLAY*/
#GB_overlay { background-color: #000000; position: absolute; margin: auto; top: 0; left: 0; z-index: 100; }
#GB_window {left: 0; top: 0; font-size: 1px; position: absolute; overflow: visible; z-index: 150; }
#GB_window .content { width: auto; margin: 0; padding: 0; background-color: #fff; border: 3px solid #ccc; border-top: none; }
#GB_frame { border: 0; margin: 0; padding: 0; overflow: auto; white-space: nowrap; }
.GB_Window .content { background-color: #fff; border: 3px solid #ccc; border-top: none; }
.GB_Window .header { border-bottom: 1px solid #aaa; border-top: 0px solid #999; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0; height: 20px; font-size: 12px; padding: 3px 0; color: #333;}
.GB_Window .caption { font-size: 11px; font-weight: bold; white-space: nowrap; padding-right: 20px; }
.GB_Window .close { text-align: right; }
.GB_Window .close span { font-size: 11px; cursor: pointer }
.GB_Window .close img { cursor: pointer; padding: 0 3px 0 0; }
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/* Container styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#container{
	width:1024px;
	margin:auto;
}
/* Header styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header{
	background: url(../images/banner.png) top left no-repeat;
    width:1024px;
    min-height:294px;
    padding-top:158px;
}
#header #nav{
	margin:0px;
	padding-left:120px;
	width:904px;
	height:42px;
	list-style:none;
}
#header #nav li{
	float:left;
	height:30px;
	padding-top:12px;
	margin-left:18px;
	margin-right:30px;
	font-weight:bold;

}
#header #nav li a{
	display:block;
	color:#fff;
	text-decoration:none;

}
#header #nav li a:hover{
	background: url(../images/hover-menu.png) bottom left repeat-x;
	height:29px;
	color:#ee7c00;
}
#header #nav li #btnhover{
    height:29px;
	display:block;
	color:#ee7c00;
	text-decoration:none;
	background: url(../images/hover-menu.png) bottom left repeat-x;
}

/* Wrapper styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Wrapper{
	overflow:hidden;
	margin-left:50px;
	width:974px;
}
/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Wrapper #content{
	width:529px;
	margin-right:92px;
	color:#352013;
	min-height:329px;
	padding-top:25px;
	padding-bottom:10px;
	float:right;
}
#Name{
	background: url(../images/bg-name.png) center right no-repeat;
	height:30px;
	color:#352013;
	font-size:15px;
	font-weight:bold;
	margin:0px;
}
/* bloc Contact
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#contact{
	background:url(../images/bg-coordonnee.png) top left no-repeat;
	color:#fff;
	width:212px;
	padding-left:111px;
	height:335px;
	padding-top:47px;
	line-height:13px;
	float:left;
}
#contact h2{
	color:#c95800;
	font-size:12px;
}
#contact p{
	margin-top:10px;
	margin-bottom:10px;	
}
#contact a{
	color:#d36200;
}
#contact a:hover{
	color:#d36200;
	text-decoration:none;
}
#contact div{
	background: url(../images/bg-tva.png) no-repeat;
	width:153px;
	padding-top:3px;
	padding-left:10px;
	height:18px;
	color:#010101;
}

/* blocs
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer{
	background:url(../images/footer.jpg) top left repeat-x;
	width:100%;
	height:56px;
	clear:both;
}
#footer #proximedia{
	width:1024px;
	height:56px;
	margin:auto;
	text-align:right;
}
#footer .border-liens{
	border:0px;
	margin-top:10px;
	margin-right:95px;
}
