/*=================================================================================
	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;
	-moz-border-radius: 18px / 24px; 
	
	     -webkit-border-radius: 18px / 24px;  
		     -khtml-border-radius: 18px / 24px;  
			     border-radius: 18px / 24px;
	height : 422px;
	background-color : #FFFFFF;
	margin-bottom : 5px;
	margin-top : 20px;
	background-image : url(images/baniereTrash.jpg);
}

#Console {
	width : 800px;
	-moz-border-radius: 18px / 24px; 
	
	     -webkit-border-radius: 18px / 24px;  
		     -khtml-border-radius: 18px / 24px;  
			     border-radius: 18px / 24px;
	height : 130px;
	background-color : #FFFFFF;
	margin-bottom : 0px;
	margin-top : 20px;
	background-image : url(images/banniereGOLD.jpg);
}



#divContentTEXT {
-moz-border-radius: 18px / 24px; 
	
	     -webkit-border-radius: 18px / 24px;  
		     -khtml-border-radius: 18px / 24px;  
			     border-radius: 18px / 24px;
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/FontTextPOMPEI.jpg);
	background-repeat : repeat-y;
}

#divMenu {

-moz-border-radius: 18px / 24px; 
	
	     -webkit-border-radius: 18px / 24px;  
		     -khtml-border-radius: 18px / 24px;  
			     border-radius: 18px / 24px;

	padding: -5px;
	width : 178px;
	height : 760px;
	text-align : center;
	padding-top : 10px;
	padding-bottom : 10px;
	float : left;
	/*margin-right: 30px;*/
	background-image : url(images/MenuPOMPEIE.jpg);
	background-repeat : repeat-y;
}

#divContent {

-moz-border-radius: 18px / 24px; 
	
	     -webkit-border-radius: 18px / 24px;  
		     -khtml-border-radius: 18px / 24px;  
			     border-radius: 18px / 24px;
	margin-left : 180px;
	width : 620px;
	height : auto;
	background-image : url(images/fondContentPOMPEI.jpg);
	background-repeat : repeat;
}

.divContent {

-moz-border-radius: 18px / 24px; 
	
	     -webkit-border-radius: 18px / 24px;  
		     -khtml-border-radius: 18px / 24px;  
			     border-radius: 18px / 24px;
	margin-left : 180px;
	width : 620px;
	height : auto;
	background-image : url(images/fondContentPOMPEI.jpg);
	background-repeat : repeat;
}



#divContentTEXT {
-moz-border-radius: 18px / 24px; 
	
	     -webkit-border-radius: 18px / 24px;  
		     -khtml-border-radius: 18px / 24px;  
			     border-radius: 18px / 24px;
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/FontTextPOMPEI.jpg);
	background-repeat : repeat-y;
}

.divContentTEXT {
-moz-border-radius: 18px / 24px; 
	
	     -webkit-border-radius: 18px / 24px;  
		     -khtml-border-radius: 18px / 24px;  
			     border-radius: 18px / 24px;
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/FontTextPOMPEI.jpg);
	background-repeat : repeat-y;
}

#divFooter {
-moz-border-radius: 18px / 24px; 
	
	     -webkit-border-radius: 18px / 24px;  
		     -khtml-border-radius: 18px / 24px;  
			     border-radius: 18px / 24px;
	width : 800px;
	height : 30px;
	float : left;
	margin-bottom : 20px;
	background-image : url(images/FooteerPOMPEI.jpg);
	background-repeat : repeat-y;

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

/*------------------------------------------------------------------------------------------------------------------------*/
/* ===============================  syles venant du dossier ESSAIS ========================================================*/
.style1admin {
	color: #009933;
	font-weight: bold;
	font-size: 24px;
}
#boitebleueDouble /* c'est la partie interprétée au niveau du navigateur*/
{
    font-size: 12px ;
    border: 6px double #FF9900;
    margin: 0px;
	margin-left:25%;
    padding: 10px;
    text-align: justify;
    width:540px;
    background-color: #FFFFFF;
    background: #FFFFFF;
    background-image: url(../../CENTRES/graphix/fondvic3.jpg);    /*height: 700px;
    overflow: scroll;*/
     
}
.st1AFFF {color: #0000FF}
.Style2 {color: #666666; font-size: 10px; }



/* ================================================ fin styles importés ==================================================*/

/* ***********************************************************************************************************************/

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

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

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

a:hover {
	text-decoration : none;
	color:#00CCFF}

h1 {
	margin: 0px;
	/*padding:5px;*/
	background-color : #CC6600;
	width : 100%;
	height: 30px;
	font-size : 110%;
	color : #FFCC33;
	text-align : center;
	height : auto;
}


img {
	border : none;
}

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

em {
	font-size : 90%;
}


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


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



.BleuCheval {
	color: #FFCC00;
	font-weight: bold;
}

.rougeVIF {
	color: #FF0000;
	
}












.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;
}

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