/*

COULEURS

vert : #008000
jaune : #FFF030
bleu : #0030D0

*/

body {
	background-color:#000000;
	border:0;
	margin:0;
	font-family: Verdana;
	font-size: 10pt;
	color: #DDDDDD;
}

a {
	color: #FFFFFF;
}


#fenetre_principale {
	/*position:absolute;*/
	padding-top:40px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

#menu {
	top:0;
	width:1000px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../img/bandeau.png');
	background-repeat: no-repeat;
}


#lang {
	position:absolute;
	right:0;
	top:3px;
	text-align:right;
}

#lang img {
	border: solid 1px #FFFFFF;
}


.elt_menu {
	/*width:150px;*/
	background-color:#008000;
}

.elt_menu a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
}
.elt_menu a, .elt_ssmenu a {
	display:block;
	width:inherit;
	height:inherit;
	text-decoration:none;
	padding:0;
}


.elt_ssmenu {
	background-color:#119111;	
}



.elt_ssmenu li {
	background-color:#119111;
	border-left:solid 1px #33B333;
	border-right:solid 1px #33B333;
	border-bottom:solid 1px #33B333;
	list-style-type:none;
	padding-left:10px;
	padding-right:10px;
	padding-top: 3px;
	padding-bottom: 3px;
}


.elt_ssmenu li:hover, .elt_ssmenu a:hover, .elt_ssmenu a:focus {
	background-color:#000000;
}

.elt_ssmenuOver {
	background-color:yellow;
}



#corps {
	padding: 20px;
	background-color:#000000;
	border: 1px #33B333 solid;
	min-height:400px;
}

#footer {
	background-position: right bottom;
	padding-top:5px;
	height: 105px;
	margin-bottom: 5px;
	background-image: url('../img/danseurs.png');
	background-repeat: no-repeat;
	font-size: 8pt;
	color: #777777;
}

#footer a {
	text-decoration:none;
	color:#888888;
}
#footer a:hover {
	text-decoration:underline;
}


#page_accueil {
	margin: -20px;
	height: 700px;
	background-image: url('../img/accueil.png');
	background-repeat: no-repeat;
}

#page_accueil ul {
	margin-top: 135px;
	list-style-type: none;
}

#page_accueil li {
	margin-left: 780px;
	margin-top: 5px;
	font-size: 14pt;
	background-color: #222222;
}

#page_accueil a {
	text-decoration: none;
}

#page_accueil a:hover {
	text-decoration: underline overline;
	color:  #33B333;
}



.intro_titre {
	text-align: right;
	font-size:16pt;
	margin-right: 5px;
	color: #FFFFFF;
}











/************ Partie Admin *****************/

.adm_titre_ssmenu {
	font-size:small;
}

.adm_titre_ssmenu span {
	font-weight:bolder;
}




