/* CSS Document */

/*.......................Fond.......................*/
body {
	margin: 0 auto;
	background-color:#EEEEEE;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

hr {
	visibility: hidden;
}

.trait {
	visibility: visible;
	border: 1px solid #FDA200;
}

/*.......................s�paration.......................*/
.separation {
	clear: both;
	visibility: hidden;
}


/*.......................Titre.......................*/

h1 {
	font-size: 16px;
	color: #1768B0;
	display: block;
	width: 485px;
	height: 25px;
	background: url(../images/titre.png) no-repeat;
	padding: 4px 0 0 15px;
}

h2 {
	padding: 0 0 0 20px;
	font-size: 14px;
	color: #fda200;
}

h2.centre {
	color: #1768b0;
	text-align:center;
	padding: 5px 5px;
	margin:5px auto;
	background:#fff;
}

/*.......................Texte.......................*/

.bas_page {
	color: #FFFFFF;
	text-align: center;
}

p {
	padding: 0px 20px 0px 20px;
	text-align: justify;
}

.bold_bleu {
	font-weight: bold;
	color: #1768B0;
}

/*.......................Liens.......................*/

a {
	color: #1768B0;
	text-decoration: none;
}
a:hover, a:focus {
	color: #FF9900;
	text-decoration: none;
}
