@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}

a {
	color:#CCCCCC;
}

a:focus {
	outline:none;
	border:0;
}

body {
	background-color:#303330;
}

#main {
	position:absolute;
	left:50%;
	width:950px;
	/* Margin-left = - moitié de width*/
	margin-left:-475px;
	margin-top:40px;
	font-size:12px;
	font-family:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
}

#gauche_site {
	float:left;
	width:177px;
}

#droite_site {
	float:left;
	width:640px;
	height:480px;
	background-color:#cecec6;
	padding:20px 78px 0px 55px;
}

/* MENU
---------------------------------------*/
#menu {
	float:left;
	width:100%;
}

.unmenu {
	float:left;
	margin-right:48px;
}

#unmenu_service {
	float:left;
	margin-right:48px;
	width:53px;
	height:37px;
	background-image:url(../images/menu/btn_services.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#unmenu_contact {
	float:left;
	margin-right:48px;
	width:55px;
	height:37px;
	background-image:url(../images/menu/btn_contact.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#unmenu_savoir_faire {
	float:left;
	margin-right:48px;
	width:79px;
	height:37px;
	background-image:url(../images/menu/btn_savoir_faire.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#unmenu_reference {
	float:left;
	margin-right:48px;
	width:71px;
	height:37px;
	background-image:url(../images/menu/btn_reference.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#unmenu_formulaire_candidature {
	float:left;
	margin-right:48px;
	width:178px;
	height:37px;
	background-image:url(../images/menu/btn_formulaire_candidature.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#unmenu_service:hover, #unmenu_contact:hover, #unmenu_savoir_faire:hover, #unmenu_reference:hover, #unmenu_formulaire_candidature:hover {
	background-position:bottom;
}


#conteneur {
	float:left;
	margin-top:20px;
	width:640px;
	height:225px;
	background-color:#744671;
	color:#FFFFFF;
	font-size:12px;
}

/* ACCUEIL
-------------------------------------- */

#slide {
	float:left;
	width:375px;
	height:225px;
} 

#texte {
	float:left;
	text-align:justify;
	padding:50px 10px;
	width:230px;
	
}


/* SERVICES
-------------------------------------- */
#conteneur_interne {
	float:left;
	margin-top:20px;
	width:631px;
	height:235px;
	background-color:#492e4d;
	color:#FFFFFF;
	font-size:12px;
}

#gauche_interne {
	float:left;
	width:315px;
	height:225px;
} 

#texte_interne {
	float:left;
	text-align:justify;
	padding:10px 20px;
	width:210px;
	font-size:14px;
}

/* PIED DE PAGE 
----------------------------------------- */
#pied {
	float:left;
	width:100%;
	text-align:center;
	margin:20px 0;
	color:#81817e;
}

#pied a {
	color:#81817e;
}

#signature {
	float:left;
	width:100%;
	text-align:right;
	color:#999999;
	font-size:10px;
}

#signature a {
	color:#999999;
	font-size:10px;
	text-decoration:none;
}
