/**********************************************************************/
/************************** Serge comtesse ***************************/
/**************dernière mise à jour le 18 sept 2007*************/

body {
	width:600px;
	margin-left: 5%;
	margin-right: 5%;
	margin:0px auto;
	text-align:center;
	font-family: verdana, arial;
	color: #000000;
	background: #171717;
	font-size: 11px;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

p {
	font-size: 11px;
	line-height:15pt
}

img{
	border:none;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-size: 14px;
	color: #07bbee;
	background:url(images/puce.png) left top no-repeat;
	text-align:left;
	font-weight: normal;
	padding-left:15px;
}


h3 {
	font-size: 12px;
	font-weight: bold;
	color: #07bbee;
}

fieldset {
	border:1px solid;
	margin-right:10px;
}

/* hack firefox au niveau des liens (cadres)*/
a{outline: none;}
:focus{-moz-outline-style: none;}

/**********************************************************************/
/******************************* TITLE *********************************/
/**********************************************************************/
#title {
	height: 277px;
	width:583px;
	background: #CDCDCD url(images/header.jpg) no-repeat;
}

#hidden {
	display:none;
}

/**********************************************************************/
/******************************* MENU *********************************/
/**********************************************************************/

#menuhead {
	width: 580px;
	height: 20px;
	margin:0px;
	margin-top: 20px;
	padding:0px;
	color: black;
	}
	
#menuhead  li {
	display:inline;
	}

#menuhead a {
	display:block;
	float:left;
	height:20px;
	padding:0 5px 0 10px;
	font-weight:bold;
	line-height:20px;
	}


.accueil:hover, .accueil_hover{
	background:url(images/puce.png) left top no-repeat;

}
.nossalons{
	border-left:#2f2f2f 1px solid;
	border-right:#2f2f2f 1px solid;

}
.nossalons:hover, .nossalons_hover{
	background:url(images/puce.png) left top no-repeat;
	border-left:#2f2f2f 1px solid;
	border-right:#2f2f2f 1px solid;
}

.devenezfranchise:hover, .devenezfranchise_hover{
	background:url(images/puce.png) left top no-repeat;
}

/**********************************************************************/
/******************************* MAIN *********************************/
/**********************************************************************/

#main {
	width : 583px;
	color: #666666;
}

.gray{
	color: #666666;
}

.red{
	color: #ff0000;
}

.green{
	color: #00ffff;
}


.bouton {	
	background:url(images/bouton_ok.jpg) no-repeat;
	border:0px;
	width:35px;
	height:24px;
	padding-bottom:8px;
}

.tableau {
	background:#000000;
	padding: 10px 0 10px 10px;
}

.tableau table {
	font-size:12px;
	width:100%;
	color:#FFFFFF;
}

form {	padding: 10px 0 10px 0;
	background:#000000;
}

form p {
	color:#ffffff;
	font-size:12px;
}

form label {
	font-weight:bold;
	color:#ffffff;
	font-size:12px;
}

input {
	background:#666666;
	border:#333333 1px solid;
	height:20px;
	color:#ffffff;
	font-weight:normal;
	padding-left:4px;
}

.radio {
	background:#000000;
	border:none;
}

.separateur {
	border-bottom:#2f2f2f 1px dotted;
	margin-right:8px;
	margin-bottom:15px;
}

.centre {
	text-align:center;
}

table {
	padding: 5px;
}

#div_surf{
	font-size:12px;
	font-weight:bold;
	color:white;
}

/**********************************************************************/
/******************************* FOOT *********************************/
/**********************************************************************/
#foot {
	font-size: 11px;
	color: #FFFFFF;
	height: 71px;
	width : 583px;
}

#menufoot {
	padding-left:105px;
	width: 415px;
	height: 20px;
	margin:0px;
	margin-top: 20px;
	color: black;
	}
	
#menufoot  li {
	display:inline;
	}

#menufoot a {
	display:block;
	float:left;
	height:20px;
	padding:0 5px 0 5px;
	line-height:20px;
	}
	
#menufoot .pipe {
	border-left:#2f2f2f 1px solid;
	border-right:#2f2f2f 1px solid;
	}
	
.blanc a  {
	color :#FFFFFF;
}

.blanc a:hover  {
	color :#07bbee;
}

#menufoot  a:hover  {
	color :#07bbee;
}


#foot p {
	text-align:center;
	font-size: 11px;
	line-height:10pt
}