/* CSS Document */



/* GENERAL */

html {
	font-size: 125%;
}
html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #000000;
	background-color: #262217;
	margin: 0em;
}
.centrage {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
a {
	color: #F3971F;
}
a:link {
	color: #8e3633;
}
a:visited {
	color: #F3971F;
}
a:hover {
	color: #8e3633;
}
a:active {
	color: #8e3633;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#skiplinks {
	position:absolute;
	top:-500px;
	left:0px;
	z-index: 5;
}
.clearfloats {
	clear:both;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}


.texte-gauche {
	text-align: left;
}
.texte-centre {
	text-align: center;
}
.texte-droite {
	text-align: right;
}
.validation {
	color: #FF0000;
	font-weight: bold;
}
.validationok {
	color: #0C3;
	font-weight: bold;
}
.image-gauche {
	float: left;
	margin-right: 5px;
}
.image-droite {
	float: right;
	margin-left: 10px;
}
.texte-orange {
	color: #f3971e;
}
.petitecolonnedroite {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.legende {
	font-size: 80%;
	line-height: 100%;
}
.texteblanc {
	color: #FFF;
}




/* NAVIGATION */
#navigationprincipale {
	background-color: #262217;
	height: 61px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	float: left;
	padding-right: 5px;
}
#navigationprincipale a {
	color: #FFF;
	text-decoration: none;
}

#navigationprincipale img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigationangle {
	background-image: url(../images/angle-navigation.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 63px;
	width: 76px;
}
#logopoustinia {
	float: right;
	height: 80px;
	width: 181px;
	margin: 0px;
	padding: 0px;
}
#pieddepage {
	float: right;
}


/* PAGE ACCUEIL */
#accueil-stage {
	float: left;
	height: 150px;
	width: 175px;
	margin-top: 50px;
}
#fonpageaccueil {
	background-color: #FFF;
	color: #38312b;
	background-image: url(../images/fond-page-accueil.jpg);
	background-repeat: no-repeat;
}
#texte-accueil {
	font-size: 120%;
	text-align: center;
	width: 820px;
	margin-left: 160px;
	line-height: 135%;
	margin-top: 50px;
}

