/* CSS Document */


/* Mise en forme - structure */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3C3831;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.9em;
}
.droite {
	float: right;
	text-align: right;
}

#tout {
	min-height: 100%;
	width: 1024px;
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	background-color: #4C483F;
}
#millieu {
	overflow: auto;
	min-height: 100%;
	padding-top: 20px;
}
#ga {
	float: left;
	width: 250px;
	padding-bottom: 50px;
	padding-right: 20px;
}
#dr {
	float: right;
	width: 650px;
	margin-right: 30px;
	padding: 10px;
}
#footer {
	width: 1024px;
	position: absolute;
	bottom: 0;
	font-size: 0.8em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4C483F;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #7E7869;
	background-color: #3C3831;
}
#footer a {
	color: #FF9900;
	text-decoration: none;
}
#footer a:hover {
	color: #F00;
	text-decoration: none;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* mise en forme - balises */


p {
	text-align: justify;
	color: #FBFBFB;
}
a {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FE9900;
	padding-bottom: 20px;
	text-align: left;
	margin-left: -5px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFBE5E;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FE9900;
	padding-bottom: 20px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFBE5E;
}
h5 {
	color: #FE9900;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1em;
}
h6 {
	font-weight: bold;
	color: #FE9900;
	text-align: center;
	font-size: 1em;
}


td {
	vertical-align: top;
}
li {
	margin-bottom: 10px;
}
ul {
	padding-left: 30px;
	text-align: justify;
}




/* formulaire */

/*label {
	background-color: #FFCC66;
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}*/
input, select, textarea {
	border: 1px solid #3C3831;
	background-color: #918A7B;
	color: #000;
}
input[type="radio"], input[type="radio"]:hover, input[type="radio"]:focus, input[type="checkbox"], input[type="checkbox"]:focus {
	border: 0px;
	background-color: #4C483F;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #3C3831;
	background-color: #A8A397;
	color: #000;
}
/* button submit */
input[type="submit"] {
	border: 1px solid #3C3831;
	background-color: #918A7B;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-weight: bold;
	color: #33302B;
}
input[type="submit"]:hover {
	background-color: #F9F8F7;
	cursor: pointer;
	color: #272521;
	font-weight: bold;
}
input[type="reset"] {
	border: #3C3831 1px solid;
}
input[type="reset"]:hover {
	background-color: #9F998C;
	cursor: pointer;
}


/* news */
#news {
	padding-left: 10px;
	padding-top: 20px;
	color: #FFD89D;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #3C3831;
	background-color: #3C3831;
	margin-left: 30px;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#news a {
	color: #FF9900;
	text-decoration: none;
}
#news a:hover {
	color: #F00;
	text-decoration: none;
}
.titre_news {
	font-size: 1.2em;
}
.description_news {
	margin-bottom: 20px;
	margin-top: 10px;
	color: #FFF;
}



/* mise en forme - classes */


.blancgrand {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}
.brungrand {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #36322C;
}
.rougegrand {
	color: #F00;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}
.petit_italic {
	font-size: 0.8em;
	font-style: italic;
}
.orange {
	color: #FE9900;
	font-weight: bold;
}
.rouge {
	color: #F00;
	font-weight: bold;
}
.petit_italic {
	font-size: 0.8em;
	font-style: italic;
}
.licence {
	color: #FF9900;
	border-top: 1px solid #FF9900;
	padding-top: 10px;
	font-style: italic;
	font-weight: normal;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}
.evidence {
	color: #FFCA79;
	font-style: italic;
}
.jaune {
	color: #FFCA79;
	font-style: normal;
	font-weight: bold;
}
#millieu2 {
	overflow: auto;
	min-height: 100%;
	padding-top: 20px;
}
#dr2 {
	float: none;
	width: auto;
	margin-right: 50px;
	padding: 10px;
	margin-left: 50px;
}

