/* CSS Document */

/*****GENERAL*****/

body {
	background-color: #ffffff;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	margin-top: 20px;
}



#header {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color:#555152;
	height: 154px;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#content-right {
	float: right;
	background-color: #FFFFFF;
	width: 768px;
	min-height: 512px;
	padding-bottom: 5px;
}

#content-left {
	float: left;
	width: 180px;
}
#footer {
	width: 950px;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

/****MENU****/

#menu {
	width: 950px;
	height: 26px;
	text-align: right;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu li{
	display:inline;
	margin-right: 60px;
}
#menu li a{
	color: #ffffff;
	text-decoration: none;
}
#menu li a:href{
	color: #FFFFFF;
	text-decoration: none;
}

/****MENU GAUCHE****/

#bloc-franchise {
	background-color: #B2907A;
	height: 195px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}

#bloc-brochure {
	background-color: #BBDBCC;
	height: 162px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}

#button {
	background-color: #C4BAB3;
	height: 52px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}

/****CONTENU****/

#content-right h1{
	color: #A5CFBB;
	font-size: 28px;
	padding-left: 20px;
	padding-top: 5px;
}

#content-right h2{
	color: #8f95ca;
	font-size: 18px;
	padding-left: 20px;
	padding-top: 5px;
}

#content-right p{
	color:#000000;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 10px;
}

#bloc-marque {
	width: 300px;
	height: 195px;
	border: thin dashed #34130E;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 15px;
	float: left;
}

#bloc-marque p{
	color:#68504A;
	font-size: 16px;

}

#bloc-avantage {
	width: 300px;
	height: 190px;
	border: thin dashed #BBDBCC;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 15px;
	float: left;
	background-color: #FFFFFF;
}

#bloc-avantage p{
	color:#68504A;
	font-size: 16px;

}
#bloc-avantage a{
	text-decoration: none;

}

#bloc-avantage:hover{
	background-color: #BBDBCC;
}

.img {
margin-right: 2px;
}

#bloc-formation {
	width: 200px;
	height: 260px;
	border: thin dashed #C4B9B3;
	margin-left: 35px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	float: left;
	background-color: #34130E;
	padding-top: 5px;
	padding-bottom: 5px;
}

#bloc-formation p{
	color:#FFFFFF;
	font-size: 12px;

}
.img-formation {
margin-left: 5px;
}

.envoyer {
	color: #B3907A;
	background-color: #BBDBCC;
	borderwidth: thin;
	border: 1px solid #68504A;
}
.rose{color:#CC0066;padding-left: 25px;}

.pagination {
	color:#000000;
	text-decoration:none;
	text-align:right;
	font-size:15px;
	font-weight:bold;
}

.pagination a{
	color:#CC0066;
	text-decoration:underline;
}
