/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* Styles Diaporama Anglais/Espagnol */
.feature2{
	padding: 10px 0px 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 17px;
	margin-right: 100px;
	color: #666666;
}

#content3{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 588px;
	padding: 45px 5px 5px 5px;
	background-image: url(/images/Lignes%20Droite.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.section_principaleEN {
	color: #9B9074;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 17px;
	margin-right: 157px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	margin-top: 28px;
}

#slideshow{
	background-color: #000000;
	height: 184px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Styles du menu accordéon */

.glossymenu{
	display: block;
	text-align: left;
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 8px;
	font-weight: bold;
}

.glossymenu a.menuitem{
text-align: left;
	display: block;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
	color: #FFFFFF;
	position: relative;
	background-color: #9B9074;
	border-bottom: 1px solid #CCCCCC;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
outline: none;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
text-align: left;
	display: block;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
	color: #FFFFFF;
	background-color: #766e5a;
	border-bottom: 1px solid #666666;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #ADA48D;
	margin-left: 5px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #CCCCCC;
font-weight: normal;
}

.glossymenu div.submenu ul li a{
display: block;
color: #000000;
text-decoration: none;
padding: 6px 6px 6px 6px;
border-bottom: 1px solid #CCCCCC;
}

.glossymenu div.submenu ul li a:hover{
	background-color: #C1BBAA;
	color: white;
}

/* Styles de l'entete */

.bandeau {
	height: 15px;
	width: 100%;
}
.bandeau_gauche {
	background-color: #CC3333;
	height: 10px;
	font-size: 10%;
}
.bandeau_droit {
	background-color: #FCCC00;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: 190px;
	font-size: 10%;
}

.titre_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 17px;

}

/* -------------------------- */
/* -     Onglets     - */
/* -------------------------- */
#onglets{
	display: block;
	margin-top: 0px;
	margin-left: 17px;
	margin-bottom: 0px;
	height: 15px;
}
#onglets ul{ border-top:1px solid #000; background-color:#2A2A2A; }
#onglets ul:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#onglets li{
	list-style:none;
	float:left;
	height:13px;
	padding:0;
	line-height:12px;
	border-left-style: solid;
	border-left-color: #333333;
	border-left-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#onglets a{
	float:left;
	font: Verdana;
	font-size:9px;
	line-height:13px;
	vertical-align:middle;
	font-weight:normal;
	text-decoration:none;
	padding: 0px 20px 0px 6px;
}
#onglets a:link{
	color:#333333;
}
#onglets a:visited{
	color:#333333;
}
#onglets a:hover{
	font-weight:bold; color:#000000;
}
#onglets a:active{
	color:#000000;
	font-weight: bold;
}

/* -------------------------- */
/* -     Menu principal     - */
/* -------------------------- */
#menu_principal{
	height:25px;
	background-color:#2A2A2A;
	border-bottom:1px solid #000;
	background-image: url(images/Bouton2Accueil.jpg);
}
#menu_principal ul{ border-top:1px solid #000; background-color:#2A2A2A; }
#menu_principal ul:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#menu_principal li{
	list-style:none;
	float:left;
	height:21px;
	line-height:21px;
	border-right:1px solid #000;
	padding-left: 17px;
	padding-right: 17px;
}
#menu_principal a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	vertical-align:middle;
	text-decoration:none;
}
#menu_principal a:link{
	color:#FFFFFF;
}
#menu_principal a:visited{
	color:#FFFFFF;
}
#menu_principal a:hover{
	color:#fe5400;
	font-weight: bold;
}
#menu_principal a:active{
	color:#FFFFFF;
}
#menu_principal .fermeture{ content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; font-size: 0; }

/* -------------------------- */
/* -     Menu accueil     - */
/* -------------------------- */
#menu_accueil{
	background-color:#2A2A2A;
	height: 150px;
	width: 180px;
	text-align: center;
}

#menu_accueil a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
}
#menu_accueil a:link{
	color:#FFFFFF;
}
#menu_accueil a:visited{
	color:#FFFFFF;
}
#menu_accueil a:hover{
	color:#fe5400;
	font-weight: bold;
}
#menu_accueil a:active{
	color:#FFFFFF;
}

#menu_accueil_b1{
	background-color:#2A2A2A;
	height: 24px;
	text-align: center;
	background-image: url(images/Bouton1Accueil.jpg);
	background-repeat: no-repeat;
	background-position: 31px;
	padding-top: 4px;
}


/* -------------------------- */
/* -     Liens gauche     - */
/* -------------------------- */

.pageTitle{
display: block;
text-align: center;
padding: 85px 0px 20px 0px;
color: #FFFFFF;
font-size: 20px;}

/*-------------- Menu 1 (start) --------------*/
div.menu1{
	display: block;
	text-align: left;
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 8px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

/*-------------- Menu 1 (end) --------------*/
/*-------------- Menu 2 (start) --------------*/
div.menu2{
	display: block;
	width: 132px;
	text-align: center;
	padding-left: 17px;
}

a.menu2:link, a.menu2:visited{
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
	color: #FFFFFF;
	background-color: #9B9074;
	border-bottom: 1px solid #CCCCCC;
}

a.menu2:hover{
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
	color: #FFFFFF;
	background-color: #766e5a;
	border-bottom: 1px solid #666666;
}

a.menu2On:link, a.menu2On:visited, a.menu2On:hover{
text-align: left;
display: block;
text-decoration: none;
padding: 6px 6px 6px 6px;
color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
background-color: #9B9074;
}
/*-------------- Menu 2 (end) --------------*/
/*-------------- Menu 3 (start) --------------*/
div.menu3{
	display: block;
	background-color: #FFFFFF;
	width: 122px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 10px;
}

a.menu3:link, a.menu3:visited{
text-align: left;
display: block;
text-decoration: none;
color: #666666;
font-weight: bold;
padding: 3px 6px 3px 6px;}

a.menu3:hover{
	text-align: left;
	display: block;
	text-decoration: none;
	color: #CC6600;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
}

a.menu3On:link, a.menu3On:visited, a.menu3On:hover{
text-align: left;
display: block;
text-decoration: none;
color: #CC6600;
font-weight: bold;
padding: 3px 6px 3px 6px;}
/*-------------- Menu 3 (end) --------------*/
/*-------------- Menu 4 (start) --------------*/
div.menu4{
	display: block;
	width: 132px;
	padding-bottom: 3px;
	padding-top: 8px;
	text-align: left;
}

a.menu4:link, a.menu4:visited{
text-align: left;
display: block;
text-decoration: none;
color: #FFFFFF;
padding: 0px 6px 6px 12px;
border-bottom: 1px solid #CCCCCC;}

a.menu4:hover{
	text-align: left;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #766e5a;
	padding: 0px 6px 6px 12px;
	border-bottom: 1px solid #666666;
}

a.menu4On:link, a.menu4On:visited, a.menu4On:hover{
text-align: left;
display: block;
text-decoration: none;
color: #FFFFFF;
padding: 0px 6px 6px 12px;
border-bottom: 1px solid #FFFFFF;}
/*-------------- Menu 4 (end) --------------*/
/*-------------- Menu 5 (start) --------------*/
div.menu5{
	display: block;
	width: 132px;
	text-align: center;
}

a.menu5:link, a.menu5:visited{
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 6px 6px 3px 6px;
	color: #FFFFFF;
	background-color: #9B9074;
}

a.menu5:hover{
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 6px 6px 3px 6px;
	color: #FFFFFF;
	background-color: #766e5a;
}

a.menu5On:link, a.menu5On:visited, a.menu5On:hover{
text-align: left;
display: block;
text-decoration: none;
padding: 6px 6px 3px 6px;
color: #FFFFFF;
background-color: #9B9074;
}
/*-------------- Menu 2 (end) --------------*/

.menu {
	font-size: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 0px;
	margin-left: 17px;
	margin-bottom: 0px;
}
#armoiries {
	width: 20%;
	vertical-align: top;
	padding-top: 15px;
}



body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #dcdcd3;
}

a{
	color: #0058a1
;
	text-decoration: none;
}

a:link{
	color: #0058a1
;
	text-decoration: none;
}

a:visited{
	color: #0058a1
;
	text-decoration: none;
}

a:hover{
	color: #0058a1
;
	text-decoration: underline;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

h3{
	font-size: 110%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	padding: 2px 2px 2px 12px;
	position: relative;
	top: 4px;
	width: 60%;
	font-size: 100%;
	bottom: 0px;
	background-image: url(images/sm_portee_wmGray10.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	z-index: auto;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	padding: 2px 2px 2px 0px;
	top: 4px;
	font-size: 100%;
	bottom: 0px;
	z-index: auto;
	position: relative;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
	list-style-type: circle;
	font-size: 90%;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px;
	width: 100%;
	margin: 0px;
}

#programmes{
	padding: 14px 0px 0px 15px;
	width: 205px;
	float: left;
	border: 0;
}

#titre_programmes{
	width: 205px;
	float: left;
	border: 0;
	text-align: center;
	padding-left: 15px;
	padding-top: 2px;
	background-image: url(images/Bouton2Accueil.jpg);
}

#activites{
	margin: 0px;
	width: 216px;
	float: left;
	padding-top: 15px;
}

#titre_activites{
	margin: 0px;
	width: 216px;
	float: left;
	text-align: center;
	padding-top: 2px;
	border-right:1px solid #000;
	border-left:1px solid #000;
	background-image: url(images/Bouton2Accueil.jpg);
}

#ecole{
	margin: 0px 0px 0px 1px;
	width: 127px;
	float: left;
	padding-top: 15px;
}

#titre_ecole{
	margin: 0px;
	width: 135px;
	float: left;
	text-align: center;
	padding-top: 2px;
	background-image: url(images/Bouton2Accueil.jpg);
	border-right: 1px solid #000;
}

#page-principale{
	width: 765px;
	height: auto;
	margin: 20px auto;
	text-align: left;
}

#navBar{
	margin: 0px;
	padding: 5px;
	font-size: 60%;
	vertical-align: top;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 158px;
	background-color: #9B9074;
}


#liens{
	margin: 0px;
	padding: 10px 5px 5px 5px;
	font-size: 10px;
	vertical-align: top;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #9B9074;
	color: #666666;
}

#headlines{
	margin: 0px;
	padding: 5px;
	font-size: 80%;
	height: auto;
	vertical-align: top;
	margin: 0px;
}

#headlines_white{
	border-left: 1px solid #9e9188
;
	height: auto;
	vertical-align: top;
	margin: 0px;
	background-color: #FFFFFF;
}

#photos_content {
	margin:0 auto 0 auto;
	padding:0;
	height: 210px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #000000;
}

#content{
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 45px 5px 5px 5px;
}

#content2{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 596px;
	padding: 45px 5px 5px 5px;
}

#en_vedette{
	padding: 5px;
	text-align: center;
	padding-top: 0px;
	height: auto;
}

/************* Accueil styles **************/
.titre_vedette {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.section_principale {
	color: #990000;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	border-bottom-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 17px;
	margin-right: 17px;
	line-height: 28px;
}

.retour_haut {
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	border-bottom-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	text-align: center;
	background-image: url(images/Fleches_retour.jpg);
	background-repeat: no-repeat;
	background-position: center 18px;
	position: relative;
}

#retour_haut_lien {
	top: 2px;
	width: 35px;
	height: 23px;
	position: absolute;
	background-color: transparent;
}
		
/*-------------- Nouvelles (start) --------------*/
.nouvelles{
	color: #666666;
	margin-bottom: 10px;
	margin-left: 17px;
	margin-right: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.nouvelles ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 17px;
}

.nouvelles li{
	border-bottom: 1px solid #C8C8B5;
	list-style-type: none;
	padding-left: 10px;
	background-image: url(images/fleche1.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-top: 10px;
}


.nouvelles h4{
color: #666666;
font-size: 10px;
font-weight: bold;
padding: 0px;
margin: 0px;}

.nouvelles p{
	padding: 0px 0px 10px 0px;
	margin: 2px;
}

.nouvelles a:link, .nouvelles a:visited{
font-weight: bold;
text-decoration: none;
color: #CF7011;}

.nouvelles a:hover{
font-weight: bold;
text-decoration: underline;
color: #CF7011;}
/*-------------- Nouvelles (end) --------------*/

/*-------------- Nouvelles2 (start) --------------*/
.nouvelles2{
	color: #666666;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.nouvelles2 ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 17px;
}

.nouvelles2 li{
	border-bottom: 1px solid #C8C8B5;
	list-style-type: none;
	padding-left: 10px;
	background-image: url(images/fleche1.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-top: 10px;
}


.nouvelles2 h4{
color: #666666;
font-size: 10px;
font-weight: bold;
padding: 0px;
margin: 0px;}

.nouvelles2 p{
	padding: 0px 0px 10px 0px;
	margin: 2px;
}

.nouvelles2 a:link, .nouvelles a:visited{
font-weight: bold;
text-decoration: none;
color: #CF7011;}

.nouvelles2 a:hover{
font-weight: bold;
text-decoration: underline;
color: #CF7011;}
/*-------------- Nouvelles2 (end) --------------*/


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #9e9188
;
color: #9e9188
;
}
 
#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName2935{
	background-image: url(images/portee_pantone2935.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B9074;
	background-repeat: no-repeat;
	background-position: center center;
	color: #9e9188;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9B9074;
	background-color: #000000;
}

#pageName2955{
	background-image: url(images/portee_pantone2955.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B9074;
	background-repeat: no-repeat;
	background-position: center center;
	color: #9e9188;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9B9074;
	background-color: #000000;
}

#pageName3955{
	background-image: url(images/portee_pantone716new.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B9074;
	background-repeat: no-repeat;
	background-position: center center;
	color: #9e9188;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9B9074;
	background-color: #000000;
}

#pageName2955old{
	background-image: url(images/portee_pantone2955old.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9188;
	background-repeat: no-repeat;
	background-position: right center;
	color: #9e9188;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9e9188;
	background-color: #e8e3dc;
}

#pageName555{
	background-image: url(images/portee_pantone555.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B9074;
	background-repeat: no-repeat;
	background-position: center center;
	color: #9e9188;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9B9074;
	background-color: #000000;
}
#pageName5535{
	background-image: url(images/portee_pantone5535.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B9074;
	background-repeat: no-repeat;
	background-position: center center;
	color: #9e9188;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9B9074;
	background-color: #000000;
}
#pageName704{
	background-image: url(images/portee_pantone704.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9188;
	background-repeat: repeat-y;
	background-position: right center;
	color: #9e9188;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9B9074;
	background-color: #e8e3dc;
}
#pageName485{
	background-image: url(images/portee_pantone485.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9188;
	background-repeat: no-repeat;
	background-position: right center;
	color: #9e9188;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9e9188;
	background-color: #e8e3dc;
}
#pageName_wmGray10{
	background-image: url(images/portee_pantone_wmGray10.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9188;
	background-repeat: repeat-y;
	background-position: right center;
	color: #9e9188;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9B9074;
	background-color: #e8e3dc;
}
#pageName_wmGray7{
	background-image: url(images/portee_pantone_wmGray7.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9188;
	background-repeat: repeat-y;
	background-position: right center;
	color: #9e9188;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9B9074;
	background-color: #e8e3dc;
}

#pageName716{
	background-image: url(images/portee_pantone716.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9188;
	background-repeat: no-repeat;
	background-position: right center;
	color: #9e9188;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9e9188;
	background-color: #e8e3dc;
}
#pageNameCyan{
	background-image: url(images/portee_pantone_proCyan.jpg);
	margin: 0px;
	padding: 8px 10px 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9188;
	background-repeat: no-repeat;
	background-position: right center;
	color: #9e9188;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9e9188;
	background-color: #e8e3dc;
}
/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 17px;
	margin-right: 17px;
	color: #666666;
}

.communique{
	padding: 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 17px;
	margin-right: 17px;
	font-size: 11px;
	color: #666666;
	}

.feature h3{
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}

.feature img{
	padding: 4px;
	z-index: 1;
}

/************** .news styles *****************/

.news{
	padding: 3px 17px 0px 17px;
	margin: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.news p{
	padding: 0px;
}

.news ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 17px;
	font-size: 10px;
	color: #878787;
}

.news li{
	list-style-type: none;
	padding-left: 10px;
	background-image: url(images/fleche1.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-bottom: 6px;
}

.news a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #666666;
}

.news a:hover{
	color:#000000;
	text-decoration: underline;
}

/************** .story styles *****************/

.story{
	padding: 3px 17px 0px 17px;
	font-size: 80%;
	margin: 0px;
	clear: both;
}

.story p{
	padding: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 66%;
	color: #9e9188
;
	padding: 5px 17px 5px 17px;
	vertical-align: top;
	border-top: 1px solid #9e9188
;
	background-color: #FFFFFF;
}
/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 5px;
	border-right-color: #9e9188;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/* #navBar a {border-top: 1px solid #cccccc;} */

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	padding-left: 0px;
	margin: 0px;
	padding-right: 5px;
	background-color: #FFFFFF;
	width: 170px;
}

#sectionLinks h3{
	padding: 10px 0px 10px 10px;
}

#sectionLinks li {
	margin-left: 10px;
	margin-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#sectionLinks li li {
	display: block;
	font-size: 90%;
}

#sectionLinks a:hover{
	background-color: #fff5d1;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	display: block;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

.story h3 {
	padding: 10px 0px 0px;
	text-align: left;
}
#breadCrumb a {
}
.BandeFilet {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#encart {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	float: left;
	text-align: center;
	padding: 2px;
	border: 1px outset #9e9188
;
	width: 15%;
	margin: 2px;
}
.feature hr {
	width: 64%;
	text-align: center;
}
.bande_bas {
	border-top: 1px solid #9e9188
;
	display: block;
}
.feature form {
	display: block;
	border: 1px solid #e8e3dc;
	padding: 10px;
	background-position: center;
	font-size: 90%;
}
#tableau {
	display: block;
	padding: 2px;
	clear: both;
	float: none;
	width: 97%;
}
.tableau_ligne {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e3dc;
	vertical-align: top;
}
.tableau_titre {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e3dc;
	border-top-width: 0px;
	border-top-style: none;
}
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
}
.detail {
	font-size: 90%;
}
ul ul ul ul {
	list-style-type: lower-roman;
}
#sectionLinks a {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9e9188;
	border-right-color: #9e9188;
	border-bottom-color: #9e9188;
	border-left-color: #9e9188;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#navbar h3 {
	padding-bottom: 10px;
}
.calendrier {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 90%;
	clear: both;
	float: Aucune;
	width: 100%;
}
.calendrier_titre {
	font-size: 110%;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.claendrier_coord {
	background-color: #e8e3dc;
	width: 100%;
	margin: auto;
}
.calendrier_details {
	text-align: center;
	width: 100%;
}
.emphase {
	font-weight: bold;
}
.calendrier_date {
	background-color: #e8e3dc;
	width: 100%;
	margin: auto;
	text-align: left;
}
.calendrier_lieu {
	background-color: #e8e3dc;
	width: 100%;
	margin: auto;
	text-align: right;
	font-style: italic;
	white-space: nowrap;
}

