/* CSS Document */
/*******************************
* 
* Dans ce fichier, les codes combinaison sont les codes associ&eacute;s
* les uns au autres :
* ex : un "padding" avec un "margin"
*
********************************/
/******
* Style g&eacute;n&eacute;ral des pages
*******/

			body { 
				/*font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;*/
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				/*background-position:center;*/
				margin: 10;
				
			}
/****************************
* Construction de la page 
*****************************/


#contenu	{
			margin-top:20px;
			margin-left:20px; 
			margin-right:10px; 
			line-height:20px;
			}
			
.imgclient{
	border: 0px;
	margin-left:10px;
	}			

/*ul { list-style: none;}*/
/* Modif FB
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #105994;
	font-size: 24px; 
	}
	*/
h1{	margin-top:0px}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#9E050C;
	text-decoration:underline;
	
	}

.titreRub_ref 	{
			background-image:url(/medias/img/petit_laser_bleu.png);
			background-repeat:no-repeat;
			background-position:bottom left;
			height:35px;
			width:100px;
			font-weight:bold;
			font-family: Arial, Helvetica, sans-serif;
			color: #105994;
			font-size: 18px;
			}

.titreRub2 	{
			background-image:url(/medias/img/petit_laser_bleu.png);
			background-repeat:no-repeat;
			background-position:bottom;
			height:33px;
			width:584px;
			font-weight:bold;
			font-family: Arial, Helvetica, sans-serif;
			color: #105994;
			font-size: 20px;
			margin-left:10px;
			}

			
.titreSousRub{
	font-size: 12px;
	text-decoration:underline;
	}

.imgclient_ref{
	border: 0px;
	width:80px;
	height:80px;
	margin-top: 40px;
	}

