@charset "UTF-8";
/* CSS Document */



/*  ///////////////////////////////////////////////////////////////////  */	
/*  ////////// CSS RESET (remise a zero des balises courantes) ////////  */
/*  ///////////////////////////////////////////////////////////////////  */	

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! (proprietes d'une selection) */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! (affichage des ajouts ou suppression de texte) */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.underline {
	text-decoration : underline;
	}


/*  ///////////////////////////////////////////////////////////////////////////  */		
/*  ////////// WRAPPERS (balises div englobant d'autres balises div) //////////  */
/*  ///////////////////////////////////////////////////////////////////////////  */		

body { 
	background-color: #f0f0f0; /*silver;*/
	background-image: url(style_FILES/background-ombre2.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	color: #666;
	font: 100% Verdana,Tahoma,Arial,sans-serif;
	text-align:center;
	}
	
#wrapper { /* balise div qui englobe toute la page */
	/*background:#fff;*/
	color:#666;
	margin:0 auto;
	width:1024px;
	text-align:left;
	position:relative;
	border-left: solid 1px #C1C1C1; /*#007BAC;*/
	border-right: solid 1px #C1C1C1; /*#007BAC;*/
	}
	
#main_container { /* balise div qui englobe les 2 colonnes laterales, le breadcrumb et le content */
	background:url(style_FILES/container-ombre.png) repeat-x;
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
	}

.main_2col { /* pour template 2 colonnes */
	background: #fff url(style_FILES/background3.gif);
	background-position: left top;
	}
	
.main_left_col { /* pour template 1 colonne a gauche */
	background: #fff url(style_FILES/background3.gif);
	background-position: left top;
	}
	
.main_right_col { /* pour template 1 colonne a droite */
	background: #fff url(style_FILES/background3.gif);
	background-position: left top;
	}
	
.main_no_col { /* pour template 0 colonnes */
	background: #fff url(style_FILES/background3.gif);
	background-position: left top;
	}
	
.float_left { /* pour aligner une colonne a gauche */
	float: left;
	}
	
.float_right { /* pour aligner une colonne a droite */
	float: right;
	}
	
/*  ///////////////////////////////////////////////////////////////  */			
/*  ////////// PRE_HEADER (menu tout en haut de la page) //////////  */
/*  ///////////////////////////////////////////////////////////////  */		

#pre_header {
	background:#e9b90c url(style_FILES/pre_header.gif) repeat-x;
	/*background:#e9b90c;*/
	height: 25px;
	padding-right: 10px;
	color:#fff;
	font-size:10px;
	line-height:23px;
	text-align:right;
	}
	
#pre_header a {
	color:#fc6;
	text-decoration:underline;
	}
	
#pre_header a:hover {
	text-decoration:none;
	}

/*  ///////////////////////////////////////////////////////////////  */		
/*  ////////// HEADER (bandeau image en haut de la page) //////////  */
/*  ///////////////////////////////////////////////////////////////  */		

#header { /* balise div contenant le bandeau image de 1024px par 150 px */
	position: relative;
	background:url(style_FILES/header5.jpg);
	height:150px;
	}

#header_title {
	float : left;
	padding-top : 50px;
	padding-left : 50px;
	width:100px;
	height:30px;
}

#header_title a {
	font-size:20px;
	font-weight:bold;
	color : #333;
	text-decoration:none;
}

#header_title a:hover {
	color: #E0D1BD;
}

#header_logo {
	float:right;
	padding-top : 20px;
	padding-right : 20px;
}

/*  ///////////////////////////////////////////////////////////////  */		
/*  ////////// TOP_MENU (menu horizontal sous le header) //////////  */
/*  ///////////////////////////////////////////////////////////////  */		

#top_menu { /* balise div contenant le menu horizontal */
	background:#3C3C3C url(style_FILES/top_menu2.gif) repeat-x;
	/*background-color:#3C3C3C;*/
	background-position: left top;
	height:30px;
	font-size:12px;
	color:#fff;
	font-weight: bold;
	}
	
#top_menu ul {
	list-style: none;
}

#top_menu ul li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
	background: none;
	}
	
#top_menu ul li a {
	padding: 0px 8px 0px 8px;
	/*width: 100px;*/
	float: left;
	color:#007BAC;
	text-decoration:none;
	height: 28px;
	display: block;
	line-height: 30px;
	}
	
#top_menu ul li a:hover, #top_menu .actif {
	background:#3C3C3C url(style_FILES/top_menu-over2.gif) repeat-x;
	color:#fff;
	height: 30px;
	}
	
/*  ///////////////////////////////////////////////////////////////////  */		
/*  ////////// LEFT_COL (colonne contenant le menu vertical) //////////  */
/*  ///////////////////////////////////////////////////////////////////  */		

#left_col { /* balise div contenant le menu vertical */
	position: relative;
	width: 156px;
	padding: 20px;
	margin-bottom: 0px;
	padding-left: 0; /*14px;*/
	padding-right: 0;
	padding-top: 10px;
	}
	
#left_col ul li { /* menu de niveau 1 */
	font-size:12px;
	font-weight: bold;
	color:#666;
	/*margin-top: 1px; */
	/*margin-bottom: 1px;*/
	}
	
#left_col ul li a, #left_col ul li a:visited {
	line-height:14px;
	font-weight: bold;
	color: #9D9D9D; /*#007BAC;*/ /*#333;*/
	text-decoration:none;
	padding-left: 8px;
	width:170px; /*150px;*/
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
	background:#fff url(style_FILES/bouton-gris4.gif) no-repeat;
	background-position: bottom left;
	}
	
#left_col ul li a:hover {
	color: #007BAC; /*#f0D62A;*/ /*#333;*/
	text-decoration:none;
	padding-left: 8px;
	/* border-left: 6px solid #007aac; */
	/* background:#007BAC url(style_FILES/bouton1.gif) repeat-y;*/
	background:#fff url(style_FILES/bouton-gris4.gif) no-repeat;
	background-position: bottom left;
	}
	
#left_col ul li a.actif {
	color: /*#005678;*/ #007BAC;
	text-decoration:none;
	padding-left: 8px;
	/* border-left: 6px solid #007aac; */
	background:#007BAC url(style_FILES/bouton-gris4.gif) repeat-y;
	}

#left_col ul li ul li { /* Retrait pour les niveaux suivants */
	padding-left: 0px;
	line-height: 10px;
	}
		
#left_col ul li ul li a, #left_col ul li ul li a:visited { /* niveau 2 */
	width:168px;
	font-weight: bold;
	font-size: 9px;
	color: #9D9D9D; /*#007BAC;*/
	background:#fff url(style_FILES/niveau2.gif) repeat-y;
	background-position: bottom left;
	padding-top: 2px;
	padding-bottom: 2px; 
	padding-left: 15px;
	}
	
#left_col ul li ul li a:hover, #left_col ul li ul li a.actif {
	/*font-weight: bold;*/
	color:#007BAC;
	/*text-decoration:underline;*/
	background:#fff url(style_FILES/niveau2-selected.gif) repeat-y;
	background-position: bottom left;
	}
	
#left_col ul li ul li ul li a,
#left_col ul li ul li ul li a:visited { /* niveau 3 */
	width:168px;
	background:white;
	}
	
#left_col ul li ul li ul li ul li a,
#left_col ul li ul li ul li ul li a:visited { /* niveau 4 */
	width:168px;
	}
	
#left_col ul li ul li ul li ul li ul li a,
#left_col ul li ul li ul li ul li ul li a:visited { /* niveau 5 */
	width:168px;
	}

/*  ///////////////////////////////////////////////  */		
/*  ////////// BREADCRUMB (fil d'ariane) //////////  */
/*  ///////////////////////////////////////////////  */		

#breadcrumb { /* balise div contenant le fil d'ariane */
	height:10px;
	font-size:9px;
	color: silver; /*#666;*/
	text-align:left;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
#breadcrumb a {
	color:#007aac;
	text-decoration:underline;
	}
	
#breadcrumb a:hover {
	text-decoration:none;
	}

/*  //////////////////////////////////////////////////  */		
/*  ////////// CONTENT (contenu de la page) //////////  */
/*  //////////////////////////////////////////////////  */		


/* zone de contenu des pages */

#content { /* balise div contenant le contenu principal */
	margin-left: 20px;
	margin-top: 25px;
	float:right;
	width: 100%;
	padding-bottom: 20px;
	}

/* Classes de placement du contenu selon le template */	

.content_center { /* pour template 2 colonnes */
	margin: 0 210px 20px 200px;
	text-align:justify;
	}
	
.content_right { /* pour template 1 colonne a gauche */
	margin: 0 20px 20px 200px;
	text-align:justify;
	}
	
.content_left { /* pour template 1 colonne a droite */
	margin: 0 210px 20px 20px;
	text-align:justify;
	}
	
.content_left-alt { /* pour FCE 1 colonne a droite */
	margin: 0 190px 0 0;
	text-align:justify;
	}
	
.content_wide { /* pour template 0 colonnes */
	margin: 0 20px 20px 20px;
	text-align:justify;
	}

/* ajout de marges après les titres de pages */

#page_title {
margin-bottom: 15px;
}

.csc-firstHeader {
margin-bottom: 5px;
}

/* modification de la taille globale du texte */

#content p, #content .bodytext, #content #real_content p, #content #real_content .bodytext {
font-size: 13px;
line-height: 17px;
}

/* style des url */

#content a, #content a visited {
	color:#007aac; /*formerly #c00*/
	text-decoration:underline;
	}
	
#content a:hover {
	color:#007aac;
	text-decoration:none;
	}

/* Titres niveaux 1 a 6 */

#content h1 {
	font-size:24px;
	font-weight: bold;
	text-align:left;
	color:#666;
	padding: 5px 0;
	}
		
#content h2 {
	font-size:21px;
	font-weight: bold;
	color:#666;
	padding: 2px 0;
	}

#content h5 {
	font-size:13px;
	font-weight: bold;
	color:#666;
	line-height: 17px;
	}
	
#content h6 {
	font-size:11px;
	font-weight: bold;
	color:#666;
	line-height: 17px;
	}

/* listes à puces */

#content ul {
  font-size : 13px;
  line-height: 17px;
  list-style-type:circle;
}

#content li {
  margin-left : 10px;
}

/*  ////////////////////////////////////////////////////  */
/*  /////// AFFICHAGE DES EXTENSIONS FRONTEND   ////////  */
/*  ////////////////////////////////////////////////////  */

.searchbox-sword { /* searchbox */
	font-size:10px;
	font-style:italic;
}

.searchbox-button {
position: relative;
vertical-align: middle;
}

.tx-felogin-pi1 { /* loginbox globale */
font-size:13px;
line-height: 17px;
font-weight: normal;
color:#444;
}

.tx-felogin-pi1 fieldset { /* labels loginbox */
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
} 

.iframe1 {
float:left;
margin-left:-8px;
padding:0;
}

/*  ///////////////////////////////////////////  */		
/*  //////////////// Formulaire ///////////////  */
/*  ///////////////////////////////////////////  */

fieldset.csc-mailform {
border:0;
margin: 0;
padding:0;
font-size:12px;
line-height: 28px;
font-weight: normal;
color:#666;
}

#mailformNom, #mailformPrnom, #mailformEmail, #mailformsociete, #mailformObjet, textarea {
background:#fff;
border: 1px solid #C1C1C1;
font-size:12px;
line-height: 18px;
font-weight: normal;
color:#666;
}


/*  ///////////////////////////////////////////  */		
/*  //////////////// Tables ///////////////////  */
/*  ///////////////////////////////////////////  */

#real_content table {
margin-left:auto;
margin-right:auto;
width:100%;
}

#real_content table tbody tr td {
width: 125px;
padding:2px;
vertical-align: middle;
text-align:center;
}

/*  //////////////////////////////////////////////////////////////  */		
/*  ////////// RIGHT_COL (colonne contenant les Extras) //////////  */
/*  //////////////////////////////////////////////////////////////  */		

#right_col  { /* balise div contenant les Extras */
	position: relative;
	width: 150px;
	padding: 20px;
	margin-bottom: 0px;
	}
	
#right_col-alt  { /* balise div contenant les Extras */
	position: relative;
	width: 160px;
	padding: 0px;
	margin-bottom: 0px;
	}	
	
#right_col h1, #right_col-alt.float_right h1 { /* titre des Extras */
	font-size:12px;
	font-weight: bold;
	color:#333;
	line-height: 17px;
	}
	
#right_col p, div #right_col-alt.float_right p { /* texte des Extras */
	font-size:11px;
	line-height: 17px;
	font-weight: normal;
	color:#666;
	}
	
#right_col a, #right_col a:visited, #right_col-alt.float_right a, #right_col-alt.float_right a:visited {
	color:#007aac;
	text-decoration:underline;
	}
	
#right_col a:hover, #right_col-alt.float_right a:hover {
	color:#007aac;
	text-decoration:none;
	}

/*  ///////////////////////////////////////////  */		
/*  ////////// BOTTOM (logos bas page) ////////  */
/*  ///////////////////////////////////////////  */

#bottom {
	/*background: #007BAC;*/
	/*border: solid 1px #410703;*/
	position: relative;
	font-size:10px;
	color:#fff;
	text-align:center;
	margin-top: 20px; 
	min-height: 39px;
	padding: 5px;
	clear:both;
	/*line-height:50px;*/
	}
	
#bottom img {
	margin: 2px;
	}
		
/*  ///////////////////////////////////////////  */		
/*  ////////// FOOTER (pied de page) //////////  */
/*  ///////////////////////////////////////////  */		

	
#footer {
margin-top: 0;
	/*background: #3C3C3C;*/
	background:#007bac url(style_FILES/background-footer.png) repeat-x;
	font-size:10px;
	color:#fff;
	text-align:center;
	margin-top: 0px; 
	height: 30px;
	line-height:30px;
	clear:both;
	}

#footer a {
	color:#fff; /*#fc6;*/
	text-decoration:underline;
	}
	
#footer a:hover {
	text-decoration:none;
	}


/* End CSS Document */