/*  ////////////////////////////////////////////////////  */
/*  ///////// MISE EN FORME GENERALE          //////////  */
/*  ////////////////////////////////////////////////////  */

/* 4 Classes a utiliser sur le div WRAPPER 
pour fond de colonnes sur template 2 colonnes (main_2col), 
1 colonne a gauche (main_left_col), une colonne a a droite (main_right_col),
ou sans colonnes (main_no_col) */

.main_2col { /* pour template 2 colonnes */
	background:url(personnalisation_FILES/main_bg_2col.gif);
	}
	
.main_left_col { /* pour template 1 colonne a gauche */
	background:url(personnalisation_FILES/main_bg_left_col.gif);
	}
	
.main_right_col { /* pour template 1 colonne a droite */
	background:url(personnalisation_FILES/main_bg_right_col.gif);
	}
	
.main_no_col { /* pour template 0 colonnes */
	background: #fff;
	}

/* 4 Classes a utiliser sur le div CENTER_COL pour aligner le breadcrumb 
et le content au centre (content_center), a gauche (content_left), 
a droite (content_right) ou sur toute la page (content_wide) */	

.content_center { /* pour template 2 colonnes */
	margin: 0 210px 0 200px;
	text-align:justify;
	}
	
.content_right { /* pour template 1 colonne a gauche */
	margin: 0 20px 0 200px;
	text-align:justify;
	}
	
.content_left { /* pour template 1 colonne a droite */
	margin: 0 210px 0 20px;
	text-align:justify;
	}
	
.content_wide { /* pour template 0 colonnes */
	margin: 0 20px 0 20px;
	text-align:justify;
	}


/*  ////////////////////////////////////////////////////  */
/*  ///////// ELEMENTS DE CONTENUS            //////////  */
/*  ////////////////////////////////////////////////////  */


body { 
	background-color: silver;
	background-image: url(personnalisation_FILES/ombre_fond.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	color: #666;
	}

#header { /* balise div contenant le bandeau image de 1024px par 150 px */
	position: relative;
	background:url(personnalisation_FILES/bandeau.png);
	height:150px;
	}

#top_menu { /* balise div contenant le menu horizontal */
	background:url(personnalisation_FILES/top_menu.gif);
	background-position: left top;
	height:30px;
	font-size:12px;
	color:#fff;
	font-weight: bold;
	}

#top_menu ul li a:hover, #top_menu .actif {
	background:url(personnalisation_FILES/top_menu-over.gif);
	color:#000;
	height: 30px;
	}

#footer {
	background:#3C3C3C;
	font-size:10px;
	color:#fff;
	text-align:center;
	margin-top: 20px; 
	height: 30px;
	line-height:30px;
	}

/*  ////////////////////////////////////////////////////  */
/*  ///////// VARIABLES DE LA SearchBox       //////////  */
/*  ////////////////////////////////////////////////////  */

.searchbox-sword {
	font-size:10px;
	font-style:italic;
}


/*  ////////////////////////////////////////////////////  */
/*  ///////// Eléments paramétrables du bandeau ////////  */
/*  ////////////////////////////////////////////////////  */

#header_title {
	float : left;
	padding-top : 20px;
	padding-left : 200px;
}

#header_title a {
	font-size:26px;
	font-weight:bold;
	color : #7a9ed2;
	text-decoration:none;
}

#header_title a:hover {
	color: #555;
}


#header_logo {
	float:right;
	padding-top : 50px;
	padding-right : 50px;
}

#header_logo a {
	background:transparent url() no-repeat scroll 0 0;
	display:block;
	float:right;
	height:27px;
	margin:24px 12px 0 0;
	text-decoration:none;
	width:104px;
}

#header_logo a:hover {
	background-position:0 -28px;
	text-decoration:none;
}

#content h1 {
  font-size :18px;
  margin: 10px 0px 5px 0px;
}

#content h2 {
  font-size :15px;
  margin: 10px 0px 5px 5px;
}

#content h3 {
  font-size :13px;
  margin: 5px 0px 2px 8px;
}

#content p {
  margin-left: 5px;
  text-align: justify;
}

#content li {
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  line-height: 17px;
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
}

#left_col ul li a.actif {
  border-left:6px solid #7a9ed2;
  color:#7a9ed2;
}

#left_col ul li a:hover {
  border-left:6px solid #7a9ed2;
}

#content a, #content a:visited {
  color:#7a9ed2;
}

div.csc-mailform-field {
  margin : 3px;
  font-size: 11px;
}

div.csc-mailform-field label{
  font-weight: bold;
  width: 250px;
  float:left;
  display: block;
}

div.csc-mailform-field fieldset label {
  float:none;
  display: inline;
}

div.csc-mailform-field fieldset legend {
  display: none;
}

.csc-mailform-label{
  font-weight: bold;
}

input.csc-mailform-submit{
  display: block;
  margin: auto;
}