@charset "utf-8";

/* ------------------------ STRUCTURE ------------------------- */

* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

#wrapper {
	background: url(../images/bg.gif) bottom center repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	background: url(../images/bg_header.jpg) top center repeat-x;
	height: 350px;
}

#header #header_inner {
	width: 1000px;
	margin: 0 auto;
}

#header #header_inner #logo {
	float: left;
	width: 777px;
	height: 142px;
}

#header #header_inner #logo img {
	border: 0;
}

#header #header_inner #menu2 {
	float: right;
	width: 150px;
	margin: 35px 40px 0 0;
}

#header #header_inner #menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: left;
}

#header #header_inner #menu2 ul li {
	height: 30px;
	width: 150px;
	line-height: 30px;
}

#header #header_inner #menu2 ul li a {
	position: absolute;
	height: 30px;
	width: 150px;
	color: #727273;
	text-decoration: none;
}

#header #header_inner #menu2 ul li a:hover {
	color: #000;
}

#header #header_inner #menu2 ul li a#accueil {
	background:url(../images/icon_accueil.gif) top left no-repeat;
	padding-left: 60px;
}

#header #header_inner #menu2 ul li a#accueil:hover {
	background-position: -150px;
}


#header #header_inner #menu2 ul li a#joindre {
	background:url(../images/icon_joindre.gif) top left no-repeat;
	padding-left: 25px;
}

#header #header_inner #menu2 ul li a#joindre:hover {
	background-position: -150px;
}

/* ------------------------ MENU PRINCIPAL ------------------------- */

#menu {
	width: 1000px;
	height: 208px;
	background:url(../images/ombre_menu.png) top left no-repeat;}

#nav {
	margin: 0;
	padding: 15px;}

#nav a {
	display: block;
	text-decoration: none;
	padding: 0;
}

#nav ul { /* all lists */
	width: 1000px;
	height: 171px;
	list-style: none;
	padding: 0 0 0 9px;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	margin: 22px 0 0 28px;
	list-style: none;
	width: 210px;
	height: 171px;
}

#nav li a {
	width: 210px;
	height: 171px;
}

#nav li#clients {
	background: url(../images/btn1.jpg) top left no-repeat;
}

#nav li#clients:hover {
	background-position: -210px;
}

#nav li#programmes {
	background: url(../images/btn2.jpg) top left no-repeat;
}

#nav li#programmes:hover {
	background-position: -210px;
}

#nav li#services {
	background: url(../images/btn3.jpg) top left no-repeat;
}

#nav li#services:hover {
	background-position: -210px;
}

#nav li#ressources {
	background: url(../images/btn4.jpg) top left no-repeat;
}

#nav li#ressources:hover {
	background-position: -210px;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	background: #b2323e;
	height: auto;
	width: 210px;
	z-index: 999;
	padding: 0 0 5px 0;
}

#nav li li {
	text-indent: 0px;
	width: 210px;
	height: 40px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: url(../images/menu_separ.gif) bottom center no-repeat;
}

#nav li ul a {
	color: #fff;
	width: 170px;
	height: 20px;
	padding: 5px 20px 10px 20px;
}

#nav li ul a:hover {
	color: #000;
}

#nav li li.last {
	background: none;
}

#nav li ul a span {
	font-size: 12px;
	line-height: 13px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}




#contenu {
	width: 1000px;
	margin: 0 auto;
}

#contenu #left {
	float: left;
	width: 391px;
	background: url(../images/bg_left.png) top center no-repeat;
	min-height: 500px;
}

#contenu #left img#titre {
	margin: 40px 0 0 0;
}

#contenu #left img#extra1 {
	margin: 140px 0 0 100px;
}

#contenu #texte {
	float: right;
	width: 609px;
}

#contenu #texte #texte_inner {
	padding: 50px 20px 30px 10px;
}

#contenu #texte #texte_inner .adresse_left {
	width: 275px;
	float: left;
}

#contenu #texte #texte_inner .adresse_right {
	width: 275px;
	float: right;
}

#footer, #push {
	height: 200px; /* .push must be the same height as .footer */
}

#footer {
	width: 1000px;
	margin: 0 auto;
}

#footer #copyright {
	float: left;
	width: 500px;
}

#footer #copyright p {
	font-size: 12px;
	color: #5b5b5b;
	margin: 160px 0 0 20px;
}

#footer #copyright p span {
	padding: 5px 10px;
	background-color: #afafaf;
}

#footer #pascale {
	float: right;
	width: 500px;
}

#footer #pascale img {
	border:0;
	margin: 112px 0 0 274px;
}

.clear {
	clear: both;
}

/* ------------------------ CONTENU GÉNÉRAL ------------------------- */

h1 {
	font-size: 22px;
	height: 34px;
	padding: 3px 12px;
	width: 300px;
	text-transform: uppercase;
	color: #f7f8f6;
	background:url(../images/bg_h1.png) top left no-repeat;
	font-weight: normal;
}

h2 {
	font-size: 15px;
	background: url(../images/bg_h2.jpg) top left #fff;
	border-bottom: 4px solid #CCC;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	padding: 5px 10px;
	margin: 10px 11px 0 0;
}

h2 span {
	font-size: 12px;
	color: #6ea6d1;
}

p {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 30px;
}

p.section {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004b85;
	letter-spacing: 1px;
	line-height: 28px;
	margin-bottom: 20px;
}

ul {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 40px 30px 50px;
	list-style: url(../images/dot.png);
	color: #333333;
	}

ul ul {
	list-style: url(../images/dot1.png);
	}

a {
	color: #b3334e;
	text-decoration: underline;
}
	
a:hover {
	color: #000;
	text-decoration: none; 
}