/* style par defaut pour balise courante */
BODY
{
  BACKGROUND-COLOR:#e7ded6;
	FONT-FAMILY: arial,helvetica,sans-serif;
	FONT-SIZE: 100%;
}

a:link {  color:#0033cc; text-decoration:none }
a:visited {  color:#003399; text-decoration:none }
a:hover {  color:#E00000; text-decoration:underline }
a:active {   text-decoration:underline }

SPAN.text,p,text,td,table
{
    
    FONT-SIZE: 98%;
    COLOR: #075b54;
    FONT-FAMILY: arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}
hr {width:300px; color:#E7DED6; height:5px; text-align:center; border:1px solid darkred; }

h2
{
    
    FONT-SIZE: 150%;
    COLOR: #075b54;
    FONT-FAMILY: arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}

h3,h4
{
    
    FONT-SIZE: 120%;
    COLOR: #075b54;
    FONT-FAMILY: arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}

h5
{
    
    FONT-SIZE: 90%;
	text-align:right;
    font-style:italic;
    FONT-FAMILY: arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}


/* text de l'entete du logo */
.ciename
{
   FONT-SIZE: 140%;
    COLOR: #075b54;
    FONT-FAMILY: 'Times New Roman',Times,serif;
		
    TEXT-DECORATION: none;

}

/* Class pour le formulaire de recherche du top */	

.btn
   { 
	 background-color:#e8e8e8;
	 font-size:70%;
	 color:#000000; 
	 width:60px; 
	 border:1px solid;
	   
	  }

.inputsearch
   { 
	 background-color:#ffffff;
	 font-size:70%;
	 color:#000000; 
	 width:120px;
	  height:18px; 
	 border:1px solid #000000;
	   
	  }
/* debut du menu vertical */
.menutext
{
	 font-size:80%;
	 color:#000000; 
	  	 
}

.menu1
{
	 font-size:100%;
	 color:#000000;	  
	 border:1px solid;    
   background-color:#e7ded6 ;
}

.menu2
{
    font-size:100%;
    background-image:images/top1.jpg;
}

.menu3
{font-size:90%;
    background-color: #ffffff;    
		margin-left: 10px;
}
/* debut menu horisontal */
.menuh
{
 			
    /* background-color: #ffffff;*/
    FONT-SIZE: 80%;
    COLOR: #ffffff;
		TEXT-DECORATION: none;
		font-weight:bold;
}
/* css pour les cadre ATTENTION CSS2 */
.thincadre
{
border:1px solid;
border-color:darkred;
 
}

.borderright
{
border-bottom:1px solid;
border-right:1px solid;
border-color:darkred;
}
/* style colone gauche */
.text_colr
{
FONT-SIZE: 80%;
COLOR: #000000;
TEXT-DECORATION: none;
margin:0;
margin-left:-20px;
font-weight:bold;
list-style-type:disk;
list-style-position:outside;
}

.title_colr
{
	 font-size:100%;
	 color:#000000;	  
	 border-bottom:1px solid;    
   background-color:#e7ded6 ;

}