/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size:11px;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#993300;
}

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: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 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;
}
				
/************************** .boite***************/
.gg{background-image:url(images/gg.gif);height: 40px;}
.dd{background-image:url(images/dd.gif);height: 40px;}
.ghd{background-image:url(images/ghd.gif);width: 190px;}
.ghd1{background-image:url(images/ghd1.gif);width: 190px;} 
.ghd2{background-image:url(images/ghd2.gif);width: 190px;} 
	
.boite{
	font-family: "Arial", Comic Sans MS, "Times New Roman";
	font-size: 11px;
	font-style: normal;
	color: #000000;
	padding: 10px 5px 5px 10px;
	}

.boite1{
	font-family: "Arial", Comic Sans MS, "Times New Roman";
	font-size: 11px;
	font-style: normal;
	color: #000000;
	/*padding: 10px 5px 5px 10px;*/
	}

.titre {
	font-family: "Arial", Comic Sans MS, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #334d55
}


/************************** #menu****************/

.menu {
	font-family: "Arial", Comic Sans MS, "Times New Roman";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	}

.menu a {
	color: #ffffff;
}

.menu a:link{
	color: #ffffff;
}

.menu a:hover{
	color: #ffcc00;
}
/************************** #infor****************/
#infor{
 font-family: Arial,Verdana,sans-serif;
 font-size: 70%;
 color: #000000;
 
}


/************************** #menuLinfk****************/

#menuLinks{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 
}

#menuLinks a {
	color: #ffffff;
	text-decoration: none;
}

#menuLinks a:link{
	color: #ffffff;
	text-decoration: none;
}

#menuLinks a:hover{
	color: #ffcc00;
	text-decoration: none;
}
/************************** #siteInfo****************/

#siteInfo{
	font-size: 11px;
	color: #666666;	
}

#siteInfo a{
color: #993101;
text-decoration: none;
}

#siteInfo a:link {
color: #993101;
text-decoration: none;
}

#siteInfo a:hover {
color: #009900;
text-decoration: none;
}
