/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:top;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
font-size:75%;
color:#222;
font-family: "Trebuchet MS";
background-image:url(../images/background_blanc.jpg);
}

.header{
background-image:url(../images/background.jpg);
}

.leftside{
width:282px;
height: 300px;
float:left;
}

#sousmenu {
padding-top: 210px;
padding-left:40px;
width: 210px ;
list-style-type: none ;
margin: 0 ;
}

#sousmenu ul{
list-style-type: none ;
}


#sousmenu li {
background: #d4d0c8;
color: black ;
border:1px solid #C3C4C6;
margin-bottom: 10px ;
}

#sousmenu li a {
display: block ;
background: #d4d0c8;
color: black ;
font: 1em "Trebuchet MS",Arial,sans-serif ;
line-height: 1em ;
text-align: center ;
text-decoration: none ;
padding: 4px 0 ;
}

#sousmenu li a:hover, #sousmenu li a:focus, #sousmenu li a:active {
background:#9a9895;
color: white;
text-decoration: none;
}

#mentions {
background-image:url(../images/background_blanc.jpg);
position: absolute;
top: 590px;
left: 480px;
}

#mentions a {
	font-weight: normal;
    text-decoration: none;
    color: black;
	}

#mentions a:hover {
    color: #323c40;
	}



.content{
width:475px;
height: 100%;
float:left;
background-color:white;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 10px;
padding-top: 20px;
text-align: justify;
}

h1 {
margin-top:20px;
text-decoration: none;
text-align: left;
font-weight: bold;
font-size:18px;
color: #18473d;
}

h2  {
text-decoration: none;
text-align: left;
font-weight: bold;
font-size:14px;
color: #18473d;
}

h3  {
text-decoration: none;
text-align: right;
font-size:12px;
color: #000000;
font-style: italic;
}

p {
margin-top:20px;
margin-bottom :20px;
}


ul.contenu, ul.contenu ul {
  padding-left: 20px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 20px;           /* Opera 7 final's margin and margin-box model cause problems */
}
ul.contenu li {
  margin: 10px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
}

.toplink {
text-align: center;
}

a {
    font-weight: bold;
    text-decoration: none;
}
a:link {
    color: #18473d;
}
a:visited {
    color: #18473d;
}
a:hover {
    color: #323c40;
}
a:active {
    color: #FFF;
}


/* Menu déroulant */
.suckertreemenu {
position: absolute;
top: 131px;
left: 281px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
background-color: #bdbebf;
display: block;
width: 110px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size:13px;
color: #bdbebf;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 95px; /*width of sub menu levels*/
color: #323c40;
text-decoration: none;
padding: 5px 15px;
border: 0px solid #ccc;
text-align:left;
}

.suckertreemenu ul li a:hover{
background-color: #323c40;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 100%; }
* html .suckertreemenu ul li a { height: 100%; }
/* End */


/* Slideshow */
.pics {
	padding: 0;
	margin:  0;
}

.pics img {
	padding: 0px;
	/*border:  1px solid #ccc;*/
	background-color: #eee;
	width:  281px;
	height: 161px;
	top:  0;
	left: 0
}
/* End Slideshow */



/* form */
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/* Communication & Influence */
#ciGrandTitre {
	font-size: 16px;
	color: #5D5E60;
	font-weight: bold; 
	padding-top: 15px;
	display: list-item;
	list-style-image: url(../images/CI_fleche_titre.gif);
  	list-style-position: inside;
}

#ciTitreRubrique {
	font-size: 12px;
	color: #5D5E60;
	padding-top: 15px;
}

#ciTitreParagraphe {
	font-size: 16px;
	color: #18473d;
	font-weight: bold;
	padding-top: 15px;
}

#ciSignature {
	font-size:10px;
	font-weight:bold;
	font-style: italic;
	text-align: right;
}

#ciPetitTitre {
	font-weight:bold;
}

#ciAlinea {
	font-size:10px;
}

#ciSousMenu ul{
list-style-type: none ;
margin-top: 30px;
margin-bottom: 50px;
margin-left: 20px;
}


#ciSousMenu li {
margin-bottom: 5px ;
}

#ciSousMenu li a {
display: block ;
text-decoration: none ;
font-weight: normal;
padding: 4px 0 ;
}

#ciSousMenu li a:hover, #ciSousMenu li a:focus, #ciSousMenu li a:active {
color: black;
text-decoration: none;
}