@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: white;
	color: #666;
	}


.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 {
	display:none;
	}
	

/*  ///////////////////////////////////////////////////////////////  */		
/*  ////////// HEADER (bandeau image en haut de la page) //////////  */
/*  ///////////////////////////////////////////////////////////////  */		

#header { /* balise div contenant le bandeau image de 1024px par 150 px */
  display:none;
}


/*  ///////////////////////////////////////////////////////////////  */		
/*  ////////// TOP_MENU (menu horizontal sous le header) //////////  */
/*  ///////////////////////////////////////////////////////////////  */		

#top_menu { /* balise div contenant le menu horizontal */
	display:none;
	}
	
/*  ///////////////////////////////////////////////////////////////////  */		
/*  ////////// LEFT_COL (colonne contenant le menu vertical) //////////  */
/*  ///////////////////////////////////////////////////////////////////  */		

#left_col { /* balise div contenant le menu vertical */
	display: none;
	}
	
/*  ///////////////////////////////////////////////  */		
/*  ////////// BREADCRUMB (fil d'ariane) //////////  */
/*  ///////////////////////////////////////////////  */		

#breadcrumb { /* balise div contenant le fil d'ariane */
	display:none;
	}
	

/*  //////////////////////////////////////////////////  */		
/*  ////////// CONTENT (contenu de la page) //////////  */
/*  //////////////////////////////////////////////////  */		


/* zone de contenu des pages */

#content { /* balise div contenant le contenu principal */
	margin-left: 10pt;
	margin-top: 15pt;
	float:none !important;
	width: 90%;
	padding-bottom: 10pt;
	}

/* ajout de marges après les titres de pages */

#page_title {
margin-bottom: 15pt;
}

.csc-firstHeader {
margin-bottom: 5pt;
}

/* modification de la taille globale du texte */

#content p, #content .bodytext, #content #real_content p, #content #real_content .bodytext {
font-size: 11pt;
line-height: 15pt;
}

/* style des url */

#content a, #content a visited {
	color:#c00;
	text-decoration:underline;
	}
	
#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }


/* Titres niveaux 1 a 6 */

#content h1 {
	font-size:24pt;
	font-weight: bold;
	text-align:left;
	color:#666;
	padding: 5px 0;
	}
		
#content h2 {
	font-size:21pt;
	font-weight: bold;
	color:#666;
	padding: 2px 0;
	}

#content h5 {
	font-size:13pt;
	font-weight: bold;
	color:#666;
	line-height: 17pt;
	}
	
#content h6 {
	font-size:11pt;
	font-weight: bold;
	color:#666;
	line-height: 17pt;
	}

/* listes à puces */

#content ul {
  font-size : 13pt;
  line-height: 17pt;
  list-style-type:circle;
}

#content li {
  margin-left : 10pt;
}

/*  ////////////////////////////////////////////////////  */
/*  /////// AFFICHAGE DES EXTENSIONS FRONTEND   ////////  */
/*  ////////////////////////////////////////////////////  */

/*  //////////////////////////////////////////////////////////////  */		
/*  ////////// RIGHT_COL (colonne contenant les Extras) //////////  */
/*  //////////////////////////////////////////////////////////////  */		

#right_col { /* balise div contenant les Extras */
	position: relative;
	width: 150pt;
	padding: 20pt;
	margin-bottom: 0pt;
	}
	
#right_col h1 { /* titre des Extras */
	font-size:12pt;
	font-weight: bold;
	color:#333;
	line-height: 17pt;
	}
	
#right_col p { /* texte des Extras */
	font-size:11pt;
	line-height: 17pt;
	font-weight: normal;
	color:#666;
	}
	
#right_col a, #right_col a:visited {
	color:#c00;
	text-decoration:underline;
	}
	
#right_col a:hover {
	color:#c00;
	text-decoration:none;
	}
	
/*  ///////////////////////////////////////////  */		
/*  ////////// FOOTER (pied de page) //////////  */
/*  ///////////////////////////////////////////  */		

	
#footer {
display: none;
	clear:both;
	}

/* End CSS Document */
