/* CSS Document */

/*===============================
	global style resetting */
	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input,p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

html, body, form, fieldset {
	color:#361c0f;
	font:.8em "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	line-height:2em;
}

img {border:0;}

address, caption, cite,th{
	font-style:normal;
	font-weight:normal;
}

ol, ul {list-style:none;}

caption, th {text-align:left;}

h1, h2, h3, h4, h5, h6 {font-size:100%}

b,em {
	font-weight:normal;
	font-style:normal
}

input.btn {width:auto !IMPORTANT}


/*===============================
	links */
	
a:link      {text-decoration:underline;color:#4c4c4c;}
a:visited 	{text-decoration:underline;color:#4c4c4c;}
a:active  	{text-decoration:underline;color:#4c4c4c;}
a:hover  	{text-decoration:underline;color:#4c4c4c;}


/*===============================
	Main Layout and Structure  */

html, body{}

body{
	background:#fff;
}

#wrapper{
	width:850px;
	margin:0 auto;
}

#header{
	width:850px;
	height:130px;
	padding:0;
	margin:0;
	background:url(../images/interface/header.jpg) no-repeat;
}

#clear-footer{
}

#footer{
	clear:both;
	border-top:1px solid #faf1e2;
	background-color:#fffdf9;
}

#container{
	margin:0;
	padding:0;
	width:850px;
}

/*===============================
	Style Header  */
	

/*===============================
	Navigation  */
	
/* Root = Horizontal, Secondary = Vertical */
ul#navigation {
	position:relative;
	top:104px;
	left:16px;
	margin:0;
	border:0 none;
	padding:0;
	width:820px; /*For KHTML*/
	list-style:none;
	height:18px;
}

	ul#navigation ul {
		margin:0;
		border:none;
		background-color:#f3f0d9;
		padding:2px;
		width:130px;
		list-style:none;
		display:none;
		position:absolute;
		top:20px;
		left:-1px;
	}

	ul#navigation li {
		margin:0;
		padding:0;
		float:left; /*For Gecko*/
		display:inline;
		list-style:none;
		position:relative;
		height:20px;
		background:url(../images/interface/nav_sep.gif) right top no-repeat;
	}

	ul#navigation li:last-child {background:none;}

	ul#navigation ul li {
		float:none; /*For Gecko*/
		display:block !important;
		display:inline; /*For IE*/
		background:none;
		width:250px;
	}


	/* Root Menu */
	ul#navigation a {
		font-size:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		color:#7f4825;
		font-weight:bold;
		padding:0 8px;
		float:none !important; /*For Opera*/
		float:left; /*For IE*/
		display:block;
		text-decoration:none;
		height:auto !important;
		height:1%; /*For IE*/
	}

		ul#navigation ul a{
			font-size:10px;
		}

/* Root Menu Hover Persistence */
ul#navigation a:hover,
ul#navigation li:hover a,
ul#navigation li.iehover a {
	display:block;
	color:#fff;
	background-color:#930000;
}

/* 2nd Menu */
ul#navigation li:hover li a,
ul#navigation li.iehover li a {
	float:none;
	color:#fff;
}

/* 2nd Menu Hover Persistence */

ul#navigation li:hover li a:hover,
ul#navigation li:hover li:hover a,
ul#navigation li.iehover li a:hover,
ul#navigation li.iehover li.iehover a {
	color:#fff;
}

ul#navigation ul li {
	border-top:solid 1px #b80404;
	border-bottom:solid 2px #430101;
}

/* Do Not Move - Must Come Before display:block for Gecko */

ul#navigation li:hover ul,
ul#navigation ul li:hover ul,
ul#navigation ul ul li:hover ul,
ul#navigation li.iehover ul,
ul#navigation ul li.iehover ul,
ul#navigation ul ul li.iehover ul {display: block;}


	
	
/*===============================
	Search  */
	

/*===============================
	Right Image */
	
#photo-right{
	float:left;
	margin:0;
	padding:0;
	width:255px;
	background:url(../images/interface/right_pix_bg.gif) top left no-repeat;
}

#photo-right img{
	margin:4px 0 0 3px;
}
	


/*===============================
	Style Container  */
	
#container-text{
	float:left;
	margin:0;
	padding:28px 18px 20px 50px;
	width:527px;
	font-size:1.1em;
	text-align:justify;
}


	
/*===============================
	Style Footer  */
	


/*===============================
	Titres  */
	
h1{
	font-size:1.2em;
	color:#7f4825;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/*===============================
	SWF  */

	
/*===============================
	Image  */


/*===============================
	Paginator  */
	

/*===============================
	Forms  */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
	

/*===============================
	Class  */

.hide{display:none;}

.show{display:block;}

.clear { 
	clear:both; 
	line-height:0px;
}

.date{
	font-style:italic;
	color:#808080;
}

.famille{
	font-style:italic;
	color:#808080;
}

.italique{
	font-style:italic;
	background-color:#f1f1f1;
}

.response-error{
	background:#fefafb;
	padding:4px;
	margin:0 0 8px 0;
	font-size:1.1em;
	font-weight:bold;
	border:1px solid #c9003a;
}

.response-valid{
	background:#fbfdfb;
	padding:4px;
	margin:0 0 8px 0;
	font-size:1.1em;
	border:1px solid #1e9d48;
}

	

	



	
