/*********************************************************************************/
/* RESET CSS*/
/*********************************************************************************/
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, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************************************************************************/
/* Général */
/*********************************************************************************/
body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #9d7b60;
	font-family:"Trebuchet MS",Arial,Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	height:100%;
}

#positionnementSite{
	height:auto;
	margin-top:12px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #000;
}
#positionnementSiteCMS{
	position:relative;
	margin-top:12px;
	border:1px solid #000;
}
HR{
	border:0px;
	border-top:1px solid #9d7b60;
}

.endCol{
	clear:both;
}
IMG, .fix, button span{
	behavior:url(include/js/iepngfix.htc);
}

.imageCave{
	float:left;
	margin:0px 19px 33px 0px;
}

.mEvid{
	color:#fff;
}
TR.form{
	height:22px;
}

TABLE.txt{
	font-size:13px;
	line-height:17px;
	font-weight:normal;
}
INPUT, SELECT{
	width:155px;
	font-size:11px;
	color:#666666;
	border:1px solid #e8e8e8;
}

INPUT.checkbox{
	width:15px;
	font-size:11px;
	color:#666666;
	border:0px;
}
INPUT.submit{
	width:170px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	color:#9D7B60;
	background:#5A0C20;
	border:1px solid #9D7B60;
	cursor:pointer;
}
INPUT.npa{
	width:50px;
}
input.error{
	color:#666666;
	border:2px solid #F5702A;
}
label.error{
	display:inline-block;
	font-size:10px;
	color:#F5702A;
}

/*********************************************************************************/
/* NAVIGATION */
/**********************************************************************************/
#nav{
	position:relative;
	left:32px;
	top:23px;
	width:705px;
	height:27px;
}

#nav a.rounded, .button {
  font-size:14px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */

}
#nav .button {
  background-color: #9d7b60;
  padding: 5px 7px;
  margin-right:15px;
}
#nav .button:hover, #nav .actif {
  background-color: #8c132c;
}



/*********************************************************************************/
/* MAIL AMI */
/**********************************************************************************/
#formMailAmi,.ui-dialog{ font-size: 12px; }

#formMailAmi label, #formMailAmi input { display:block; }
#formMailAmi input.text { margin-bottom:12px; width:95%; padding-left:2px;}
fieldset { padding:0; border:0;}
div#users-contain {  width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }



/*********************************************************************************/
/* HEADER */
/**********************************************************************************/
#header {
	position:relative;
	width:100%;
	height:155px;
	z-index:2;
}

#poutreTop{
	position:absolute;
	top:102px;
	width:100%;
	height:66px;
	background:url("../../images/bgPoutre.png") repeat;
	z-index:1;
}
#poutreTop.login{
	top:90px;
}

#langZone{
	position:absolute;
	right:12px;
	bottom:80px;
}


#langZone UL {
	list-style:none outside none;
}

#langZone LI{
	display:inline;
	font-size: 12px;
	line-height: 10px;
}
#langZone LI.sep{
	margin:0px 8px 0px 8px;
	border-left:1px solid #9d7b60;
}

#langZone LI A{
	font-size:13px;
	color:#9d7b60;
	text-transform:uppercase;
}
#langZone LI A:hover{
	font-size:13px;
	color:#9d7b60;
	text-transform:uppercase;
}



/*********************************************************************************/
/* CONTENEUR */
/**********************************************************************************/
#conteneur{
	position:relative;
	width:960px;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	z-index:2;
}

/*********************************************************************************/
/* CONTENT */
/**********************************************************************************/
#content{
	position:relative;
	width:960px;
	margin-top:15px;
	background:#2f0913 url("../../images/bgContent.jpg")  no-repeat;
}

#contentText{
	position:relative;
	margin:55px 0px 20px 0px;
	left:32px;
	width:678px;
}
/*********************************************************************************/
/* CONTENT */
/**********************************************************************************/
#info{
	padding-bottom:20px;
	width:220px;
	background:transparent url("../../images/transparenceInfo.png") repeat;
	text-align:left;
}

	#info p{
		text-align:left;
		width:180px;
	}

	#infoContent{
		position:relative;
		margin:0px 0px 0px 19px;
		width:200px;
	}





.selectionMois{
	margin-bottom:14px;
	font-size:16px;
	color:#fff;
}
/*********************************************************************************/
/* FOOTER */
/**********************************************************************************/
#footer{
	width:960px;
	height:2px;
	margin:0;
	margin-top:8px;
	margin-left: auto;
	margin-right: auto;
	border-top:3px solid #9d7b60;
}


/*********************************************************************************/
/* SIGNATURE */
/**********************************************************************************/
#signature{
	position:relative;
	width:960px;
	margin:10px auto 10px auto;
	font-size:11px;
	color:#3f3f3f;

}
#signature a{
	font-family:verdana, arial;
	font-size:11px;
	color:#3f3f3f;
}