@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;
	}
hr {	
	color: #cfcfcf
	background: #cfcfcf;
	background-color: #cfcfcf;
	border: 0px;
	height: 1px;
	width:100%;
	}

/*  ///////////////////////////////////////////////////////////////////////////  */		
/*  ////////// WRAPPERS (balises div englobant d'autres balises div) //////////  */
/*  ///////////////////////////////////////////////////////////////////////////  */		

body { 
	background: #808080 url(style_FILES/fonddegrade.jpg) repeat-x;
	/*background-repeat: repeat-y;*/
	background-attachment: scroll;
	background-position: center top;
	color: #666;
	font: 0.95em Verdana,Tahoma,Arial,sans-serif;
	text-align:center;
	}

#wrapper { /* balise div qui englobe toute la page */
	background: url(style_FILES/fond-accueil.jpg) no-repeat;
	color:#666;
	margin:0 auto;
	width:1024px;
	text-align:left;
	position:relative;
	}
	
#main_container { /* balise div qui englobe les 2 colonnes laterales, le breadcrumb et le content */
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
	}

.main_2col { /* pour template 2 colonnes */
	background:url(style_FILES/main_bg_2col.gif);
	}
/*	
.main_left_col { /* pour template 1 colonne a gauche */
	background:url(style_FILES/main_bg_left_col.gif);
	}
*/	
.main_right_col { /* pour template 1 colonne a droite */
	background:url(style_FILES/main_bg_right_col.gif);
	}
	
.main_no_col { /* pour template 0 colonnes */
	background: #fff;
	}
	
.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 {
	color:#fff;
	font-size:10px;
	/*height: 20px;
	line-height:20px;*/
	padding-top:20px;
	padding-right: 10px;
	text-align:right;
	}
	
#pre_header a {
	color:#000;
	text-decoration:none;
	}
	
#pre_header a:hover {
	text-decoration:underline;
	}

/*  ///////////////////////////////////////////////////////////////  */		
/*  ////////// 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/header.jpg) no-repeat;*/
	height:159px;
	}

#header_title {
	float : left;
	padding-top : 50px;
	padding-left : 50px;
}

#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 : 30px;
	padding-right : 30px;
}

/*  ///////////////////////////////////////////////////////////////  
    ////////// TOP_MENU (menu horizontal sous le header) //////////  
    ///////////////////////////////////////////////////////////////  */		

#top_menu { /* balise div contenant le menu horizontal */
	background-position: left top;
	color:#000;
	font-weight: normal;
	height:116px;
	margin-left: 171px;
	width:168px;
	}
	
#top_menu ul {
	list-style: none;
	margin: 0 /*10px 1px 0px 80px*/;
	height:116px;
	width: 168px;
	}

/*#top_menu ul li {
	font-size:0.8em;
	width: 84px; 
	height:58px;
	position:absolute;
	 }
*/
#top_menu ul li.hmenu0noaccueil a {
	background: url(style_FILES/accueiloff.jpg) no-repeat;
	color:#f00;
	margin:0;
	position:absolute;
	height:58px;
	width: 84px; 
	}
#top_menu ul li.hmenu0noaccueil a:hover {
	background: url(style_FILES/accueilover.jpg) no-repeat;
	margin:0;
	position:absolute;
	height:58px;
	width: 84px; 
	}
	
#top_menu ul li.hmenu0nocontact a {
	background: url(style_FILES/contactoff.jpg) no-repeat;
	margin: 58px 0 0 0;
	position:absolute;
	height:58px;
	width: 84px;
	}
#top_menu ul li.hmenu0nocontact a:hover {
	background: url(style_FILES/contactover.jpg) no-repeat;
	margin: 58px 0 0 0;
	position:absolute;
	height:58px;
	width: 84px; 
	}

#top_menu ul li.hmenu0noprogramme a {
	background: url(style_FILES/programmeoff.jpg) no-repeat;
	margin: 0 0 0 84px;
	position:absolute;
	height:58px;
	width: 84px;
	}
#top_menu ul li.hmenu0noprogramme a:hover {
	background: url(style_FILES/programmeover.jpg) no-repeat;
	margin: 0 0 0 84px;
	position:absolute;
	height:58px;
	width: 84px; 
	}

#top_menu ul li.hmenu0noinscription a {
	background: url(style_FILES/inscriptionoff.jpg) no-repeat;
	margin: 58px 0 0 84px;
	position:absolute;
	height:58px;
	width: 84px; 
	}

#top_menu ul li.hmenu0noinscription a:hover {
	background: url(style_FILES/inscriptionover.jpg) no-repeat;
	margin: 58px 0 0 84px;
	position:absolute;
	height:58px;
	width: 84px; 
	}

#top_menu ul li.hmenu0actaccueil {
	background: url(style_FILES/accueilover.jpg) no-repeat;
	color:#fff;
	margin:0;
	position:absolute;
	height:58px;
	width: 84px; 
	}
#top_menu ul li.hmenu0actcontact {
	background: url(style_FILES/contactover.jpg) no-repeat;
	color:#fff;
	margin: 58px 0 0 0;
	position:absolute;
	height:58px;
	width: 84px; 
	}
#top_menu ul li.hmenu0actprogramme {
	background: url(style_FILES/programmeover.jpg) no-repeat;
	color:#fff;
	margin: 0 0 0 84px;
	position:absolute;
	height:58px;
	width: 84px; 
	}
#top_menu ul li.hmenu0actinscription {
	background: url(style_FILES/inscriptionover.jpg) no-repeat;
	color:#fff;
	margin: 58px 0 0 84px;
	position:absolute;
	height:58px;
	width: 84px; 
	}

    
    
    
/*  ////////////////////////////////////////////////////////////////////////////  */		
/*  ////////// LEFT_COL (colonne contenant le sous-menu horizontal)   //////////  */
/*  ////////////////////////////////////////////////////////////////////////////  
	tout est défini dans la feuille pageutil.css (pages intérieures) 
	ou dans accueil.css (page accueil) */		



/*  ///////////////////////////////////////////////  */		
/*  ////////// BREADCRUMB (fil d'ariane) //////////  */
/*  ///////////////////////////////////////////////  */		

#breadcrumb { /* balise div contenant le fil d'ariane */
	display:none;
	height:10px;
	font-size:10px;
	color:#666;
	text-align:left;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
#breadcrumb a {
	color:#c00;
	text-decoration:underline;
	}
	
#breadcrumb a:hover {
	text-decoration:none;
	}

/*  //////////////////////////////////////////////////  */		
/*  ////////// CONTENT (contenu de la page) //////////  */
/*  //////////////////////////////////////////////////  */		


/* zone de contenu des pages */



/* Classes de placement du contenu selon le template */	

.content_center { /* pour template 2 colonnes */
	margin: 0 171px 20px 171px;
	background:#f00;
	text-align:justify;
	}
	
.content_right { /* pour template 1 colonne a gauche */
	margin: 0 20px 20px 100px;
	text-align:justify;
	}
	
.content_left { /* pour template 1 colonne a droite */
	margin: 0 210px 20px 20px;
	text-align:justify;
	}
	
.content_wide { /* pour template 0 colonnes */
	margin: 0 20px 20px 20px;
	background:#fff;
	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: 0.85em;
line-height: 1.2em;
}

/* style des url */

#content a {color:#000}
#content a visited {
	color:#0c0;
	text-decoration:underline;
	}
	
#content a:hover {
	color:#fff;
	background:#206b6b;
	}

/* Titres niveaux 1 a 6 */

#content h1 {
	font-size:18px;
	font-weight: bold;
	text-align:left;
	color:#206b6b;
	border-left:10px solid #206b6b;
	padding: 5px 0 5px 5px;
	}
		
#content h2 {
	font-size:15px;
	font-weight: bold;
	color:#066;
	padding: 2px 0;
	}

#content h5 {
	font-size:12px;
	font-weight: bold;
	color:#444;
	line-height: 17px;
	}
	
#content h6 {
	font-size:10px;
	font-weight: bold;
	color:#444;
	line-height: 17px;
	}

/* listes à puces */

#content ul {
  font-size : 13px;
  line-height: 17px;
  list-style-type:circle;
}

#content li {
	margin-left : 10px;
	padding-bottom:5px
	}

/*  ////////////////////////////////////////////////////  */
/*  /////// AFFICHAGE DES EXTENSIONS FRONTEND   ////////  */
/*  ////////////////////////////////////////////////////  */

.searchbox-sword { /* searchbox */
	font-size:10px;
	font-style:italic;
}

.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;
} 

/*  //////////////////////////////////////////////////////////////  */		
/*  ////////// RIGHT_COL (colonne contenant les Extras) //////////  */
/*  //////////////////////////////////////////////////////////////  */		

#right_col { /* balise div contenant les Extras */
	position: relative;
	width: 171px;
	padding: 20px;
	margin-bottom: 0px;
	}
	
#right_col h1 { /* titre des Extras */
	font-size:12px;
	font-weight: bold;
	color:#333;
	line-height: 17px;
	}
	
#right_col p { /* texte des Extras */
	font-size:11px;
	line-height: 17px;
	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;
	}


/*  ///////////////////////////////////////////  */		
/*  //////////     PLAN du SITE      //////////  */
/*  ///////////////////////////////////////////  */		
.csc-sitemap a {color:#545454;}

.csc-sitemap ul li {
font-size:0.9em;
list-style-type:square;
margin:4px 0 4px 0;
padding:0;
}
.csc-sitemap ul li a {
display:block;
margin:0;
padding:0 0 0 0;
}

.csc-sitemap li ul li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(personnalisation_FILES/graypixel3.png) repeat-x scroll 0 9px;
font-size:14px;
list-style-type:none;
margin-left:30px;
padding-left:16px;
}
ul.csc-menu-7 li, ul.csc-menu-3 li, ul.csc-menu-1 li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(personnalisation_FILES/graypixel3.png) repeat-x scroll 0 9px;
font-size:14px;
list-style-type:none;
margin-left:30px;
padding-left:16px;
}
ul.csc-menu-3 li {
font-size:12px;
}
ul.csc-menu-7 li a, ul.csc-menu-3 li a, ul.csc-menu-1 li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white none repeat scroll 0 0;
display:block;
}
.csc-sitemap  li ul li a {
	padding-left:4px;
	font-size: 0.8em;
	color:#f0f; 
}
.csc-sitemap  li ul li li {
font-size:12px;
}
ul.csc-menu-7 li ul li, ul.csc-menu-3 li ul li, ul.csc-menu-1 li ul li {
font-size:12px;
}
.csc-sitemap li ul li li li {
font-size:11px;
}

/*  ///////////////////////////////////////////  */        
/*  ////////// BOTTOM (logos bas page) ////////  */
/*  ///////////////////////////////////////////  */

#bottom {
    background: url(style_FILES/zigouigoui.gif) top left no-repeat;
    /*border: solid 1px #17daae;*/
    height: 14px;
    margin:0px 114px;
    position: absolute;
    text-align:left;
    top: 560px;
    /*padding: 5px;*/
    width:70px;
    }

#bottom-inside{
    display: table;
    margin: 0 auto;
}    
#bottom-inside div {
    display: inline;
    margin: 0 2px;
    }
#bottom-inside div.clearboth{
    clear: both;
}
#bottom img {
    margin: 2px;
    }
    
/*  ///////////////////////////////////////////  */		
/*  ////////// FOOTER (pied de page) //////////  */
/*  ///////////////////////////////////////////  */		
	
/*#footer { /* balise div contenant le menu horizontal */
	background-position: left top;
	color:#000;
	font-weight: normal;
	height:116px;
	margin-left: 472px;
	width:168px;
	}
*/	
#footer ul {
	list-style: none;
	margin: 0 /*10px 1px 0px 80px*/;
	height:116px;
	width: 168px;
	}

#footer ul li.hmenu0no55 a {
	background: url(style_FILES/planoff.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin:0;
	position:absolute;
	width: 84px; 
	}
#footer ul li.hmenu0act55 {
	background: url(style_FILES/planover.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin:0;
	position:absolute;
	width: 84px; 
	}
#footer ul li.hmenu0no55 a:hover {
	background: url(style_FILES/planover.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin:0;
	height:58px;
	width: 84px; 
	}

	
#footer ul li.hmenu0no56 a {
	background: url(style_FILES/ireneeoff.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin: 58px 0 0 0;
	position:absolute;
	width: 84px;
	}
#footer ul li.hmenu0act56 {
	background: url(style_FILES/ireneeover.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin: 58px 0 0 0;
	position:absolute;
	width: 84px; 
	}
#footer ul li.hmenu0no56 a:hover {
	background: url(style_FILES/ireneeover.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin: 58px 0 0 0;
	position:absolute;
	width: 84px; 
	}


#footer ul li.hmenu0no54 a {
	background: url(style_FILES/mentionsoff.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin: 0 0 0 84px;
	position:absolute;
	width: 84px;
	}
#footer ul li.hmenu0act54 {
	background: url(style_FILES/mentionsover.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin: 0 0 0 84px;
	position:absolute;
	width: 84px; 
	}
#footer ul li.hmenu0no54 a:hover {
	background: url(style_FILES/mentionsover.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin: 0 0 0 84px;
	position:absolute;
	width: 84px; 
	}
	

#footer ul li.hmenu0no58 a {
	background: url(style_FILES/afdcoff.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin: 58px 0 0 84px;
	position:absolute;
	width: 84px; 
	}
#footer ul li.hmenu0act58 {
	background: url(style_FILES/afdcover.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin: 58px 0 0 84px;
	position:absolute;
	width: 84px; 
	}
#footer ul li.hmenu0no58 a:hover {
	background: url(style_FILES/afdcover.jpg) no-repeat;
	color: #ccc;
	font-size:1px;
	height:58px;
	margin: 58px 0 0 84px;
	position:absolute;
	width: 84px; 
	}




#footer {
	/*background:#808080 url(style_FILES/footer.jpg) no-repeat;*/
	clear:both;
	color:#f00;
	font-size:0.7em;
	height: 232px;
	line-height:30px;
	padding:/*117px*/0 0 0 691px
	/*text-align:center;*/
	}
/*
#footer a {
	color:#f00;
	text-decoration:none;
	font-variant:small-caps}
	
#footer a:hover {
	text-decoration:underline;
	}

*/

/* End CSS Document */
