/* General styles 
	color: #FDC300; jaune
	color: #394D57; gris bleu
*/
body {
	margin:0 auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:80%;
	background:#fff;
	min-width:980px;    /* Minimum width of layout - remove line if not required 
						The min-width property does not work in old versions of Internet Explorer */
	font-size:85%;
	color: #585858;
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
}
a{
	text-decoration: underline;
	color: #F16C00;
}

a:hover{
	text-decoration: none;
}						
h1, h2, h3 {
	background: url('images/acs_puce-jaune.gif') 0px 1px no-repeat;
	margin: 1em 0 1.2em 1em;
	padding: 0 0 0 1.5em;
}
p {
	margin: .4em 0 .8em 1.8em;
	padding: 0 0 0 2em;
}
table {
	margin: .4em 0 .8em 1.8em;
	padding: 0 0 0 2em;
}

img a {
	border:0;
}

#cadreArrondi {/* conteneur global et arrière-plan du titre du cadre */
	width: 220px;
	padding-top: 40px;
	background: url(images/acs_rounded_top.gif) top left no-repeat;
}
#cadreArrondi_content {/* arrière-plan bas et sur l'ensemble du cadre */	
	background: url(images/acs_rounded_bottom.gif) bottom left no-repeat;
	padding-bottom: 40px;
}
#cadreArrondi_content h4 {
	margin: 0 2em 1.5em 1em;
}
#cadreArrondi_content p {
	font-size:90%;
	margin: 0 .5em 0 1em;
	padding: 0 0 1.2em .3em;
}
#cadreArrondi_content em {
	font-size:100%;
}
#cadreArrondi_content a {
	font-size:90%;
	color: #394D57;
}

.chemin {
	font-size:.85em;
	text-transform:uppercase;
}
.chemin a {
	text-decoration:none;
	color: #394D57;
}
.chemin a:hover {
	text-decoration:underline;
}

/* Header styles */
#header {
	background: #FDC300 url('images/acs_homeheader.gif') no-repeat;
	/* height:270px; */
	margin: 0 auto;
	clear:both;
	width:100%;
}
#header .logo
{
	width: 260px;
	height:145px;
	position: absolute;
}

#header .logo h1
{
	display: none;
	color: #fff;
	font-size: 2.6em;
}

#header .logo h2
{
	display: none;
	padding-left: 0.5em;
	color: #D2DCE5;
	font-size: 1.0em;
}

#header #flashcontent {
	/* display: none; */
}
	
#header #banniere {
	margin: 0 0 0 16em;
}
	
/* Menu */

#header #menu
{
	float: right;
	/* margin: 13.5em 0 0 0; */
	/* border-bottom:1px solid #394D57;  */
}

#header #menu ul
{
	list-style: none;
}

#header #menu li
{
	float: left;
}

#header #menu li img
{
	border: 0px;
	margin-top: 11px;
}

#header #menu li a
{
	display: block;
	padding: .5em 1em .4em 1.2em;
	background: url('images/n4.gif') repeat-x;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #394D57;
	text-transform: uppercase;
	text-decoration: none;
}

#header #menu li a:hover
{
	background: url('images/n4.gif') repeat-x;
	color: #fff;
	text-decoration: none;
}

#header #menu li a.active, #menu li a.active:hover
{
	background: #394D57 url('images/n4_active.gif') repeat-x;
	color: #fff;
	border: solid 1px #394D57;
}

#header #menu .medium
{
	font-size: .8em;
}

/*  sub menu */
#header #submenu_1 {
	clear:both;
	border-top: 1px solid #394D57;
	padding: 0 0 .3em 0 !important;
	color: #FFF;
	background: #394D57 url('images/n5.gif') repeat-x;
	overflow: hidden;
}

#header #submenu_1 a
{
	background: url('images/n5.gif') repeat-x;
	padding: 0 -20px 0 0 !important; 
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .9em;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

#header #submenu_1 a:hover
{
	background: url('images/n5.gif') repeat-x;
	color: #FDC300;
	text-decoration: none;
}

#header #submenu_1 a.active, #submenu_1 a.active:hover
{
	background: #FDC300 url('images/n5_active.gif') repeat-x;	
	padding: .1em .7em .5em .7em;
	color: #394D57;
	border: solid 1px #FDC300;
}

#header #submenu_2 {
	clear:both;
	border-top: 1px solid #394D57;
	padding: 0 0 .3em 0 !important;
	color: #FFF;
	background-color: #FFF;
	overflow: hidden;
}

#header #submenu_2 a
{
	padding: 0 -20px 0 0 !important; 
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .75em;
	color: #394D57;
	text-transform: uppercase;
	text-decoration: none;
}

#header #submenu_2 a:hover
{
	color: #FDC300;
	text-decoration: none;
}

#header #submenu_2 a.active, #submenu_2 a.active:hover
{
	background-color: #394D57;	
	padding: .1em .7em .5em .7em;
	color: #FFF;
	border: solid 1px #394D57;
}

#header  #shadow
{
	background: #fff url('images/acs_dropshadow.gif') repeat-x;	
	padding: .1em .7em .5em .7em;
	height:17px;
	/* color: #394D57;
	border: solid 1px #FDC300; */
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.signethic {
	color: #394D57;
}

.signethic .colmid {
	float:left;
	width:200%;
	margin-left:-200px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;    	/* Centre column background colour */
}
.signethic .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:410px;         	/* Left column width + right column width */
}
.signethic .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:150px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.signethic .col1 {
	margin-left: 220px; 		/* 215px 0 215px;     	Centre column side padding:
								Left padding = left column width + centre column left padding width
								Right padding = right column width + centre column right padding width */
	position:relative;
	left:195%;
	width:53%; 	
	height:50%;
	border-left: dotted 1px #999;
	border-right: dotted 1px #999;
	/* overflow:hidden; */
}

.col1 h3 {
	padding: .2em .5em 0 1.7em;
}

.col1 li {
	margin: .2em 0 0 1.8em;
	line-height:1.75em;
}

.col1 #parag {
	min-height:350px;
}
.col1 #parag table td { padding:10px; }

.col1 #parag ul { list-style-type: square;}

.col1 .soustitre {
	margin: .2em 0 0 1.8em;
	font-weight:bold;
}

.col1 p {
	margin: .4em 0 .8em 1.8em;
	padding: 0 0 0 2em;
	line-height: 1.75em;
}

.signethic .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:190px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:5px;         	/* Width of the left-had side padding on the left column */
	padding: 0 10px 10px 0;
	color:#999;
}

.col2  h1, .col2 h2, .col2 h3 {
	color: #999;
	padding: .2em .5em 0 1.7em;
}
.col2 p {
	margin:.0 .8em 0 1.5em;	
}
.col2 img {
	padding: 0;
	border:0;
}

.signethic .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:200px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:30px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #999;
}
#footer p {
	padding:10px;
	margin:0;
}

