@charset "utf-8";

html{
margin:0;
padding:0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
	padding: 0;	
	background-image:url(../images/back.gif);
	background-repeat:repeat;
	background-position:center;
}
/************Conteneur général du site************************/
#contener{
	width:800px;
	margin: 0 auto;
	background-color:#FFF;
}

/************Bannière****************************************/

#banner{
	height:112px;
	background-image:url(../images/banniere_franchise.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#banner .logo{
	display:block;
	padding:5px 0 0 30px;
	border:none;	
}

/****** Le menu est géré dans le fichier menu.css*************/
#menu_gauche{
	float:left;
	width:180px;
	background-color:#FFF;

}

/*************PDF******************************************/

.pdf{
	width:50px;
	margin-top:15px;
	font-size: 10px;
	font-weight: bold;
	color: #324A4E;
	text-decoration:none;
}

.pdf img{
	float:left;
	border:none;
	padding:3px;
	margin:5px 0 0 0;
}

.pdf a{
	color:#000;
	text-decoration:none;
}

.pdfp{
	margin-top:28px;
	font-size: 10px;
	font-weight: bold;
	color: #324A4E;
	text-decoration:none;
}

.pdfp a{
	color:#000;
	text-decoration:none;
}

/*****************Contenu du site*****************************/
#contenu{
	width:610px;
	float:right;
	background-image:url(../images/fond_page.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
/*********Pied de page****************************************/


#footer_produit{
	font-size:9px;
	color: Gray;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 10px 9px 10px 9px; /* Balise pour IE */
	background-image:url(../images/back.gif);
	background-repeat:repeat;
	background-position:center;
}

#footer_produit a{
	color: Gray;
	text-decoration:none;
}
/**************Mise en page formulaire*****************************/
.slogan {
	font-family: tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #E24D25;
	text-decoration: none
}

/***********Contenu page fondamentaux/avantages/profil*********************************/

.photo{
	float:left;
	width:200px;
	margin-bottom:50px;
}

.bloc_texte {
	float:right;
	width:410px;
	margin-bottom:20px;
}

.bloc_texte p{
	padding:0 30px 0 0;
}

.bloc_texte h1{
	font-size: 15px;
	font-weight: bold;
	color: #53717C;
}

.bloc_texte a{
	font-size: 10px;
	font-weight: normal;
	color: #53717C;
	text-decoration:none;
}

li{
	font-size: 10px;
	font-weight: normal;
	color: #53717C;
	list-style-image:url(../images/puce.gif);
}
/********Mentions légales*************************************/
#contenu_mentions{
	width:610px;
	float:right;
	background-image:url(../images/fond_page.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}

/********************Gestion des textes***********************/
.text1 {
	font-size: 10px;
	font-weight: normal;
	color: #53717C;
}
.text2 {	
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.text3 {	
	font-size: 10px;
	font-weight: bold;
	color: #324A4E;
}

.text_accueil{
	font-size: 10px;
	font-weight: bold;
	color: #324A4E;
	text-align:center;
	margin-top:-15px;
	margin-bottom:50px;
}
.text4 {
	font-size: 10px;
	font-weight: bold;
	color: #E24D25;
}
.text5 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.text6 {
	font-size: 10px;
	font-weight: normal;
}
.text7 {
	font-size: 10px;
	font-weight: normal;
	color: #FD592D;
	text-decoration: none
}

.title {
	font-family: Tahoma;
	font-size: 25px;
	font-weight: bold;
	text-align:center;
	color: #53717C;
	text-decoration: none;
}

.center {
	font-size: 10px;
	font-weight: normal;
	color: #53717C;
	text-align:center;
}

.center_red{
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-align:center;
}