@charset "utf-8";
/* CSS Document */

span  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;	
}

a  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;	
}

.blanc-10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	font-style:normal;	
}
.blanc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	font-style:normal;	
}

.collection-sous-menu-font {
	font-family:Helvetica, sans-serif;
	font-size:14px;
	color:white;
	font-style:normal;
}

.blanc-14{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
	font-style:normal;
}

.blanc-12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	font-style:normal;
}


.noir-10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	font-style:normal;	
}

.noir-12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	font-style:normal;	
}


.noir-14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	font-style:normal;	
}

.noir-18 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:black;
	font-style:normal;	
}


.vert-10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5b834e;
	font-style:normal;	
}


.gras {
	font-weight:bold;	
}

.font-marron {
	color : #ddd5b9;	
}

.font-rouge {
	color: #ff0000;	
}

.font-vert {
	color: #aad206;
}

.font-orange {
	color: #5b834e;	
}


.font-menu {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:white;
	font-style:bold;
}




a.selected {
	text-underline: none;
	text-decoration:none;	
}
a.selected:hover {
	color:white;
	font-weight:bold;
	text-underline: none;
	text-decoration:none;	
}

a.blanc {
	color:white;
}

a.blanc:visited {
	color:white;
}
a.blanc:link {
	color:white;
}
a.blanc:hover {
	color:#FF0099;
	font-weight:bold;
	text-underline: none;
	text-decoration:none;	
}


a.collection-sous-menu-font:visited {
	color:white;
}
a.collection-sous-menu-font:link {
	color:white;
}
a.collection-sous-menu-font:hover {
	color:#FF0099;
	font-weight:bold;
	text-underline: none;
	text-decoration:none;	
}


a.selected:visited {
	color:#FF0099;
}
a.selected:link {
	color:#FF0099;
}

a.font-menu:visited {
	color:white;
}
a.font-menu:link {
	color:white;
}
a.font-menu:hover {
	font-size:16px;
	color:#FF0099;
	text-underline: none;
	text-decoration:none;	
}


