body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000;
	text-align : center;
	margin : 0;
	padding : 0;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

h2 {
	background-image : url(images/h2.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding : 0 0 0 14px;
	font-size : 140%;
	color : #343540;
}

#document {
	margin : 0 auto;
	padding : 0;
	width : 780px;
	border-width : 0 1px;
	border-style : solid;
	border-color: #000;
	text-align: left;
	position: relative;
}

#bandeauHaut {
	background-image : url(images/bandeauHaut_fond.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height : 149px;
	position:relative;
}
#bandeauHaut h1 {
	margin : 0;
	padding : 0;
	position: absolute;
	top : 0;
	right : 0;
}
#bandeauHaut h1 span {
	display : none;
}

#menu {
	float : left;	
	margin : 105px 0 0 3px;
}
#menu ul {
	margin : .5em 0;
	padding : 0;
}

#menu li {
	float : left;
	list-style: none;
	margin : 0 0 0 1em;
	padding : 0;/* 1.5em 0 0;15px 1.5em;*/
	
	background-color: #000;
	/*border : 1px solid #fff;*/

}
#menu span {
	font-weight: bold;
	font-size: 100%;
	color : #fff;
	background-color: #333;
	
	background-image: url(images/menu_selected.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;	
	
	display: block;
	padding : 2px 8px;	
	
	border : 1px solid #fff;
}

#menu a {
	text-decoration: none;
	color : #fff;
	background-color: #333;
	font-weight: bold;
	/*
	background-image: url(images/menu_0.gif);
	background-position: 0 0;
	background-repeat: no-repeat;	
*/
	display:  block;
	padding : 2px 8px;
	font-weight: normal;
	
	border : 1px solid #666;
}

#menu a:hover {
	text-decoration: none;
	/*background-image: url(images/menu_1.gif);*/
	border : 1px solid #fff;
}


#contenu {
	margin :0;
	padding : 0 0 15px 0;
	background-color: #0B1B23;
	
	background-image: url(images/contenu_fond.gif);
	background-position: 0 0;
	background-repeat: no-repeat;

	/*border : 1px solid red;*/
	display : block;
}


#texte {
	margin : 0 15px;
	padding : 10px;
	background-image: url(images/texte_fond.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #9CA3A6;
	position: relative;
}

#contenuPopup #texte {
	background-image: none;
	margin : 0;
	padding : 0;
}

form {
	margin : 0;
	padding : 0;
}

.clear {
	clear: both;
}

/*les tableaux*/
#texte table {
	/*width: 95%;*/
	border : 1px solid #000;
	margin : 20px;
}
#texte th {
	background-color: #fff;
	padding : 3px;
	text-align: center;
}
#texte td {
	background-color: #ddd;
	padding : 3px;
	text-align: center;	
}

#texte a {
	font-weight : bold;
	text-decoration : none;
	color : #eee;/*#ddd;*/
}
#texte a:hover {
	text-decoration : none;
	color : #222;
}

