body {
	background: url('./images/fond.jpg') repeat-x #515151;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
}
a:link, a:active, a:visited {
	color: #FF002B;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a.bouton:link, a.bouton:active, a.bouton:visited {
	background: url('./images/bouton_off.png') no-repeat;
	display: inline-block;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	height: 27px;
	padding-top: 8px;
	position: relative;
	text-align: center;
	width: 100px;
}
a.bouton:hover {
	background: url('./images/bouton_on.png') no-repeat;
}
/*p {
	margin: 0px;
	padding: 0px;
}*/
p.images {
	padding: 10px 0px;
	text-align: center;
}
img {
	border: 0px;
}
div#site {
	left: 50%;
	margin-left: -500px;
	position: absolute;
	width: 1000px;
}
div#header {
	background: url('./images/header.png') no-repeat;
	height: 165px;
	position: relative;
	width: 1000px;
}
div#header a.logo {
	display: block;
	height: 80px;
	left: 50px;
	position: absolute;
	top: 20px;
	width: 515px;
}
div#header h1 {
	bottom: 30px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 120px;
}
div#header h2 {
	bottom: 10px;
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	position: absolute;
	right: 30px;
}
div#header div#animation {
	border: 1px solid #666666;
	height: 90px;
	position: absolute;
	right: 30px;
	top: 100px;
	width: 400px;
}
p.titre_paragraphe {
	font-weight: bold;
}
div#corps {
	background: url('./images/fond.png') repeat-y center;
	position: relative;
	width: 1000px;
}
div#colonne_gauche {
	float: left;
	padding-left: 10px;
	width: 200px;
}
a.menu_item:link, a.menu_item:active, a.menu_item:visited {
	background: url('./images/menu_off.png') no-repeat;
	color: #000000;
	display: block;
	font-family: Calibri, Arial;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	height: 37px;
	margin-left: -6px;
	padding-top: 13px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 204px;
}
a.menu_item:hover {
	background: url('./images/menu_on.png') no-repeat;
}
div#contenu_page {
	padding: 1px 20px 1px 220px;
	/* position: relative; */
}
div#contenu_page h3 {
	font-family: Calibri, Arial;
	font-size: 22px;
	font-variant: small-caps;
}
a.lien_point {
	color: #19B400;
	font-weight: bold;
	display: block;
	padding: 8px;
	position: absolute;
	text-shadow: 1px 1px #666666;
}
div#masque {
	background: url('./images/masque.gif') repeat;
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9998;
}
div#masque div#infosPoint {
	background: #CCCCCC;
	border: 5px solid #C12D46;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	position: relative;
	top: 40px;
	width: 300px;
	z-index: 9999;
}
div#infosPoint div#btn_fermer {
	position: absolute;
	right: -15px;
	top: -15px;
}
p.portrait {
	text-align: center;
}
p.nom {
	font-family: Calibri, Arial;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
}
a.nb_choix:link, a.nb_choix:active, a.nb_choix:visited {
	background: url('./images/bouton_choix_off.jpg') no-repeat;
	display: inline-block;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	height: 27px;
	padding-top: 8px;
	position: relative;
	text-align: center;
	width: 35px;
}
a.nb_choix:hover {
	background: url('./images/bouton_choix_on.jpg') no-repeat;
}
div.materiel {
	border-bottom: 1px solid #000000;
	padding: 0px;
	position: relative;
}
div.materiel:hover {
	background: #FF0000;
}
div.tableau_header {
	background: url('./images/tableau_header.png') no-repeat;
	height: 50px;
	position: relative;
	width: 750px;
}
div.tableau_ligne {
	background: url('./images/tableau_ligne.png') no-repeat;
	padding: 3px 10px;
	position: relative;
	width: 750px;
}
div.tableau_footer {
	background: url('./images/tableau_footer.png') no-repeat;
	height: 20px;
	position: relative;
	width: 750px;
}
/************************************************************/
p.nopage {
	text-align: center;
}
div#cleaner {
	clear: both;
	margin: 10px 0px;
}
div#footer {
	background: url('./images/footer.png') no-repeat;
	font-size: 11px;
	height: 115px;
	position: relative;
	width: 1000px;
}
div#footer div#choix_langue {
	bottom: 30px;
	left: 10px;
	position: absolute;
	text-align: center;
	width: 190px;
}
div#footer div#textes {
	bottom: 30px;
	position: absolute;
	left: 220px;
}
div.icones {
	padding-bottom: 5px;
	position: relative;
	text-align: center;
}

div.cleaner {
	clear: both;
}

