@charset "UTF-8";
body {
	padding:0;
	margin:14px 0;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; 
	background:#e5e5e5;
	color:#222;
}

a {
	color:#336799;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color:#003366;
}

em {
	color:#336799;
}

h1 {
	color:#2d2e75;
}

h2 {
	color:#4361a4;
}

h3 {
	color:#888;
}

img {border:0;}

div#header {
	height:163px;
	background:url(../images/header.jpg) no-repeat #fff;
}


div#global {
	width:970px;
	margin: 0 auto;
	background:#fff;
}

div#main {
	background: url('../images/bgMain.jpg') repeat-y 14px;
}

div#colonne1 {
	float: left;
	width: 265px;
	padding: 20px 0;
	background: url('../images/bgLeft.jpg') no-repeat;
	margin-left:14px;
	min-height:380px;
  	height:auto !important;
  	height:380px;
}

div#colonne2 {
	float: right;
	width: 178px;
	padding: 20px 0 20px 28px;
	background: url('../images/bgRight.jpg') no-repeat;
	margin-right:14px;
	font-size:95%;
}

div#colonne2 ul {
	margin: 4px 0 0 0;
	padding: 0;
	list-style-type: none;
}

div#colonne2 ul li {
	margin: 4px 0;
}

div#centre {
	text-align: justify;
	padding: 20px;
	margin-left: 293px;
	margin-right: 215px;
	background: url('../images/bgCenter.jpg') no-repeat;
	min-height:380px;
  	height:auto !important;
  	height:380px;
}

div#centre > h1:first-child, div#map h1
{
	margin-top:0;
} 

div#footer {
	clear:both;
	text-align:center;
	padding:6px 0;	
	margin-top: 14px;
	background:#2d2e75;
	color:#fff;
}

div#footer a {
	color:#fff;
}

div#footer a:hover {
	text-decoration:underline;
}
		
div.organigramme {
	margin-top: 24px;
	text-align:center;
}

/*********************************/

#myslidemenu ul {
	margin: 0 16px;
	padding: 0;
	list-style-type: none;	
}

#myslidemenu ul li {
	margin: 2px 0;
}

