/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #003366;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
    font-size: 100%;
}

a:hover {
	text-decoration: underline;
    font-size: 100%;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 90%;
 font-weight: bold;
 color: #333363;
}

h5{
 font-size: 80%;
 color: #334d55;
}

ul{
 
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
	background-color: #ddeeFF;
	   
}

#navBar{
	margin: 0 83% 0 2%;
	padding: 0px;
	background-image: url(../img/menu.png);
}

#navBar a:link, a:visited, a:hover {
	color: #006699;	
	font-size:12px;
	font-weight:bold;	
	text-decoration: none;
}


#navBar2{
	margin: 0 83% 0 2%;
	padding: 0px;
	
	background-color: #eeeefe;
	border-right: 4px solid #ccccee;
	border-bottom: 4px solid #ccccee;
	border-left: 1px solid #ccccee;
	border-top: 1px solid #ccccee;
}

#navBar2 a:link, a:visited, a:hover {
	color: #006699;	
	font-size:12px;
	font-weight:bold;	
	text-decoration: none;
}

#navBaraa2{
	margin: 0 83% 0 2%;	

	padding: 0px;
	background-color: #eeeefe;
	border-right: 4px solid #ccccee;
	border-bottom: 4px solid #ccccee;
	border-left: 1px solid #ccccee;
	border-top: 1px solid #ccccee;
}

#navBaraa2 a:link, a:visited, a:hover {
	color: #006699;	
	font-size:12px;
	font-weight:bold;	
	text-decoration: none;
}


#content{
  float:right;
	width: 78%;
	margin: 0;
	padding: 0 3% 0 0;
	background-color:#FFFFFF;

}

#content_centre{
  float:center;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#content2{
  float:none;
	width: auto;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/
.tablo{
	background-color: #ddeeff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #88c;
	margin-left: 10px;

	
	}

.cadre{
	border-right: 2px solid #88c;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #88c;
    background-image: url(bouton.php?from=ffffff&to=cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddeeff));
    background: -moz-linear-gradient(top,  #ffffff,  #ddeeff);
    background: -o-linear-gradient(top,  #ffffff,  #ddeeff);
	-moz-border-radius: 17px;
    -webkit-border-radius: 17px;

}

.cadrerouge{
	border-right: 2px solid #c88;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #c88;
    background-image: url(bouton.php?from=ffffff&to=cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eebb99));
    background: -moz-linear-gradient(top,  #ffffff,  #eebb99);
    background: -o-linear-gradient(top,  #ffffff,  #eebb99);
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	font-size: 12px;
	text-align: right;

}

.tablorouge{
	background-color: #ffddee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #88c;
	margin-left: 5px;
}

.tablo2{
	margin-left: 5px;
	background-color: #ccddFF;
}

.tablo22{
	margin-left: 5px;
	background-color: #ccddFF;
	background-image:url(../img/fond.jpg)
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
	.but {
	background-color:#aaFFFF;
	background-repeat:no-repeat;
	color:#003333;
	font-weight:bolder;
	cursor:pointer;
	margin:1px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right:1px!important;
	padding-left:1px!important;
	padding:0px;
	border:solid 1px #003333!important;
	border:solid 1px #FFF;
	height: 14px;
	}

	.butAff {
	background-color:#aaFFFF;
	background-repeat:no-repeat;
	color:#003333;
	font-weight:bolder;
	cursor:pointer;
	margin:1px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right:1px!important;
	padding-left:1px!important;
	padding:0px;
	border:solid 0px #003333!important;
	border:solid 0px #FFF;
	height: 14px;
	background-image: url(../img/affecter.gif);
	width: 48px;
	}

	.but2 {
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	color:#000033;
	font-weight:bolder;
	cursor:pointer;
	margin:2px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:5px!important;
	padding-left:5px!important;
	padding:0px;
	border:solid 1px #0000A3!important;
	height: 14px;
	}
	
	.btntxt {
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #81A6D0;
	
    background-image: url(bouton.php?from=ffffff&to=cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaccff));
    background: -moz-linear-gradient(top,  #ffffff,  #aaccff);
    background: -o-linear-gradient(top,  #ffffff,  #aaccff);
        border: 1px solid #5186a0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;

	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: #225588;
	text-decoration: none;
	cursor: pointer;
}
	.btntxt a {
	color: #005588;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

	.btntxt:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    background-image: url(bouton.php?from=ccccfc&to=adddfd);
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ccccfc), to(#adddfd)) !important;
    background: -moz-linear-gradient(top,  #ccccfc,  #adddfd) !important;
    background: -o-linear-gradient(top,  #ccccfc,  #adddfd) !important;
    }

	.btntxtgros {
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #81A6D0;
	
    background-image: url(bouton.php?from=ffffff&to=cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaccff));
    background: -moz-linear-gradient(top,  #ffffff,  #aaccff);
    background: -o-linear-gradient(top,  #ffffff,  #aaccff);
        border: 1px solid #5186a0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;

	padding-top: 15px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	color: #225588;
	text-decoration: none;
	cursor: pointer;
}
	.btntxtgros a {
	color: #005588;
	text-decoration: none;
}

	.btntxtgros:hover {
    background-image: url(bouton.php?from=ccccfc&to=adddfd);
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ccccfc), to(#adddfd)) !important;
    background: -moz-linear-gradient(top,  #ccccfc,  #adddfd) !important;
    background: -o-linear-gradient(top,  #ccccfc,  #adddfd) !important;
    }

	.btntxtrouge {
	font-size: 11px;
	font-weight: bold;
	
    background-image: url(bouton.php?from=ffffff&to=cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffaaaa));
    background: -moz-linear-gradient(top,  #ffffff,  #ffaaaa);
    background: -o-linear-gradient(top,  #ffffff,  #ffaaaa);
        border: 1px solid #f02621;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #f02621;
	text-decoration: none;
	cursor: pointer;
}

	.btntxtrouge a {
	font-size: 11px;
	font-weight: bold;
	color: #f02621;
	text-decoration: none;
}

	.btntxtrouge:hover {
	font-size: 11px;
	font-weight: bold;
    background-image: url(bouton.php?from=ccccfc&to=adddfd);
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fccccc), to(#fddddd)) !important;
    background: -moz-linear-gradient(top,  #fccccc,  #fddddd) !important;
    background: -o-linear-gradient(top,  #fccccc,  #fddddd) !important;
    }

	.btntxt222 {
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #81A6D0;
	background: white url(../img/bbt.gif) repeat-x left bottom;
    background-image: url(bouton.php?from=ffffff&to=cccccc);
	padding-top: 0px;
	padding-bottom: 1px;
	color: #336699;
	text-decoration: none;
	cursor: pointer;
}
#newtable a {
    display: block;
    padding: 1px;
    background-image: url(bouton.php?from=ffffff&to=cccccc);
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
    background: -moz-linear-gradient(top,  #ffffff,  #cccccc);
    background: -o-linear-gradient(top,  #ffffff,  #cccccc);
        border: 1px solid #aaa;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#newtable li:hover {
    background: transparent !important;
}

#newtable a:hover {
    background-image: url(bouton.php?from=cccccc&to=dddddd);
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)) !important;
    background: -moz-linear-gradient(top,  #cccccc,  #dddddd) !important;
    background: -o-linear-gradient(top,  #cccccc,  #dddddd) !important;
    }

#newtable li a:hover {
    text-decoration: none;
}

	.btnrg {
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #D081A6;
	background: white url(../img/bbt.gif) repeat-x left bottom;
	padding-top: 0px;
	padding-bottom: 1px;
	color: #996633;
	text-decoration: none;
	cursor: pointer;
}

	.btnrond {
	font-size: 10px;
	font-weight: bold;
	border: solid 0px ;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #336699;
	text-decoration: none;
	cursor: pointer;
	background-image: url(../img/rond.gif);
	height: 26px;
	width: 26px;
}


	.listbx {
	background-repeat:no-repeat;
	color:#003333;
	font-weight:bolder;
	cursor:pointer;
	margin:1px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right:1px!important;
	padding-left:1px!important;
	padding:0px;
	border:solid 1px #8686a8!important;
	border:solid 1px #FFF;
	height: 15px;
	}

	.listbx2 {
	background-repeat:no-repeat;
	color:#003333;
	font-weight:bolder;
	cursor:pointer;
	margin:1px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:1px!important;
	padding-left:1px!important;
	padding:0px;
	border:solid 1px #8686a8!important;
	border:solid 1px #FFF;
	height: 18px;
	}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story2{
	clear: both;
	padding: 20px 0px 20px 50px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 1px 0px 1px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#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 li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 90%;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 0px solid #cccccc;
	font-size: 90%;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 0px solid #cccccc;
	padding: 2px 0px 2px 10px;
	font-size: 90%;
}

#sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	font-size: 90%;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 0px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** pour les bulles styles **************/

#divZone2 #bulle{
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	text-decoration: none;
}

#divZone2 #bulle span{
	background: transparent url(../img/Bulle.gif) no-repeat scroll 0px 0px;
	
	color: #514473;
	cursor: default;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 88px;
	left: 20px;
	line-height: 12px;
	padding: 12px 10px 0 20px;
	position: absolute;
	top: -85px;
	visibility: hidden;
	width: 264px;
	z-index: 9;
	text-decoration: none;
}


#divZone2 #bulle:hover span{
	visibility: visible;
}


#divZone2 #bulle3{
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	text-decoration: none;
}

#divZone2 #bulle3 span{
	background: transparent url(../img/Bulle3.gif) no-repeat scroll 0px 0px;
	color: #514473;
	cursor: default;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 159px;
	left: 10px;
	
	padding: 20px ;
	
	position: absolute;
	top: -85px;
	visibility: hidden;
	width: 264px;
	z-index: 9;
	text-decoration: none;
}


#divZone2 #bulle3:hover span{
	visibility: visible;
}
.Style2 .Style1 {
	color: #333;
}
notebas {
	color: #333;
}
.corrige {
	font-size: xx-small;
}
autre {
	text-align: center;
}
