/*Redeclaration des balises de base*/
body {
	background-color:#FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : 1px;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
	

A	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	text-decoration : none;
}
A:hover	{
	text-decoration : underline;
}
A.blanc{
	color : #FFFFFF;
	text-decoration : none;
}
A.Actualite{
	color : #FFCC33;
	text-decoration : none;
}
A.Sorties{
	color : #60BD00;
	text-decoration : none;
}
A.Sport{
	color : #00BFBB;
	text-decoration : none;
}
A.Web{
	color : #EA8699;
	text-decoration : none;
}

.TexteNorm
{
	color:#000000;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing : 1px;
}
.TexteNormGris
{
	color:#666666;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing : 1px;
}
	
.TexteChapo
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #666666;
}

.TexteTitre
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight : bold;
}
.TexteSousTitre
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	margin-bottom : 5px;
}

.StylePhoto
{
	margin-right : 10px;
	margin-bottom : 2px;
	margin-left : 0px;
}

.margin5
{	margin-left : 5px;
text-align : left;}
.margin10
{	margin-left : 10px;
    text-align : left;}
.margin1033
{	margin-left : 10px;
    margin-right : 3px;
	margin-bottom: 5px;
	text-align : left;}
.margin20
{	margin-left : 20px;
text-align : left;}

.margin5margin
{	margin-left : 5px;
text-align : justify;
margin-bottom : 2px;}
.margin10margin
{  margin-left : 10px;
	text-align : justify;
	margin-bottom : 2px;}
.margin20margin
{	margin-left : 20px;
text-align : justify;
margin-bottom : 2px;}

