@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, h7, table, tr, th, td, p {
	padding:0;
	margin:0;
}
body, input, textarea, button {
	color:#333333;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
body {
	letter-spacing:	normal;
	word-spacing:	0;
	line-height:	18px;
	text-align:	start;
	vertical-align:	baseline;
	direction:	ltr;
	font-size:12px;
}
.header {
	background:url(../images/header-bg.png) repeat-x bottom;
}
.bandeau {
	background:url(../images/bandeau-bg.png) repeat-x top;
	color:#fff;
}
.footer {
	background:url(../images/bandeau-bg.png) repeat-x top;
	color:#ebb3cb;
	vertical-align:top;
	padding:15px 0 10px 0;
}
.footer h3 {
	color:#fff;
}
.footer span {
	font-size:12px;
	padding-right:15px;
	padding-left:15px;
	border-right:1px solid #f05998;
	float:left
}
.footer a {
	color:#ebb3cb;
	text-decoration:none;
}
.footer a:hover {
	color:#fff;
	text-decoration:none;
}
a.rectangle_rose {
	background: url(../images/rectangle_rose.png) no-repeat bottom;
	vertical-align:top;
	padding:24px 20px 0 20px;
	width:152px;
	height:190px;
	display:block;
	float:left;
	text-decoration:none;
	cursor:default;
}
.rectangle_rose h3 {
	font-size:14px;
	margin-bottom:10px;
}
.rectangle_rose p {
	font-size:11px;
	color:#ebb3cb
}

/* Rectangles FR */
#rectangle-nouveaute-fr {
	margin-left:30px;
	background: url(../images/rectangles/fr/nouveaute.png) no-repeat top;
	margin-right:26px;
}
a#rectangle-nouveaute-fr:hover {
	background-position:bottom;
}
#rectangle-efficacite-fr {
	background: url(../images/rectangles/fr/efficacite.png) no-repeat;
	margin-right:26px;
}
a#rectangle-efficacite-fr:hover {
	background-position:bottom;
}
#rectangle-reactivite-fr {
	background: url(../images/rectangles/fr/reactivite.png) no-repeat;
	margin-right:26px;
}
a#rectangle-reactivite-fr:hover {
	background-position:bottom;
}
#rectangle-flexibilite-fr {
	background: url(../images/rectangles/fr/flexibilite.png) no-repeat;
}
a#rectangle-flexibilite-fr:hover {
	background-position:bottom;
}

/* Rectangles EN */

#rectangle-nouveaute-en {
	margin-left:30px;
	background: url(../images/rectangles/en/nouveaute.png) no-repeat top;
	margin-right:26px;
}
a#rectangle-nouveaute-en:hover {
	background-position:bottom;
}
#rectangle-efficacite-en {
	background: url(../images/rectangles/en/efficacite.png) no-repeat;
	margin-right:26px;
}
a#rectangle-efficacite-en:hover {
	background-position:bottom;
}
#rectangle-reactivite-en {
	background: url(../images/rectangles/en/reactivite.png) no-repeat;
	margin-right:26px;
}
a#rectangle-reactivite-en:hover {
	background-position:bottom;
}
#rectangle-flexibilite-en {
	background: url(../images/rectangles/en/flexibilite.png) no-repeat;
}
a#rectangle-flexibilite-en:hover {
	background-position:bottom;
}

/* Menu FR */
.menu_fr a {
	display:block;
	height:29px;
	background-position:top;
	float:left;
	margin-right:6px;
}
.menu_fr #accueil {
	background: url(../images/menu/fr/accueil.png) top;
	width:94px;
}
.menu_fr #notre_methode {
	background: url(../images/menu/fr/notre_methode.png) top;
	width:152px;
}
.menu_fr #secteurs_intervention {
	background: url(../images/menu/fr/secteurs_intervention.png) top;
	width:223px;
}
.menu_fr #les_associees {
	background: url(../images/menu/fr/les_associees.png) top;
	width:144px;
}
.menu_fr #secteur_public {
	background: url(../images/menu/fr/secteur_public.png) top;
	width:152px;
}
.menu_fr #contact {
	background: url(../images/menu/fr/contact.png) top;
	width:100px;
	margin-right:0;
}


/* Menu EN */
.menu_en a {
	display:block;
	height:29px;
	background-position:top;
	float:left;
	margin-right:6px;
}
.menu_en #accueil {
	background: url(../images/menu/en/accueil.png) top;
	width:94px;
}
.menu_en #notre_methode {
	background: url(../images/menu/en/notre_methode.png) top;
	width:152px;
}
.menu_en #secteurs_intervention {
	background: url(../images/menu/en/secteurs_intervention.png) top;
	width:223px;
}
.menu_en #les_associees {
	background: url(../images/menu/en/les_associees.png) top;
	width:144px;
}
.menu_en #secteur_public {
	background: url(../images/menu/en/secteur_public.png) top;
	width:152px;
}
.menu_en #contact {
	background: url(../images/menu/en/contact.png) top;
	width:100px;
	margin-right:0;
}



.content {
	padding-top:40px;
	color:#444;
	font-size:12px;
}
.content h1 {
	font-size:24px;
	margin-bottom:30px;
	letter-spacing:5px;
	color:#222222;
	font-weight:400;
}
.content h1 span {
	color:#1E355E;
}
.content h2 {
	font-size:14px;
	line-height:1.5em;
	margin-bottom:5px;
	color:#222;
	font-weight:bold;
}
.content h3 {
	font-size:14px;
	color:#222;
	font-weight:bold;
	line-height:1.5em;
}
.content h4 {
	font-size:18px;
	line-height:1.2em;
	margin-bottom:10px;
	color:#999;
	font-weight:bold;
}
.content p {
	margin-bottom:1.5em;
}
.content ul {
	padding:0;
	margin:0;
	margin-bottom:10px;
	line-height:1.4em;
	list-style-position:inside;
}
.content ul li ul{
	padding:0 0 0 15px;
	margin:0;
	list-style-position:inside;
}
.image {
	padding:2px;
	border:1px solid #ccc;
	margin:0 15px 1px 0;
	clear:both;
}
.entete {
	font-size:16px;
	line-height:24px;
	color:#888888;
	font-weight:400;
	text-align:justify;
}

