<!--
html {
	scrollbar-base-color: #D6FEFC;
	scrollbar-arrow-color: #000066;
	scrollbar-darkshadow-color: #000066;
	scrollbar-track-color: #3333ff;
	scrollbar-3dlight-color: #00ffff;
	overflow: auto;
	display: block;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

body {
    background-color:#ccffff;
	background-image:url(../photos/fondaccueil_pb.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	margin:0;
}

#page {
    width:100%;
    margin:0 auto;
	font-size:2px;
}

#menu {
    float:left;
    margin:0;
    width:192px;
    height:610px;
}

#bandeau {
    margin-left:192px;
    height:93px;
}

#contenu {
    margin-left:192px;
    height:520px;
	text-align: center;
}

.titreaccueil {
	font-family: "Palatino Linotype";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: #004A99;
}

.titreaccueil2 {
	font-family: "Palatino Linotype";
	font-size: 17px;
	font-style: normal;
	font-weight: 800;
	color: #BD1220;
	text-decoration: underline;
}

.texteaccueil_01 {
	font-family: Verdana;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
	text-align: center;
}

.texteaccueil_02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #0099FF;
	text-decoration: underline;
}

.texte_02 {
	font-family: "Times New Roman";
	font-size: 14px;
	list-style-image: url(../images/puce_02.gif);
	color: #003399;
	cursor: crosshair;
	clip: rect( );
	font-style: oblique;
	list-style-position: inside;
	font-weight: normal;
	text-decoration: underline;
	line-height: 25px;
}

#bloc_titre {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	border: 1px solid #3399ff;
	padding: 0.5em 0.8em;
	text-align: center;
}

#bloc_texte {
	width: 81%;
	margin-left: auto;
    margin-right: auto;
	font-family: "Palatino Linotype";
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #006699;
	text-align: justify;
}

#bloc_slogant {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #FF3333;
	background-color: #000000;
	padding: 0.4em;
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #ffcc66;
	text-align: center;
}

#bloc_infos {
	width: 81%;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid #FF3333;
	padding: 0.5em 0.8em;
	font-family: "Palatino Linotype";
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	color: #006699;
	text-align: justify;
}

.slogant_text {
	font-size: 14px;
	font-weight: 600;
}

.texte_colonne_droite {
	font-family:tahoma;
	font-size: 19px;
	font-weight: normal;
}

.titre_accroche {
	font-family: tahoma;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	color: #0066ff;
	text-decoration: underline;
}

#bloc_mail {
	width: 192px;
	height: 95px;
    margin:0;
	background-image:url(../images/graph_09.jpg);
	background-repeat: no-repeat;
}
-->