/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 04
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */

/* Général */
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}

body {
	background: #EEEEEE;
}
a {
	color:#999; 
}
a:hover, a:focus {
	color: #F3C;
}
strong {
	color: #69C;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#F3C;
	font-weight: bold;
}

img {
	border: none;
}

#PdP {
	padding-right:10px;
	padding-top:15px;
	height:30px;
	text-align: right;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
	font-weight: bold;
	background-color:#DDD;
}
#PdP a {
	color:#999;
	text-decoration: none;
}
#PdP a:hover, #PdP a:focus {
	color:#F3C;
	text-decoration: none;
}

#navigation {
	background: #FFFFFF;
	color:#999; 
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}


/* --- POSITIONNEMENT --- */


#global {
	width:800px;
	min-height:600px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	border-width: thin;
	border-style: solid;
	border-color: black;
}

#entete {	
	background-image:url(../documentation/images/banV1.jpg);
	padding-left:10px;
	width:790px;
	height:127px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: black;
}

/* Menu de navigation */
#navigation {
	width: 18%;
	float: left; /* -> 2 */
	margin-top:5px;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%; /* -> 3 */
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#contenu {
	margin-left: 20%; /* -> 4 */
	margin-right:20px;
	margin-bottom: 20px;
	margin-top:20px;
	padding-bottom:20px;
	color:#000;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:4px;
	border-left-style:dotted;
	border-left-color:#69F;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

#contenu a {
		color:#999;
}

#contenu a:hover {
		color:#F3C;
}

#contenu strong {
	font-family: Arial, Helvetica, sans-serif;
	color:#F3C;
	font-weight: bold;
}

#PdP {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-50px;
}

#Titre {
	position:absolute;
	left: 650px;
	top:110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#69C;
	font-weight: bold;
}

#Langues{
	float:left;
	width:120px;
	height:20px;
}

#News{
	float:left;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-weight: bold;
	width:60px;
}
#Admin{
	float:left;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-weight: bold;
	width:60px;
	margin-top:-20px;
	margin-left:650px;
}

#VU {
	float:left;
	float:top;
	height:250px;
	text-align:center;
	margin-left:420px; 

}

.StyleTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#69C;
	font-weight: bold;
}

.StyleSousTitre {
	font-family: Arial, Helvetica, sans-serif;
	color:#F3C;
	font-weight: bold;
}

.StyleErreur{
	font-family: Arial, Helvetica, sans-serif;
	color:#F3C;
	font-weight: bold;
	font-size:13px;
}

.StyleContenu {
	color:#000;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:4px;
}

.StyleContenuGras {
	color:#000;
	font-size:13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.StyleMenu {
	color:#999; 
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-right:4px;
}

.StyleMini {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
	font-weight: bold;
}

.StyleConfirmation{
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#F3C;
	font-weight: bold;
}
