

/* hyperliens */

a:link {

    color: #395466;
    text-decoration: none;
    font-size:10px;
 	font-weight: bold;
    font-style: normal;
}
a:visited {

    color: #353229;
    text-decoration: none;
    font-size:10px;
    font-weight: bold;
    font-style: normal;
}
a:hover {

    color: #395466;
   font-weight: bold;
   font-size:10px;
    font-style: italic;    
    text-decoration: none;
}
a:active {

    color: #353229;
    text-decoration: none;
    font-size:10px;
    font-weight: bold;
    font-style: normal;
}

a1:link {

    color: #395466;
    text-decoration: none;
    font-size:12px;
 	font-weight: bold;
    font-style: normal;
}
a1:visited {

    color: #353229;
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
    font-style: normal;
}
a1:hover {

    color: #395466;
   font-weight: bold;
   font-size:12px;
    font-style: italic;    
    text-decoration: none;
}
a1:active {

    color: #353229;
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
    font-style: normal;
}
 
/* bordure image */ 

a img {
border: 0;
}


/* titre */
h1
{	
	color: #353229;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}
/* titre2 */
h2
{	
	color: #353229;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
}
.titre_bleu
{	
	color: #353229;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}
.titre_bleu_v
{	
	color:  #7aa9b3;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.titre_blanc
{	
	color:  #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* txt bleu */

.txt_bleu
{	
	color: #7aa9b3;
	font-size: 10px;
	text-decoration: none;
	text-align:center;
}

.txt_bleu_l
{	
	color: #7aa9b3;
	font-size: 10px;
	text-decoration: none;
	text-align:left;
}

.txt_bleu_r
{	
	color: #7aa9b3;
	font-size: 10px;
	text-decoration: none;
	text-align:right;
}

.txt_bleu_b
{	
	color: #7aa9b3;
	font-size: 10px;
	text-decoration: none;
	text-align:left;
	font-weight: bold;
}

/* txt blanc */

.txt_blanc
{	
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	text-align:center;
}

/* txt marron */

.txt_center 
{
	color: #353229;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

.txt_justify 
{
	color: #353229;
	font-size: 11px;
	text-align: justify;
	text-decoration: none;
}

.txt_bold 
{	
	color: #353229;
	font-size: 10px;
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
}

.txt_italic 
{	
	color: #353229;
	font-size: 10px;
	text-align: justify;
	font-style:italic;
	text-decoration: none;
}


#txt 
{
	width: 670px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	
}
#txt p
{
	width: 670px;
	/*margin: left;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	text-indent:0.8cm;
}
#txt b
{
	color:  #7aa9b3;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#txt h1
{
	color:  #7aa9b3;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


#txt h2
{
	color:  #7aa9b3;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
