/* COMMUNS */
/* #C3E9FB >> #C3E9FB */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #444335;
}
p{
	font-family: "Palatino Linotype", Verdana, Arial, Helvetica, sans-serif;
	color: #C3E9FB;
	font-style: normal;
	font-size: 11px;
	text-align:left;
}

li{
	color: #C3E9FB;
	font-style: normal;
	font-size: 12px;
}

H1{
	color: #C3E9FB;
	font-size: 13px;
	font-weight: bold;
}

.titre{
	color: #C3E9FB;
	font-size: 13px;
	font-weight: bold;
}

.texte_petit{
	color: #C3E9FB;
	font-style: normal;
	font-size: 9px;
}

/* SPECIAL */

.textebleu{
	color: ##92B9B9;
	font-size: 12px;
}

.texte_gris{
	color: #BBBBA6;
	font-style: normal;
	font-size: 10px;
}

.date{
	color: #C3E9FB;
	font-size: 14px;
}

/* FORMULAIRES */

.form{
	color: #3E2600;
	font-style: normal;
	font-size: 12px;
}

/* LIENS */

a:link{
	color: #C3E9FB;
	font-style: normal;
}

a:active {
	color: #C3E9FB;
	font-style: normal;
}

a:visited {
	color: #C3E9FB;
	font-style: normal;
}
a:hover{
	color: #92B9B9;
	font-style: normal;
}

