body {
color: #000000;
font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;
margin: 0 auto;
text-align: center; /* pour corriger le bug de centrage IE url(../images/fond_body.jpg) top repeat-x*/
background: #0f4f7d;
}

* {
	margin: 0;
	padding: 0;
}


#global {
	text-align: left; /* on rétablit l'alignement normal du texte */
}

#logo {	
	width:100%;
	height: 96px;
	margin:0 auto;
	position:relative;	
	background: url(../images/structure/logo.png) center no-repeat;
}

#intro_right {
	float: right;
	background: url(../images/structure/fond_intro_02.png) top repeat-x;
	width: 310px;
	height: 330px;
}

#fond_menu {
	width:100%;
	margin:0 auto;
	height: 47px;
	background: url(../images/structure/ligne.png) bottom repeat-x;
}

#wrap_menu {	
	width:960px;
	margin:0 auto;
	height: 47px;
	background: url(../images/structure/ligne.png) bottom repeat-x;
}

#middle {
	width:100%;
	background-color: #ffffff;
	padding-bottom: 20px;
}

#ligne {
	width: 100%;
	height:10px;
	background: url(../images/structure/ligne.png) repeat-x;
}

#ligne2 {
	width: 100%;
	height: 9px;
	background: url(../images/structure/ligne2.png) repeat-x;
}


/* Lists */

ul, ol, dl
{
	margin: 1em 0;
	line-height: 1.8em;
}

ol li { margin-left: 2.5em; }

ul { padding-left: 2em; list-style-type: square ; }


/* Texte central */

#wrap_middle {
	width: 960px;
	margin: 0 auto;
}

#wrap_texte {
	width:960px;
}

/* Intro */

#intro {	
	width:100%;
	margin:0 auto;
	height:330px;
	position:relative;
	background: url(../images/structure/fond_intro2.png) top repeat-x;
}

#wrap_intro {
	width: 960px;
	margin: 0 auto;
	/*background:url(../images/structure/fond_intro3.png) no-repeat;*/
}

#intro h2 {
	font-size:13px;
	color:#ffffff;
	text-transform:uppercase;	
	background:url(../images/fond_titre_accueil.png) no-repeat;
	font-weight: bold;
	height:42px;
	width:960px;
	padding-top: 12px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin: 0 auto;
}

#intro_featured {
	height: 260px;
	width: 960px;
	background: url(../images/structure/fond_featured.png) repeat-x;
}

#intro_featured_left {
	height: 260px;
	width: 685px;
	float: left;
}

#intro_featured_right {
	height: 260px;
	width: 275px;
	float: right;
	color: #ffffff;
}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: Georgia, serif; margin : 0;  }

h1 { font-size: 18px; color : #ffffff; margin-top: 10px;}

h2{
	font-size:13px;
	color:#2875a3;
	text-transform:uppercase;	
	padding-bottom:39px;
	background:url(../images/bg_titre.jpg) left 51px no-repeat;
	font-weight: bold;
	border-top: 1px dotted black;
	padding-top:20px;
	width: 720px;
}

h3{
	font-size:12px;
	color:#2875a3;
	font-weight: bold;
}

/* Bas de page */
#bas_page {
	border-top: 1px dotted black;
	background:url(../images/structure/haut.png) no-repeat;
	height:18px;
	margin-bottom:20px;
	width:740px;
}

/* Images */

.drop-shadow
{
	float: left;
	position: relative;
	margin: 0 10px 0 0 !important;
	background: transparent url(../images/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(../images/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.drop-shadow p
{
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

.drop-shadow a { border-bottom-width: 0; }

.drop-shadow-right
{
	float: right;
	position: relative;
	margin: 10px 0 0 0 !important;
	background: transparent url(../images/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(../images/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow-right img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.drop-shadow-right p
{
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

.drop-shadow-right a { border-bottom-width: 0; }
