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

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

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

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

a:hover {
	background-color:#BBE0E3;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

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

img{
    border-style: none;
}

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

h2{
 font-size: 114%;
 color: #006699;
 padding: 0px 0px 5px 20px;
}

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

h4{
 font-size: 90%;
 font-weight: normal;
 color: #333333;
}

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

ul{
 list-style-type: square;
}

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{
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #cccccc;*/
	margin:8px 8px 0px 8px;
	background-color:transparent;
}

#navBar{
	margin: 8px 0 8px 8px;
	/*border: 1px solid #cccccc;*/
	width: 16%;
	background-color:transparent;
	background:url(images/AngleBD.gif) bottom right no-repeat;
}

#content{
  	float:right;
	width: 78%;
	margin: 8px 8px 8px 0px;
	background-color:transparent;	
}

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

#siteName{
	margin: 0px;
	padding: 10px 0px 5px 0px;
	background:url(images/barreL.jpg) top left repeat-y;
	text-align: center;
}

/*************** #boxName styles **************/

#boxName{
	padding: 5px 5px 5px 25px;
	background:url(images/barreM.jpg) top left repeat-y;
	text-align: left;
	/*border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	border-top: 1px solid #cccccc;*/
	width: auto;
}

/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 0px;
	font-size: 80%;
	margin:0 0 8px 0;
	text-align: justify;
	/*border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;*/
}

.feature h3{
	padding: 10px 0px 0px 25px;
	text-align: left;
}

.feature img{
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 10px;
}

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

.story{
	clear: both;
	padding: 10px 0px 10px 0px;
	font-size: 80%;
	/*border: 1px solid #cccccc;*/
	margin:0 0 8px 0;
	text-align: justify;	
}

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


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	margin:0px 8px 0px 8px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

/* 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" */


/*********** #navBar link styles ***********/



#navTitle{
	padding: 5px 0px 5px 25px;
	background:url(images/barreS.jpg) top left repeat-y;
	text-align: left;
}

#navBar ul a:link, #navBar ul a:visited {
	display: block; 
}

#navBar ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

#navBar li {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sectionLinks{
	padding: 8px 0px 6px 0px;
	background:url(images/AngleHG.gif) top left no-repeat;
}

#sectionLinks h4{
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	text-align:left;
}

#sectionLinks a:link{
}

#sectionLinks a:hover{	
	margin: 0px 5px 0px -5px;
	padding: 0 0px 0 5px;	
	background-color:#BBE0E3;
	text-decoration: none;
}

/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */

#calendrier li{
	list-style: none;	
}

#libelle {
	width: 210px;
	margin: 0 auto;
	padding: 0;
}
.ligne {
	width: 210px;
	margin: 0 auto;
	padding: 0;
} 
#libelle li {
	float : left;
	width : 30px; 
}
.ligne li {
	color: #000;
	float : left; 
	width : 30px; 
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

li.itemCurrentItem {
	/* A vous de configurer l'apparence de la date du jour */
}

li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
}		