/* ------------------------------------ */
/*            Généralités               */
/* ------------------------------------ */


/* RESET */

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, sub, sup, tt, var, ol, ul, li,
fieldset, form, label, legend, 
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

li {
	list-style:none;
}


dd{
	list-style:none;
	background:url(../media/interface/puce_carre.gif) top left no-repeat;
	padding-left:12px;
	text-indent:0px;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border:1px solid #CCCCCC;
	border-spacing: 1px #FFFFFF;
	background:#CCCCCC;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

th {
	background:#1867ac;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	
}

td {
	border:1px solid #FFFFFF;
	padding:2px;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr{
display:block;
height:1px;
border:0;
border-top:1px dotted gray;
width:80%;
}

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../media/interface/bg_page.jpg) top left repeat-x;
	line-height:15px;
}

/* -------- Mise en forme du texte --------*/

h1 {
	font-size:14px;
	font-weight:bold;
	color:#1867AC;
	padding-bottom:20px;
}

.small {
	font-size:10px;
	line-height:12px;
}

.accroche {
	font-weight:bold;
	color:#000000;
	height:23px;
	background:url(../media/interface/pointilles.gif) bottom left no-repeat;
	}

.corps {
	text-align:left;
	font-weight:normal;
	color:#000000;
}

.commentaire {
	font-weight:normal;
	color:#000000;
	font-size:9px;
	text-align:right;
	line-height:12px;
}


input.textfield, textarea {
	background:#f4f4f4;
	border: #8b8373 solid 1px;
}

input.textfield:focus, textarea:focus {
	background:#f4f4f4;
	border: #000000 solid 1px ;
}



/* ------------------------------------ */
/*            Header                    */
/* ------------------------------------ */
#header{
	margin: 0 auto;
	width:800px;
	height:148px;
	background:url(../media/interface/header.jpg) top left no-repeat;
}

#logo {
	width:196px;
	height:89px;
	padding-top:8px;
	padding-left:28px;

}

#menu {
	width:610px;
	height:43px;
	padding-top:8px;
	padding-left:30px;
}

#etoile {
	/*position:absolute;*/
	/*left:755px;*/
	float:right;
	width:157px;
	height:148px;
}



/* ------------------------------------ */
/*            Global                    */
/* ------------------------------------ */
#global{
	margin: 0 auto;
	position:relative;
	overflow: auto; /*permet de prendre en compte la hauteur des div 'float' contenues dans le global*/
	width:800px;
}

#global a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#global a:hover, a:focus {
	text-decoration:underline;
	}


/* -------- Chapeau --------*/

#chapo {
	float:left;
	width:800px;
	height:166px;
	}
	
#chapo_gauche {
	float:left;
	width:261px;
	height:166px;
	background:url(../media/interface/bg_chapo_gauche.gif) top left no-repeat;
	}
	
	
#chapo_droite {
	float:left;
	width:539px;
	height:166px;
	background:url(../media/interface/bg_chapo_droite.jpg) top left no-repeat;
	}
	
#chapo_gauche_titre {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:60px;
	padding-top:30px;
	}

#chapo_gauche_corps {
	color:#f6c131;
	font-size:14px;
	font-weight:bold;
	padding-left:70px;
	padding-top:20px;
	line-height:23px;
}


#chapo_droite_corps {
	color:#f6c131;
	font-size:11px;
	font-weight:bold;
	padding-left:170px;
	padding-top:130px;
	line-height:23px;
}


#chapo a {
	
	text-decoration:none;
	color:#f6c131;
	background:url(../media/interface/puce_fleche_2.gif) center left no-repeat;
	padding-left:17px;
	}

#chapo a:hover, a:focus {
	text-decoration:underline;
	color:#f6c131;
	}

/* -------- gauche --------*/
#gauche{
	float:left;
	position:relative;
	padding-left:54px;
	padding-top:30px;
	padding-right:30px;
	width:190px;
	background:url(../media/interface/bg_gauche.gif) top left no-repeat;
}


	
/* -------- droite --------*/
#droite{
	width:490px;
	float:left;
	padding-top:40px;
	padding-left:5px;
	padding-right:20px;
}


.lien_puce:link, .lien_puce:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background:url(../media/interface/puce_fleche.gif) center left no-repeat;
	padding-left:17px;
}

.lien_puce:hover, .lien_puce:focus {
	text-decoration:underline;
	}
	

.cadre_droite {
	width:460px;
	background:#f0f0f0;
	border:solid 1px #e4e4e4;
	border-right:solid 6px #efcf3c;
	padding:10px;
	overflow: auto; /*permet de prendre en compte la hauteur des div 'float' contenues dans le cadre*/
	}
	
.cadre_gauche {
	text-align:left;
	width:460px;
	background:#f0f0f0;
	border:solid 1px #e4e4e4;
	border-left:solid 6px #efcf3c;
	padding:10px;
	overflow: auto; /*permet de prendre en compte la hauteur des div 'float' contenues dans le cadre*/
	}

.img-gauche {
	float:left;
	text-align:left;
	}
.txt-droite {
	float: right;
	text-align:right;
	width:280px;
	}
	
.img-droite {
	float:right;
	text-align:right;
	}
.txt-gauche {
	float: left;
	text-align:left;
	width:260px;
	}


/* ------------------------------------ */
/*            Footer                    */
/* ------------------------------------ */
#footer{
	position:relative;
	bottom:0;
	margin: 0 auto;
	margin-top:50px;
	width:790px;
	height:58px;
	background:url(../media/interface/bg_footer.gif) top no-repeat;
	color:#969696;
}

#footer a{
	color:#969696;
	text-decoration:none;
}
#footer a:hover, a:focus {
	text-decoration:underline;
}

/* -------- Menu footer --------*/
#menu_footer {
float:left;
padding-top:16px;
padding-left:50px;
width:600px;
height:15px;
font-size:11px;
}

/* -------- Info footer --------*/
#info_footer {
float:right;
padding-top:15px;
padding-right:5px;
width:100px;
height:15px;
font-size:11px;
color:#bbb7ac;
}


/* ------------------------------------ */
/*            Contact                    */
/* ------------------------------------ */



div.error {
	margin-top:10px;
	margin-bottom:10px;
  color: #236db0;    
  background-color:#eeeeee;
}                    
div.error div.titre {
  padding: 5px 15px;
  font-size: 1.30em;
  line-height: 1.30em;
  font-weight: bolder;
}         
div.error div.titre img {
  float:left;
}        
div.error div.txt {
  padding: 5px 15px;
}


div.bloc2col {
	padding: 0;
	margin: 0;
	width: 100%;
	padding-top: 1px;
	color:: #7E7E7E;
	text-align: justify;
	font-size:0.7em;
}


/* INPUT TEXT FIELD */




div.input-text div.designation {
	font-size:11px;
}
div.input-text div.designation-error {
	font-weight:bold;
}

div.input-text div.field {
	text-align: left;
}

div.input-text div.field input {
	width:150px;
	height: 15px;
	border: 1px solid #CCCCCC;
	background:url(../media/images/fond_champ.gif) top left repeat-x;
	background-color: #FFFFFF;
	padding: 2px 0px  0px 2px;
	font-size: 10px;
	color: #6C6A6A;
}

div.input-text-all {
	text-align: left;
}
div.input-text-all input {
	margin: 0px;
	height: 15px;
	background: url(../media/images/fond_champ.gif) top left repeat-x;
	border: 1px solid #CCCCCC;
	padding: 2px 2px  0px 2px;
	font-size: 10px;
	color: #6C6A6A;
}

fieldset {
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
}
/* INPUT TEXTAREA	 */

div.input-textarea textarea {
	margin: 0px;
	width: 397px;
	height: 100px;
	border: 1px solid #CCCCCC;
	background: url(../media/images/fond_champ.gif) top left repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6C6A6A;
}

/* AJAX */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #e4e4e4;
color: #2d2b2b;
background: white url(../media/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image:url(../media/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
background:#f0f0f0;
border:solid 1px #e4e4e4;
border-right:solid 6px #efcf3c;
width: 460px;
margin-bottom: 1em; padding: 10px;
}

/*contact*/


table.button {
width: 80%;
}
table.button input {
width: 100px;
height: 20px;
border-top: 1px solid #ECECEC;
border-right: 0;
border-bottom: 0;
border-left: 1px solid #ECECEC;
background-color: #1968ad;
font-size: 10px;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
}
table.button td.space {
width: 50px;
}
table.button td.submit {
width: 120px;
text-align: left;
}
table.button td.reset {
text-align: left;
}

