@charset "UTF-8";

/*

Bleu Normal = #3b73ba
Bleu foncé  = #1E3C6C
Vert picto  = #78a050
Textes gris = #404040

*/


/*************************************

	Base

**************************************/

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
a, a:link, a:visited {
	color: #3b73ba;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #1E3C6C;
	text-decoration: underline !important;
}
a:active {
	color: #000;
}

/*************************************

	Balise

**************************************/

h1, h3 {
	font-size: 30px;
	font-weight: normal;
	color: #1E3C6C;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 600px;
}

.titre_bleu {
	font-size: 30px;
	font-weight: normal;
	color: #1E3C6C;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: none;
	display: block;
	width: 600px;
}

.sous-titre_bleu {
	font-size: 14px;
	font-weight: bold;
	color: #1E3C6C;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	display: block;
}

ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
li {
	background-image: url(../images/bullet_bleu.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/*************************************

	Styles sur mesure

**************************************/

.tableau_filet_gris {
	padding: 0px;
	width: 600px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.tableau_filet_gris td {
	vertical-align: middle;
	margin: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tableau_filet_gris p {
	margin: 0px;
	padding: 0px;	
}