@charset "UTF-8";
/* CSS Document */




body {
	background-color: #d2d2d2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align:center;
	font-weight: bold;
}


.soustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}


.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	font-style: normal;
	font-weight: bold;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align:center;
	font-weight: bold;
}


.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
}

.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	font-style: normal;
	font-weight: bold;
}





.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:justify;
}
.texte a:link {
	color: #333333;
}
.texte a:hover {
	color: #999999;
}
.texte a:visited {
	color: #333333;
}
.texte a:active {
	color: #333333;
}

.texte2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:center;
}
.texte2 a:link {
	color: #333333;
}
.texte2 a:hover {
	color: #999999;
}
.texte2 a:visited {
	color: #333333;
}
.texte2 a:active {
	color: #333333;
}

.texte3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align:middle;
	text-align:left;
}
.texte3 a:link {
	color: #333333;
}
.texte3 a:hover {
	color: #999999;
}
.texte3 a:visited {
	color: #333333;
}
.texte3 a:active {
	color: #333333;
}





.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	text-align: center;
	vertical-align: middle;
}

.footer a:link {
	color: #999999;
}
.footer a:hover {
	color: #999999;
}
.footer a:visited {
	color: #999999;
}
.footer a:active {
	color: #999999;
}


.ariane {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.ariane a:link {
	color: #666666;
}
.ariane a:hover {
	color: #333333;
}
.ariane a:visited {
	color: #666666;
}
.ariane a:active {
	color: #666666;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.menu a:link {
	color: #666666;
}
.menu a:hover {
	color: #333333;
}
.menu a:visited {
	color: #666666;
}
.menu a:active {
	color: #666666;
}

a:link {
	color:666666;
	text-decoration:underline;
	background-color:;
}
a:visited {
	color:666666;
	text-decoration:underline;
	background-color:;
}
a:hover {
	color:333333;
	text-decoration:underline;
	background-color:;
}
a:active {
	color:333333;
	text-decoration:underline;
	background-color:;
}