* {
    margin: 0px;
    padding: 0px;

    /*scrollbar-face-color: #421C09;
    scrollbar-shadow-color: #D7CEA4;
    scrollbar-darkshadow-color: #000000;
    scrollbar-highlight-color: #D7CEA4;
    scrollbar-3dlight-color: #000000;     
    scrollbar-track-color: #000000; 
    scrollbar-arrow-color: #000000;*/
}

body {
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #789CB8;/*#7090A8;/*#D7CEA4;*/
    vlink: #587590;
    alink: #307CA0;
    text-align: center;	
}

a {
    color: #307CA0; 
    text-decoration: none;    
}

a:hover {    
    text-decoration: underline;    
}

.titre {
	font: Impact;
	font-size: 20px;
	font-weight: bold;	
	text-align: left;
    padding-right: 2em;
    padding-left: 10em;
    padding-top: 3em;
    padding-bottom: 1em;
    list-style-type: upper-roman;
}

.texte {
    text-align: justify;
    padding-top: 3em;
    padding-left: 6em;
    padding-right: 4em;
    /*padding-bottom: 1em;*/
    list-style-type: upper-roman;
    /*text-indent: 2em;*/ 	 
}

.texte p {	
	text-align: justify;
	padding-bottom:	2em;	
}

.index {
	padding-top: 1em;
	padding-left: 10em;
	padding-bottom: 1em;
	list-style-type: upper-roman;	
}



/**************************************************************************/
/* CADRES  */

.cadre_main {
	width: 870px; /* taille du cadre non modulable --> en pixels, un peu plus que la taille de la banniere, pour éviter que la taille de la page soit plus petite que la taille de l'image */
	text-align: left;	
	margin-top: 20px;
	/*background-color:#6699FF;*/
}

.cadre_banniere {
	/*background-color:  #05182E;*/
	width: 100%;	
	text-align: center;
}

.cadre_menu {	
	height: 70px;
	margin-top: 25px;
	text-align: center;
}

.cadre_contenu {	
    width: 100%;        
	margin-top: 20px;
}

/*.cadre_page {
	 width: 75%; 
	/*background-color: #990000;	
}*/

.cadre_menudroite {
	width: 221px;    
	float: right;	
	/*padding: 5px 5px 5px 5px;*/	
	
	/*background-color: #990099;*/
}

.cadre_pied {
	/*background-color: #2B4060;*/
    text-align: center;
    font-size: 10px;    
    margin-right: auto;
    margin-left: auto;
	margin-top: 24px;
}

/**************************************************************************/
/* BORDURE  */

.cadre_texte {	
    background-color: #000000;       
    background-image: url("/images/design/texte_borderright.png");
    background-repeat: repeat-y;
    background-position: right;    
    z-index: 0;	
}

.bordure_gauche {
    background-image: url("/images/design/texte_borderleft.png");
    background-repeat: repeat-y;
    z-index: 0;
}

.bordure_bas {
   background-image: url("/images/design/texte_borderbottom.png");
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 1;
	height:126px;
}

.bordure_haut {
    background-image: url("/images/design/texte_bordertop.png");
    background-repeat: repeat-x;
    z-index: 1;
	height:127px;
}

/*****/

.corner_topleft {
	float: left;		
	z-index:1;	
}

.corner_topright {
	float: right;
	z-index:1;
}

.corner_bottomleft {
	float: left;
	z-index:1;
}

.corner_bottomright {
	float: right;
	z-index:1;
}



/**************************************************************************/
/* BANNIERE */
/*
.banniere p {
    text-align: center;
}*


