@charset "iso-8859-1";
#bandeau {
background-image:url(img/bg_top.gif);
background-repeat: repeat;
}

body{
	background-image:url(img/bg_head.jpg);
	background-repeat:repeat-x;
	font-family: Arial,sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #3c3caa;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color:#FF0000;
}

.textRedBold{
	color:#FF0000;
	font-weight:bold;
}

.txtblue{
	color:#3C3CAA;
}

.txt_white{
	color:#FFFFFF;
}

.txtBlackBold{
	color:#333333;
	font-weight:bold;
}

.txtBlack{
	color:#333333;
}

.titre1{
	font-weight:bold;
	color:#3C3CAA;
}

.titre2{
	font-weight:bold;
}

.stitre{
	color:#3C3CAA;
	font-style:italic;
}

.stitre2{
	color:#3C3CAA;
	font-style:italic;
	font-weight:bold;
}

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

h1{
 font-size: 120%;
 color: #3c3caa;
}

h2{
 font-size: 114%;
 color: #3c3caa;
}
/************* #Box styles ********************/

#boxContent{
background-color: #EEEEEE;
}

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

#siteInfo{
	background-image:url(img/bg_siteInfo.gif);
	font-size: 90%;
	color: #bbbbbb;
}

#siteInfo a{ 
	font-weight:normal;
	color:#FFFFFF;
}
