@charset "iso-8859-1";
/* CSS Document */

* { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%; 
}

html, body {
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.25;
	margin: 0;
	padding: 10px 20px;
	color: #FFF;
	background-color: #000;
}
 /* Titres */
 h2, h3, h4, h5, h6 {
	margin: 0.2em 0 .2em 0; 
}
h1, h2 {
	font-weight: normal; 
}
h1 {
	font-size: 2em;
	font-style: italic;
	color: #FF9900;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height:60px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	color: #FF9900;
}
h4 {font-size: 1em;}

h6
{
	font-size: 10px;
	color: #666;
}
.text-center {
   text-align: center;
}
.w100 {
   width: 100%;
}
/* liens par d�faut */
a {
	color: #FF6533;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #FF4C00;
}
a img {
	border: none; 
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; 
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}


/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/*  DIV */
#global {
	min-height: 100%;
	width: 990px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

/* Navigation */
#navigation {
	padding: 12px 15px;
	background-color: #000;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	line-height: 1.5;
	font-size: 0.9em;
	text-decoration: none;
	color: #FFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #FFF;
	background-color: #333;
}
#navigation a:hover, #navigation a:focus, #navigation a.active {
	background: #FF9900;
	color: #513A00;
}

/* Contenu principal */
#contenu {
	padding: 10px 20px;
	color: #FFF;
	background-color: #333333;
	min-height:500px;
   border: 1px solid #FFF;
   margin-top: 40px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}
#contenu a {
	color: #FFF;
}
#contenu a:hover, #contenu a:focus {
	color: #FD9800;
	text-decoration: underline;
}

/* Pied de page */
#pied {
	font-size: .85em;
	color: #E6A948;
	height: 50px;
	width: 990px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	position: absolute;
}
#pied p {
	margin: .5em 0;
}

#copyright {
	text-align: center;
	font-size: 1em;
	margin: 5px 0 5px 0;
	color: #CCC;
}
#copyright a {
	text-decoration: underline;
	color: #CCC;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
	color: #FF9900;
}

.rouge
{
	font-weight: bold;
	color: #F00;
	font-size: 10px;
}
.table1 {
	border: 1px solid #CCC;
}

#global #contenu table tr td form
{
	text-align: center;
}
