/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	SCROLLBAR-FACE-COLOR: #EDC832; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: black;
 	SCROLLBAR-3DLIGHT-COLOR: #EDC832; 
 	SCROLLBAR-ARROW-COLOR:  white; 
 	SCROLLBAR-TRACK-COLOR: black; 
 	SCROLLBAR-DARKSHADOW-COLOR: black; 
}


td.titre_rubrique
{
	font-family:"Eras Light ITC", Arial;
	font-size:18px;
	color:#000000;
	padding:4px;
}

td.footer
{
	font-size:9px;
}

td.content
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:15px;
	color:#FFFFFF;
}


td.news_titre
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	color:#FFFFFF;
	text-align:right;
	
	border-bottom-color:EDC832;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
}

div.news_heure
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}


/*
td.axi_menutop{
	border-bottom: 1px solid #000000 ;
	border-right: 1px solid #000000 ;
	background-color:#E11325;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	color:#FFFFFF;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
td.axi_menumid{
	border-bottom: 1px solid #000000 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
}
td.axi_menudroite{
	padding-right:10px;
	padding-left:10px;
	border-right: 1px solid #000000 ;
	border-bottom: 1px solid #000000 ;
	background-color:#E11325;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	font-style:normal;
	color:#FFFFFF;
}
*/
div.axi_sousmenu{
	font-family:"Eras Light ITC", Arial;
	font-size: 11px;
	font-style:normal;
	color:#FFEA00;
}

/*
div.axi_popadmin{
	border-top: 1px solid #000000 ;
	border-right: 1px solid #000000 ;
	border-bottom: 1px solid #000000 ;
	border-left: 1px solid #000000 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	color:#000000;
	background-color:#F5C322;
}
a.axi_menulink:link {
	font-family:"Eras Light ITC", Arial;
	font-size: 15px;
	font-style:normal;
	color:#FFFFFF;
	text-decoration: none;
}
a.axi_menulink:visited {
	font-family:"Eras Light ITC", Arial;
	font-size: 15px;
	font-style:normal;
	color:#FFFFFF;
	text-decoration: none;
}
a.axi_menulink:hover {
	font-family:"Eras Light ITC", Arial;
	font-size: 15px;
	font-style:normal;
	color:#FFFFFF;
	text-decoration: none;
}
*/
a.axi_smenulink:link {
	font-style:italic;
	font-weight:normal;
	color:#EDC832;
	font-size: 11px;
	text-decoration: none;
}
a.axi_smenulink:visited {
	font-style:italic;
	font-weight:normal;
	color:#EDC832;
	font-size: 11px;
	text-decoration: none;
}
a.axi_smenulink:hover {
	font-style:italic;
	font-weight:normal;
	color:#EDC832;
	font-size: 11px;
	text-decoration: none;
}
/*
td.axi_sousmenutxt{
	border-bottom: 1px solid #000000 ;
	font-family:"Eras Light ITC", Arial;
	font-size: 15px;
	font-style:normal;
	font-weight:bold;
	color:#FFEA00;
	margin-bottom:1px;
}


*/

/* STYLES CASCADES */
a:link {text-decoration: none; color: #EDC832;}
a:visited { text-decoration: none; color: #EDC832;}
a:hover { text-decoration: underline; color: #EDC832;}
a:active {  }

a.cms:link {text-decoration: none; color:#000000;}
a.cms:visited { text-decoration: none; color: #000000;}
a.cms:hover { text-decoration: underline; color: #000000;}
a.cms:active {  }

a.petit:link {text-decoration: none; color:#FFFFFF; font-size:10px;}
a.petit:visited { text-decoration: none; color: #FFFFFF;font-size:10px;}
a.petit:hover { text-decoration: underline; color: red;font-size:10px;}
a.petit:active {  }

a.format {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a.format:hover {
background: none; /* correction d'un bug IE */
}
a.format span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a.format:hover span { /* définition de la balise <span> au survol */
display:inline;
position:absolute;
background:#FFFFFF;
text-align: left;
color:black;
}

/*Liens*/
a.langue
{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

a.langue:link
{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

a.langue:visited
{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

a.langue:hover
{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}



a.shoplink
{
	font-size:10px;
	color:#626880;
	text-decoration:none;
}

a.shoplink:link
{
	font-size:10px;
	color:#626880;
	text-decoration:none;
}

a.shoplink:visited
{
	font-size:10px;
	color:#626880;
	text-decoration:none;
}

a.shoplink:hover
{
	font-size:10px;
	color:#626880;
	text-decoration:underline;
}


a.menu:link
{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a.menu:visited
{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a.menu:hover
{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

/*Tableau*/
td.gris
{
	background-color:#E7E7E7;
	border-color:#999999;
	border-style:dashed;
	border-width:1px;
}

td.padding
{
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
}

td.titre_rouge
{
	color:#EDC832;
	font-size:20px;
	text-align:left;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#EDC832;
}

td.titre_small_rouge
{
	color:#E11325;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	
	padding-top:5px;
	padding-left:2px;
	padding-bottom:5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#E11325;
}

td.boxgauche
{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#000000;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
	padding:2px;
}

td.boxlogin
{
	font-size:10px;
	color:#000000;
}
td.menu_decale
{
	line-height:20px;
}

td.shop_detail
{
	font-size:10px;
	color:#626880;
}

span.menu_titre
{
	font-size:14px;
	font-weight:bold;
}
/*Paragraphes*/


/*Formulaires*/
input.bleu
{
	background-color:#5C85B2;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}



/*STYLES CMS NE PAS TOUCHER*/

.heure {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
	color:#FFFFFF;
}


.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

input.plat{
font-family: Verdana; 
font-size: 8 pt; 
border-style: solid; 
border-width: 1; 
padding-left: 4; 
padding-right: 4; 
padding-top: 1; 
padding-bottom: 1;
}

input.radio
{
		font:11px Arial,Helvetica,sans-serif;;	
		color: #5B5C56;
		background-color: #FFFFFF !important;
		border:none;
}

textarea.plat{
font-family: Verdana; 
font-size: 12px; 
border-style: solid; 
border-width: 1; 
padding-left: 4; 
padding-right: 4; 
padding-top: 1; 
padding-bottom: 1;
}

input.platpetit{
font-family: Verdana; 
font-size: 10px; 
border-style: solid; 
border-width: 1; border-color:#000000;
padding-left: 4; 
padding-right: 4; 
padding-top: 1; 
padding-bottom: 1;
}

input.submit{
font-family: Verdana; 
font-size: 8 pt; 
border-style: solid; 
border-width: 1; 
padding-left: 4; 
padding-right: 4; 
padding-top: 1; 

padding-bottom: 1;
}
table.fonddashed{
	border-bottom-color:#999999;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}
table.tableau_insert
{
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;

	background-color:#E4ECF8;
	
}
tr.fondfonce
{
	background-color:#E4ECF8;
}
td.fondfonce
{
	background-color:#E4ECF8;
}
table.backcolor{
	background-color:#E4ECF8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
table.tableau_bord
{
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	
}
table.tableau_insert_haut_bas
{
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
		
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
}


img.shop
{
	border-top-color:#999999;
	border-top-style:dashed;
	border-top-width:1px;
		
	border-bottom-color:#999999;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	
	border-right-color:#999999;
	border-right-style:dashed;
	border-right-width:1px;
	
	border-left-color:#999999;
	border-left-style:dashed;
	border-left-width:1px;
	
}

.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}.titreblanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.menugauche{
	display: block;
}
.guidetitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.soustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}
<!-- Style spécial pour editeur version mini -->
.mceToolbar {
	background: #F0F0EE;
	border-top: 1px solid #cccccc;
}
.btnImage {
	border: 1px solid #F0F0EE !important;
	cursor: arrow;
}

.btnImageRaised {
	border: 1px solid #0A246A;
	cursor: arrow;
	background-color: #B6BDD2;
}
.btnImageLowered {
	cursor: arrow;
	border: 1px solid #0A246A;
	background-color: #8592B5;
}
.mceEditor {
	background: #F0F0EE;
	border: 1px solid #cccccc;
}
.mceSeparatorLine {
	margin:2px;
	margin-left: 4px;
	background-color: #F0F0EE;
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	width: 0px;
	height: 15px;
}