/* Start of CMSMS style sheet 'min' */
body {
	background-color: #130E23;
margin: 0;
	padding: 0;
}

/*Set initial font styles*/
body {
	text-align: left;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */

A
{
color:#CC3300;
text-decoration:none; 
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
A:hover
{
color:#FFCC33;
text-decoration:none; 
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}

/*****************basic layout *****************/

div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	
	width: 680px;
/* now that width is set this centers wrapper */
	margin: 0 auto;
	
	color: #CC3300;
}
/
/* END LISTS ****************************************/
.texte {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CC3300;}
.textebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.textepetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
}
.guillemets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #FFCC33;
	text-decoration: none;
}
#boite1 {   width:766px; z-index:2;height:255px; }
#boite2 { position:absolute;margin-top:105px; float:right;margin-left:630px;text-align:right; width:80px; height:20px; z-index:3;background-color: #130E23;}
#boite2  a{color:#6e0e05;}
#boite2 span{color:#FFF;}


/* End of 'min' */

