﻿/* ---------------------------------------------------------------------------
 Copyright 2002 ARICIA DEVELOPPEMENT. Tous droits réservés.
 Auteur: Damien ver 20070418
 
 Feuille de style propre au contenu du site
 S'applique également dans l'éditeur grace au mode de compatibilité de 
 la prpriété #Content_Container
 ---------------------------------------------------------------------------*/
 
 /* Police par defaut du contenu */
#Content_Container {
	/*color: #28262B;*/
	color:#121d0f;
	font-family: 'Expletus Sans', cursive;
    /*font-family: Verdana,Arial,Helvetica,"Trebuchet MS",genevasans-serif;*/
    font-size: 11pt;
    font-weight: normal;   
    line-height:130%;
}

a, a:hover {
	color: 	#740F15;
	font-weight:bold;
	text-decoration:none;	
}
h1,h2,h3 { line-height:30px;}
H1 { text-align:center; font-size:26px;}
H2 { font-size:22px;}
H3 { font-size:20px;}
H4 { font-size:18px;}
H5 { font-size:16px;}



#Content_Container SPAN.Vert { color:#A4C751;}
#Content_Container SPAN.Orange { color:#EF7E2D;}


/* Classes définit dans Agestis */
IMG.a_PhotoRealiste {
	background:#F0F0F0 none repeat scroll 0% 50%;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0px 1px 3px;
	margin:4px 0px;
	padding:1px;
}

.a_btn {
	 background:#740F15 !important;
	 color:#FFFFFF;
	 margin-left:20px;	 
}

.btn.btn_retour {
	 background:#104A10 !important;	
	 color:#FFFFFF;
	 margin-top:20px;
	 
}


.btn.btn-info {
	 background:#BADB72 !important;
}

.aModule span.money {
	font-size:1.2em; font-weight:bold;
}

.aModule table.money td span {
	font-weight:bold;
}

