/*=================================================================================
	Fichier : style.css
	Auteur : Stéphane Haimet
	Crée le 03/12/2008 à 09h29
	Modifié le 04/12/2008 à 17h28
	
	Desciption : Fichier CSS gérant le design de template.html
=================================================================================*/



/*------------------------------------------------Gestion des id-----------------------------------------------------*/

#divHeader {
	width : 800px;
	height : 110px;
	background-color : #FFFFFF;
	margin-bottom : 20px;
	margin-top : 20px;
	background-image : url(images/banniere4.jpg);
	
}

#divMenu {
	width : 178px;
	height : 920px;
	text-align : center;
	padding-top : 10px;
	padding-bottom : 10px;
	float : left;
	background-image : url(images/fondMenu9.jpg);
	background-repeat : repeat-y;
}

#divContent {
	margin-left : 180px;
	width : 620px;
	height : auto;
	background-image : url(images/fondContent.jpg);
	background-repeat : repeat-y;
}


#divContentTEXT {

margin:10px;
margin-top:10px;
margin-bottom:10px;
border: 1px dashed #003300;
padding:10px;
padding-left:10px;
	/*margin-left :3px;*/
	width : 580px;
	height : auto;
	background-image : url(images/fondContentText3.jpg);
	background-repeat : repeat-y;
}


#divFooter {
	width : 800px;
	height : 20px;
	float : left;
	margin-bottom : 20px;
	background-image : url(images/fondFooter2.jpg);
	background-repeat : repeat-y;

	text-align : center;
	margin-top :15px;
}

/*------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------Gestion des balises------------------------------------------------*/

body {
	margin : auto;
	text-align : center;
	width : 800px;
	height : auto;
	background-color : #DDDDDD;
	color : #330066;
	font-family : georgia;
	font-size : 80%;
}

a {
	color : #446644;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

h1 {
	background-color : #000099;
	width : 100%;
	font-size : 110%;
	color : #E7F0D8;
	text-align : center;
	height : auto;
}


img {
	border : none;
}

p {
	margin-top : 10px;
	margin-left : 20px;
	margin-right : 20px;
	padding-bottom : 10px;
	text-align : justify;
	padding: 8px;
}

em {
	font-size : 90%;
}


/*------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------Gestion des classes------------------------------------------------*/



.signature {
	text-align : right;
	font-style : italic;
}

.code {
	font-size : 90%;
	font-family : "courier new";
	border : 1px dashed #59A259;
	background-color : #E7F0D8;
}

.ligne {
	color : #666666;
}

.ligne2 {
	color : #666666;
	font-weight : bold;
}

.center {
	text-align : center;
}

.html_balises {
	color : #0000CA;
}

.html_balise_parametres {
	color : #0000CA;
}

.html_balise_quotes {
	color : #EE0000;
}

.css_commentaires {
	color : #FF8000;
}

.css_ptvirgule {
	color : #339933;
}

.css_deuxpts {
	color : #339933;
}

.css_valeurs {
	color : #555555;
}

.css_quotes {
	color : #EE0000;
}

.css_accolades {
	color : #FF3399;
}

.css_parametres {
	color : #0066CC;
}

/*-------------------------------------------------------------------------------------------------------------------------*/