body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #B3A1AD url(../img/bg.png) repeat-x;
	margin: 0;
}
/* Mise en forme contenu */
#conteneur {
	margin: 0 auto;
	width: 770px;
	background-color: #7e0846;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 1px #666;
	margin-top: 20px;
}
#tete {
	height: 200px;
	width: 750px;
	border: solid 1px #fff;
	margin: 0 auto;
	background-image: url(../img/IP.jpg);
}
#milieu {
	height: 260px;
	width: 750px;
	background-color: #e5ddd5;
	border: solid 1px #fff;
	background-image: url(../img/vitrine.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: right;
}
#info {
	width: 750px;
	background-color: #e5ddd5;
	border: solid 1px #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#contenu {
	width: 750px;
	background-color: #e5ddd5;
	border: solid 1px #fff;
	margin: 0 auto;
}
#presa strong {
	color: #7E0846;
}

.neuf {
	text-align: center;
}
.neuf img {
	border: solid 2px #7E0846;
	margin: 10px 2px 10px 2px;
}
#milieu #accueil {
	display: block;
	width: 310px;
	margin-left: 20px;
	font-size: 11px;
	margin-top: 10px;
	text-align: justify;
}

#coor {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	color: #7E0846;
	font-weight: bold;
	font-size: 9px;
}
#coor a {
	color: #7E0846;
}

#lien_agence{
    width: 218px;
    height: 28px;
    margin-left: 542px;
    margin-top: -11px;
    padding-top: 5px;
    text-align: left;
    padding-left: 14px;
    color: #FFFFFF;
    font-size: 10px;
    background-image: url(../img/lien_agence.gif);
    background-repeat: no-repeat;
}

#lien_agence a{
    text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
    color: #FFFFFF;
}

#lien_agence .actif{
    color: #FFFFFF;
    font-weight:bold;
    text-decoration: none;
    
}

/* Mise en forme menu */
#menu {
	height: 32px;
	width: 750px;
	background-color: #7E0846;
	margin: 0 auto;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	width: 750px;
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#menu a, #actif {
	color: #E5DDD5;
	text-decoration: none;
	text-align: center;
	height: 25px;
	border-top: solid 5px #7e0846;
	margin: 1px 0 0 0;
	text-transform: uppercase;
	line-height: 25px;
	background-position:top;
	float: left;
}
#menu a:hover {
	border-top: solid 5px #e5ddd5;
	background-position:top;	
}
#actif {
	border-top: solid 5px #FFF;
	background-position:top;
	color: #E5DFE3;
}
#menu .accueil, #actif .accueil {
	background-image: url(../img/accueil.gif);
	width: 80px;
}
#menu .agence, #actif .agence {
	background-image: url(../img/equipe.gif);
	width: 130px;
}

#menu .services, #actif .services {
	background-image: url(../img/services.gif);
	width: 130px;
}

#menu .vente, #actif .vente {
	background-image: url(../img/vente.gif);
	width: 80px;
}
#menu .location, #actif .location {
	background-image: url(../img/location.gif);
	width: 80px;
}

#menu .contact, #actif .contact {
	background-image: url(../img/contact.gif);
	width: 163px;
}
#menu .liens, #actif .liens {
	background-image: url(../img/liens.gif);
	width: 73px;
}

/* Mise en forme recrutement et info */
#contenu .btn, #contenu .btn0, #contenu .btn1 {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #E5DDD5;
	color: #7E0846;
	border: solid 1px #7E0846;
	font-weight: bold;
}
#contenu .btn0 {
	width: 208px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#contenu .btn1 {
	width: 208px;
	/*margin-top: -80px;*/
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#contenu .btn {
	width: 108px;
	margin-top: -120px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 400px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#contenu .btn:hover, #contenu .btn0:hover, #contenu .btn1:hover{
	background-color: #7E0846;
	color: #E5DDD5;
}
#info .btn {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #E5DDD5;
	color: #7E0846;
	margin: 10px auto;
	border: solid 1px #7E0846;
	font-weight: bold;
	padding: 5px 0 5px 0;
	width: 450px;
}
#info .btn:hover {
	background-color: #7E0846;
	color: #E5DDD5;
}
#recrutement, #recrutement_bis {
	width: 756px;
	position: absolute;
	left: 50%;
	margin-left: -378px;
	background-color: #7E0846;
	color: #E5DDD5;
	display: none;
}
#recrutement {
	top: 470px;
}
#recrutement_bis {
	top: 550px;
}
#recrutement a, #recrutement_bis a {
	font-weight: normal;
	color: #E5DDD5;
}
#recrutement p, #recrutement_bis p {
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	margin: 10px 0 0 0;
}
#recrutement .close, #recrutement_bis .close {
	margin: 0;
	float: right;
}
#recrutement .close img, #recrutement_bis .close img {
	border: 0;
}
#presa {
	width: 580px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
#presa li {
	margin-left: 30px;
	text-align: left;
}
#presa p {
	text-align: left;
}

#team {
	border: solid 5px #7E0846;
}

.prune {
	color: #7E0846;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.center {
	text-align: center;
}
#links {
	width: 720px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
#links a img {
	margin: 10px 5px 10px 5px;
	border-color: #7E0846;
}
#mentions {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
#mentions h1 {
	color: #7E0846;
	font-size: 14px;
	text-transform: uppercase;
}
/* Mise en forme vignettes */
.vignette {
	text-decoration: none;
	background-color: #7E0846;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
	width: 110px;
	float: left;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
}
.vignette:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #7E0846;
}
.vignette img {
	border: none;
	margin-bottom: 5px;
}
.lien  {
	color: #7E0846;
}

#recrut a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #E5DDD5;
	color: #7E0846;
	border: solid 1px #7E0846;
	font-weight: bold;
	width: 158px;
 	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#recrut a:hover {
	background-color: #7E0846;
	color: #E5DDD5;
}

#redacrecrut {
	clear: both;
	text-align: center;
}

/* signature sequane */
#sequane {
	color: #7E0846;
}
