/* ## Par SpaTule sous licence "CC by-nc-sa" */
/* ################################################# */


/*====================== STYLES GENERAUX ==============================*/
html { font-size: 100%; } 
body { 
	background-image: url("img/background.png");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #29201d;
	font-family: Arial, "Times New Roman", Times, serif; 
	color: #6b463e; 
	font-size: 0.8em; 
	text-align:center;
	margin: 0; 
	padding: 0;
}
img { border:none; }
a, a:visited, a:hover { color: #a7601a; text-decoration: none; outline:none; }
ul {	margin: 0; padding: 0; list-style: none; }


/*====================== WRAP ==============================*/
#page {
	background: url(img/page.png) no-repeat;
	width: 780px;
	height: 800px;
	margin: 0 auto;
	-filter: alpha(opacity=95);
}
#main {
	clear:both;
	width: 750px;
	height: 575px;
	margin: 14px auto 0 auto;
}


/*====================== HEADER ==============================*/
#header {
	background: url(img/header_full.gif) no-repeat;
	width:750px;
	height: 150px;
	margin: 5px auto 0 auto;
	opacity: 0.70;
	-moz-opacity:0.7;
	filter: alpha(opacity=70)\9
}


/*====================== CONTENT ==============================*/
#content {
	background: url(img/content.gif) no-repeat;
	height: 400px;
	padding-top: 100px;
	opacity: 0.70;
	-moz-opacity:0.7;
	filter: alpha(opacity=70)\9
}
#fadein {
	display:none;			
}

h1 {	font-size: 1.4em; font-weight: bold; color: #a7601a; }
hr {	width:20%; margin: 30px auto 30px auto; -margin: 15px auto 15px auto;  color: #a7601a; background-color: #a7601a; height: 2px; }
#text {
	width:500px;
	margin: 0 auto;
	padding-top: 40px;
}
#text.large {
	width:600px;
	padding-top: 0px;
	text-align: justify;	
}
#text p.indent {
	text-indent: 15px;
}

/*page d'accueil*/
#text_accueil {
	float: left;
	width: 65%;
	padding-left:135px;
}
#news {
	margin-left: 65%;
	padding-right: 15px;
	padding-left: 15px;
	border-top: #983120 2px solid;
	border-left: #983120 1px solid;
}

/*----*/


#text ul {
	width:500px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.3em;
	list-style-type: circle;
}

#portrait {
	margin-top: 45px;
}

#formulaire {
	width:650px;
	margin: 0 auto;
	padding-top: 40px;
}
#formulaire input, #formulaire textarea {
	font-family: Arial, "Times New Roman", Times, serif;
	background-color: #b79573;
	border: #a7601a 1px solid;
}
#formulaire input:hover, #formulaire input:focus, #formulaire textarea:hover, #formulaire textarea:focus {
	background-color: #d5bda6;
}
#formulaire input[type="submit"]:hover {
	background-color: #a7601a;
	color: #FFF;
	cursor: pointer;
}
.left { text-align: left; }
.right { text-align:right; }
.erreur { font-weight: bold; color: #F00; }

.referencement {
	text-align:center;
	margin: 0 auto;
}
.referencement td {
	padding: 4px 20px;
	font-weight: bold;
}




/*================== MENU ===============*/

#menu li {
	float: left;
}
#menu li a {
	background: url(img/bouton_defaut.gif) no-repeat;
	border-top: #983120 1px solid;
	display: block;
	width: 150px;
	height: 75px;
	padding-top: 25px;
	font-size: 1.2em;
	opacity: 0.50;
	-moz-opacity:0.5;
	filter: alpha(opacity=50)\9
}
#menu li a:hover {
	opacity: 0.70;
	-moz-opacity:0.7;
	filter: alpha(opacity=70)\9
}
#menu li.active a, #menu li.active a:hover {
	background: url(img/bouton_actif.gif) no-repeat;
	opacity: 0.70;
	-moz-opacity:0.7;
	filter: alpha(opacity=70)\9
	font-weight: bold;
	border-top: 0;
}

/*================== FOOTER ===============*/
#footer {
	font-size: 0.8em;
	color: #df7d22;
}
#footer p {
	padding:4px 0 0 0;
	margin:0;
}
#footer a, #footer a:visited  {
	color: #df7d22;
}
#footer a:hover  {
	color: #df7d22;
	text-decoration: underline;
}

