BODY {
	margin: 0px;
	font-family: Helvetica, Arial, Sans-serif;
	color: #280a1b;	
	background-color: #280a1b;
}
A IMG {
	border: 0px;
}
H3 {
	font-size: 130%;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#navigation {
	width: 100%;
	height: 25%;
	background-color: #280a1b;		
	position: relative;
}
#navigation p {
	vertical-align: text-bottom;
	color: #ff8f0f;
	text-align: right;
	position:absolute;
	bottom:0;
	right: 0;
}
#navigation * IMG {
	border: none;
}
#navigation * A {
	color: white;
	text-decoration:none;
	font-weight: bold;
	margin-right: 40px;
}
#navigation * A.selected {
	color: #ff8f0f;
	text-decoration:none;
}
#navigation * #menu_atelier IMG {
	vertical-align: -15px;
}
#contenu {
	position: relative;
	width: 100%;
	height: 50%;
	font-size: 75%;
	background-color: white;		
}

#contenu #description TABLE {
	width: 100%;
	
}
TD {
	font-size: 75%;
}

#pieddepage {
	width: 100%;
	height: 25%;
	background-color: #280a1b;
	position: relative;
	color: white;
	font-size: 75%;
}
#pieddepage #logo {
	text-align: right;
	margin-right:20px;
	position:absolute;
	top: 7%;
	right: 0;
}
#pieddepage * A {
	color: white;
	text-decoration:none;
}
#pieddepage * A.selected {
	color: #ff8f0f;
	text-decoration:none;
}
#navigation * .final {
	outline-color: black invert;
}
#navigation * .final IMG {
	vertical-align: -13px;
}
#contenu #illustration {
	height:100%;
	width: 50%;
	text-align: center;
	position: absolute;				
}
#contenu #illustration IMG {
	height:100%;
}
#contenu #description {
	height:100%;
	width: 50%;
	left: 50%;
	text-align: center;
	position: absolute;
	padding-top: 40px;
}
#contenu #description.atelier {
	text-align: left;
	padding-left: 20px;
	width: auto;
}

#contenu #description A.bouton {
	font-weight: bold;
	text-decoration: none;
	color: #280a1b;
}
#texte_descriptif {
	border-top: solid 1px #280a1b;
	/*border-right: solid 1px #280a1b;*/
	position: absolute;
	top: 10%;
	left: 5%;
	width: 90%;
	height: 70%;
	overflow: hidden;
}

#texte_descriptif .slide {
	text-align:center;
	background-color: #280a1b;
	color: #ff8f0f;
	float: right;
	width: 19px;
	height: 100%;
}

#texte_descriptif #texte {
	width:90%;
	text-align: left;				
	top: 0px;
	left: 0px;
	//margin-right: 23px;
	padding-bottom: 30px;
	height:100%;
	overflow: hidden;
}
#texte_descriptif .slide * A IMG {
	border: 0px;
	margin-top: 10px;
}

#contenu #description #miniatures {
	position: absolute;
	width: 75%;
	text-align: center;
	left: 12%;
	overflow:hidden;
	bottom: 40px;
}


#contenu #description #miniatures A {
	text-decoration:none;
}

#contenu #description #miniatures IMG {
	border:none;
}

#contenu #description #miniatures IMG:hover {
	border: solid 1px #ff8f0f;
}

#contenu #description #miniatures IMG.selected {
	width: 40px;
	height: 40px;
}
p.texte_accueil {
	font-size : 200%;
	font-weight: bold;
	margin-top: 0px;
	color: #280a1b;
}	
h1 {
	margin-top: 0px;	
}
h2 {
	font-size:140%;
}

#actualite {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border: solid 1px #ff8f0f;
	width: 65%;
	line-height: 3ex;
}
#actualite H1 {
	font-size : 120%;
	color: white;
	background-color: #ff8f0f;
	margin-top: 0;
}


