* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 10px;
	color: #810ba2;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	list-style-type: none;
}
html, body {
	text-align: center; /* Hack pour IE, permet de centrer le site horizontalement */
	height: 100%;
}
.violet 
{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #480A5A;
}
.degrade 
{
	min-height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
	background: url(/Content/Images/degrade-fond-vert.jpg) repeat-x left top;
}
.conteneur-site {
	width: 100%; 
	height: 565px;
}
.bande-violette-bas {
	width: 100%; 
	height: 768px;
	background:  url(/Content/Images/bande-footer.png) repeat-x bottom;
}
.conteneur {
	width: 1024px; 
	margin: 0 auto;
	text-align: left;
	height: 565px;
}
.col-gauche {
	width: 252px; 
	float: left;
	margin-top: -5px;
}
.col-droite {
	width: 772px; 
	float: left;
	margin-top: -5px;
}
.col-large {
	width: 953px; 
	float: left;
	margin-top: -5px;
	padding-left: 71px;
}
.conteneur-footer 
{
	width: 100%;
	clear: both;
	height: 203px; 
	background:  url(/Content/Images/fond-footer.png) no-repeat center bottom;
}
.footer 
{
	width: 600px;
	margin: 0 auto;
	text-align: center;

}


/*-_-_ classses generales -_-_*/
.center {
	text-align: center;
}
.underline a, .footer a.actif  {
	text-decoration: underline;
}
.underline a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.taille10,  .col-droite .bloc .taille10 {
	font-size: 10px;
}
.taille12,  .col-droite .bloc .taille12 {
	font-size: 12px;
}
.taille14, .col-droite .bloc .taille14 {
	font-size: 14px;
}
.fil-ariane {
	height: 17px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
}
.fil-ariane a,
.fil-ariane span {
	color: #999999;
	font-size: 11px;
}
.fil-ariane a.actif {
	color: #999999;
	font-size: 11px;
}
.drapeaux {
	float: right;
	margin: -2px 91px 0 0;
	display: inline;
}
