/************************************************************/
/*****       Fichier CSS créé par Colin Parellier       *****/
/*****        Tous droits réservés Opon the road        *****/
/*****               Document valide CSS 2              *****/
/************************************************************/
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body {
	margin: 0; /* Remettre à zéro si nécessaire. */
	/* Pensez à utiliser une collection de polices (2)*/ 
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* À adapter pour la police choisie. (3) */
	line-height: 1.4; /* À adapter au design. (4) */
	color: #FFFFFF;
	background-color: #000f16;
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 40px;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	background-image: url(/images/fond.png);
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
	line-height: 1.2; /* Valeur par défaut. (6) */
	font-style: normal;
	font-weight: 100;
} 
h1 {
	font-size: 2em;
	margin-bottom: -15px;
} 
h2 {
	font-size: 1.05em;
	margin-bottom: 80px;
} 
h3 {
	font-size: 1.3em;
} 
h4 {
	font-size: 1.2em;
	text-decoration: underline;

} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a {
	color: #e3a25e;
} 
a:link {
	color: #e3a25e;
} 
a:visited {
	color: #e3a25e;
} 
a:hover, a:focus, a:active {
	color: #DA842E;
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

.global {
	width: 768px;
	height:auto;
	background-color: #000000;
	padding-top: 0px;
	margin: auto;
}
.corps {
	height: auto;
	width: 768px;
	min-height: 800px;
	text-align: center;
}

.center {
	text-align: center;
}

.lien {
	height: 100px;
	width: auto;
	padding-left: 50px;
	text-align: left;
}

.lien a {
	font-size: 1.3em;
	text-decoration: none;
	font-weight: 100;
}

.lien a:hover {
	font-size: 1.3em;
	text-decoration: none;
	border-bottom: 1px dotted #DA842E;
}

.lien a:focus {
	color: #CC6600;
	font-size: 1.3em;
	text-decoration: none;
	border: none;
	}

.footer {
	height: auto;
	text-align: center;
	font-size: 0.8em;
	padding-top: 20px;
}

.footer a {
	color: #3366CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3366CC;
	text-decoration: none;
	width: 768px;
}

.footer a:hover {
	color: #3366CC;
	border-bottom-style: none;
}

.footer a:focus {
	color:#3399CC;
}

.header {
	height: auto;
	width: 768px;
	text-align: center;
}

.lienSecu2 {
	border: 1px solid #333333;
	background-color: #666666;
	color: #CC9933;
}
.lienSecu a{
	border: 1px solid #999999;
	background-color: #333333;
	padding: 5px;
	color: #CC9933;
	text-decoration: none;
}

.lienSecu a:hover {
	color: #CC6600;
	border: 1px solid #CC6600;
}

.lienSecu a:active {
	color: #FFCC00;
	border: 1px solid #CC6600;	
}
.contact {
	height: auto;
	width: auto;
	text-align: left;
	padding-left: 20px;
}

textarea {
	background-color: #333333;
	border: 1px solid #CC9933;
	color: #FFFFFF;
}
input {
	background-color: #333333;
	border: 1px solid #CC9933;
	margin-right: 20px;
	color: #FFFFFF;
}

textarea:focus {
	border: 1px solid #666666;
}
#contact {
	width: 750px;
	margin: 10px auto 0;
	color: #FFFFFF;
	}


input:focus
{
	border: 1px solid #666666;
}

legend
{
	color: #CC9933;
	font-weight: 600;
}
.lien_interne a  {
	font-size: 1em;
	color: #E7D15A;
}
.lien_interne   a:hover {
	border-bottom-style: none;
	font-size: 1em;
}
.lien_interne a:link {
	color: #E7D15A;
	font-size: 1em;
}
iframe {
	margin-top: 0px;
}

