/* CSS Document */



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #009933; 
	font-weight: bold; 
}

h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #669999; 
	font-weight: bold; 
}

h4 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12; 
	color: #FFFF00; 
	font-weight: bold; 
}

.actu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #900;
	font-weight: bold;
}


.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}


.titre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}



.calqueaccueil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-variant: small-caps;
}



A:link {
	color: #990000; TEXT-DECORATION: none
}
A:visited {
	color: #990000; TEXT-DECORATION: none
}
A:active {
	COLOR: black; TEXT-DECORATION: none
}
A:hover {
	COLOR: #666666;
	text-decoration: underline;
}


.footer {
	COLOR: #999999;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 130%;
}
.footer A:link {
	COLOR: #666666; FONT-SIZE: 11px; TEXT-DECORATION: none; LINE-HEIGHT: 130%
}
.footer A:visited {
	COLOR: #666666; FONT-SIZE: 11px; LINE-HEIGHT: 130%
}
.footer A:hover {
	COLOR: #999999; TEXT-DECORATION: underline}
	
.gras {
	font-weight: bold;
	color: #333333;
}



.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCC;
	padding-right:10px;
}


.content A:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}


.content A:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
}


.content A:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #990000;
	font-weight: bold;
}

.floatLeft{
	float:left;
	margin-right:20px;
	margin-left:10px;
}


.floatRight{
	float:right;
	margin-right:20px;
	margin-left:10px;
}

