/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	text-align: center;
	background-image: url(../images/fond-body.gif);
	background-repeat: repeat;
	}
img {
	border: none;
}
#tete {
	height: 88px;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/fond-head.png);
	}
#tete h1 {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	font-size: 2px;
	line-height: 2px;
	text-decoration: none;
	}
#tete p {
	text-align: right;
	padding: 60px 10px 0 0 ;
	margin: 0;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	}
#page {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/fond-page.png);
	background-repeat: repeat-y;
	}
/*Menu*/

#menu {
	text-align: center;
	position: relative;
	width: 1024px;
	height: 31px;
	background-color: #999;
	margin: 0;
	padding: 0;
	}
#menu ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 74px;
	list-style-type: none;
	}
#menu li {
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	}
#menu li a {
	background:url(../images/bouton.png) top no-repeat;
	display: block;
	width: 142px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	}
#menu li a:hover {
	background:url(../images/bouton.png) bottom no-repeat;
	text-decoration: underline;
	}
/*Fin menu*/
#centre {
	margin: 0px 45px 0px 45px;
	padding: 10px 0 10px 0;
	text-align: justify;
	list-style-type: none;
	}
#centre h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	color: #903;
	}
#centre h2 {
	background:url(../images/puce.gif) center left no-repeat;
	font-weight: bold;
	font-size: 1.1em;
	color: #903;
	margin: 10px 0 0 10px;
	padding-left: 25px;
	text-decoration: underline;
	}
#centre h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 10px 0 0 10px;
	}
#centre p {
	color: #000;
	margin: 8px;
	}
#centre a {
	color: #903;
	}
#centre a:hover {
	text-decoration: none;
	}
#centre li {
	list-style-type: none;
	padding-left: 15px;
	background: url(../images/puce3.gif) center left no-repeat;
	}
#centre table {
	width: 90%;
	border: none;
	border-collapse:collapse;
	font-size: 90%;
	margin: auto;
	}
#centre th {
	font-weight: bold;
	padding:5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	}
#centre td {
	padding: 5px;
	text-align:left;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	}
#centre caption {
	font-family: sans-serif;
	}
#centre legend {
	font-weight: bold;
	color: #903;
}
#centre fieldset {
	width: 90%;
	margin: auto;
	border: 1px solid #903;
	}
#centre input {
	background-color: #eaeaea;
	}
#centre textarea {
	background-color: #eaeaea;
	}
#centre2 {
	margin: 0px 45px 0px 45px;
	padding: 10px 0 10px 0;
	text-align: center;
	}
#centre2 h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	color: #903;
	}
#centre2 h2 {
	font-weight: bold;
	font-size: 1.1em;
	color: #903;
	margin: 10px 0 0 10px;
	padding-left: 15px;
	text-decoration: underline;
	}
#centre2 p {
	color: #000;
	margin: 8px;
	}
#centre2 a {
	color: #903;
	}
#centre2 a:hover {
	text-decoration: none;
	}
#centre2 legend {
	font-weight: bold;
	color: #903;
	}
#centre2 fieldset {
	width: 60%;
	margin: 0 auto;
	}
.texte07 {
	font-size: 0.7em;
	}
#centre2 input {
	background-color: #ccc;
	}
#pied {
	width: 1024px;
	height: 76px;
	color: #fff;
	font-size: 85%;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	background-image: url(../images/fond-pied.png);
	background-repeat: no-repeat;
	}
#pied a {
	color:#fff;
	text-decoration: none
	}
#pied a:hover {
	text-decoration: underline;
	}
.imgdroite {
	float: right;
	margin: 15px;
	}
.imggauche {
	float: left;
	margin: 5px;
	}
.centrage {
	text-align: center;
	}
#print {
	text-align: right;
	}
.souligne {
	text-decoration: underline;
	}
.separation {
	clear: both
	}
.encadrerouge {
	width: 500px;
	margin: auto;
	padding: 10px;
	text-align: center;
	border: 2px solid #903;
	}
.rouge {
	color: #903;
	}
.bleu {
	background-color: #EAEAEA;
	}

