/* CSS Document */


@page {
size: auto;
margin: 4%;
}

html, body {
margin:0;
height:100%;
font-family:verdana, arial, sans-serif;
font-size:12px;
color:#000;
text-align: center;
background-color: #000;
}

h1 {
font-size: 16px;
color: #FE7A10;
}

a {
color: #FE7A10;
}

a:link, a:visited {
color: #FE7A10;
text-decoration: none;
}

a:hover {
color: #FE7A10;
text-decoration: underline overline;
/*border-bottom: dashed 1px #FE7A10;*/
}

.cont {
	background-image: url('im/fond.gif');
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	text-align: left;
}

.bloc {
margin-right: auto;
margin-left: auto;
width: 484px;
height: 10px;
text-align: center;
margin-top: 0px;
margin-bottom: 5px;
}

.bloc2 {
margin-right: auto;
margin-left: auto;
width: 750px;
text-align: center;
margin-top: 30px;
margin-bottom: 25px;
}

.auto {
border: none;
}

#header {
  height: 25px;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  text-align: left;
  background-color: #D6F5BE;
  color: #FF0000;
  font-weight: bold;
  padding: 0px 0px 0px 10px;
  position: relative;
}

#header h1 {
  font-family: arial, helvetica, verdana, sans-serif;
  color: #000;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}

#header h1 a {
  color: #000;
  text-decoration: none;
}

.headerright {
  padding: 0px;
  margin: 0px;
	float: right;
	background-color: #D6F5BE;
	padding: 9px 0px 0px 0px;
}

.headerright a {
	color: #000;
	text-align: center;
	display: block;
	width: 90px;
	float: left;
	height: 12px;
	margin-left: 1px;
	text-decoration: none;
}

.headerright a:visited {
	color: #000;
	text-decoration: none;
}

.headerright a:hover {
	color: #2D2D2D;
	text-decoration: underline;
}


/* tableau */

table {
margin-right: auto;
margin-left: auto;
border: medium solid #FE7A10;
border-collapse: collapse;
width: 98%;
}
th {
font-family: monospace;
font-size:18px;
border: thin solid #FE7A10;
width: 20%;
padding: 5px;
background-color: #D6F5BE;
}
td {
font-family: sans-serif;
color:#000;
border: thin solid #FE7A10;
width: 20%;
padding: 5px;
text-align: center;
background-color: #ffffff;
}
caption {
font-size: 16px;
color: #FE7A10;
font-style: italic;
font-weight: bold;
}



/*pied de page*/

.pied {
	clear:both;
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color: #000000;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color: #000000;
	width: 750px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

