

/*Article..............................................Tout l'article....................................................*/

#article{
	position:relative;width:805px; margin:0; padding:0; float:left; margin-left:5px; z-index: 10;
}


/*Titre article.........................................................*/
#titre_article{
	text-align:left; font-size:32px; color:#5f6871; margin-top:-2px; 
}
#titre_article .b{
	text-align:left; font-size:32px; color:#EF0079; margin-top:20px;
}

/*les boutons du haut.................................................................*/
#btn_01{
	float:left; background:url('../images/btn_01_off.gif'); width:239px; height:52px; margin-top:10px; background-repeat:no-repeat;
}
#btn_01_on{
	float:left; background:url('../images/btn_01_on.gif'); width:239px; height:52px; margin-top:10px; background-repeat:no-repeat; margin-right:10px;
}
#btn_01 a{
	 width:209px; height:52px; text-decoration:none; text-align:left; color:#192c38; font-weight:bold; font-size:13px; padding-top:8px; padding-left:11px; padding-left:30px;
}
#btn_01_on div{
	 width:209px; height:52px; text-decoration:none; text-align:left; color:white; font-weight:bold; font-size:13px; padding-top:8px; padding-left:11px; padding-left:30px;
}
#btn_02{
	float:left; background:url('../images/btn_02_off.gif'); width:347px; height:52px; margin-top:10px; background-repeat:no-repeat; margin-right:10px;
}
#btn_02 a{
	 width:317px; height:48px; text-decoration:none; text-align:left; color:#192c38; font-weight:bold; font-size:13px; display:block; padding-top:8px;  padding-left:30px;
}

#btn_02 a:hover
{
	color:white; font-weight : bold;
}
#btn_02 a:hover .b, #btn_03 a:hover .b
{
	color:white; font-weight : bold;
}

#btn_03{
	float:left; background:url('../images/btn_03_off.gif'); width:158px; height:52px; margin-top:10px; background-repeat:no-repeat;
}
#btn_03 a{
	 width:128px; height:36px; text-decoration:none; text-align:left; color:#192c38; font-weight:bold; font-size:13px; display:block; padding-top:8px; padding-left:13px; width:145px; height:44px;
}
#btn_03 a:hover 
{
	color:white; font-weight : bold;
}

#btn_02 .b, #btn_03 .b{color:#EF0079;}


#photo{
	position:absolute;top:65px;left:-40px;
}

/*Contenu de l'article.................................................................*/

#texte{
	width:780px; margin-top:30px;
}
.contenu_texte{
	color:#192c38; font-size:12px; text-decoration:none;
}
.contenu_texte h2{
	color:#EF0079; font-weight:bold; font-size:19px; text-decoration:none; margin-bottom: 15px; margin-top: 0px;
}
.contenu_texte b{
	color:#192c38; font-weight:bold; font-size:12px; text-decoration:none;
}

.contenu_texte2{
	color:#192c38; font-size:12px; text-decoration:none; margin-top:15px;
}
.contenu_texte2 h3{
	color:#EF0079; font-weight:bold; font-size:12px; text-decoration:none;
}

/*Pied de page.....................................................*/
#btn_04{
	position:relative; text-align:left; background:url('../images/btn_04_off.gif'); width:347px; height:56px; margin-top:50px; background-repeat:no-repeat; margin-left:70px;
}
#btn_04 a{
	 width:347px; height:56px; text-decoration:none; text-align:left; color:#192c38; font-weight:bold; font-size:13px; display:block; padding-top:8px; padding-left:11px;
}
#btn_04 a:hover{
	
	width:347px; height:56px; color:white; font-weight:bold; display:block
}




