/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	font-size: 12px;
	background-image: url(images/fond2.jpg);
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

a:link {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#800000;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
font-family: Arial,sans-serif;
 font-size: 120%;
 color: #ffffff;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.box1 {
    padding: 3px;
	
	}


.cgauche {  
	/*margin: 0px auto;*/
	width: 220px;
	text-align: center;
	background-image: url(images/bd2.jpg);
	/*padding: 8px 8px 0 8px;*/
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;	
}

.cdroite {  
	/*margin: 0px auto;*/
	width: 250px;
	text-align: right;
	background-image: url(images/bd3.jpg);
	/*padding: 8px 8px 0 8px;*/
	font-size: 12px;
	
}

/************* #siteInfo styles ***************/

.pied{ 
         font-family:Times New Roman, Courrier, Verdana, sans-serif;
	     color: #000000;
		 font-size: 9px;
	     font-weight: normal;
	
    }	


