/* 
bordure rouge :    #B66605
fond clair jaune : #FAF8C3
fond foncé jaune : #F8ED8F
fond tres jaune  : #F8DC7E
couleur text :     #733C2F
arriere plan :     #ECAD71
lien         :     #2763A5
lien hover   : couleur text
*/

h1
{
	font-size: 24px;	
	color:#733C2F;
}

h2
{
	font-size: 18.5px;	
	color:#733C2F;
}

h3
{
	font-size: 17.5px;	
	color:#733C2F;
}

a
{
	color:#2763A5;
	font-weight: bold;
	text-decoration: none;
}

a:HOVER
{
	color:#733C2F;
	font-weight: bold;
	text-decoration: underline;
}

li
{
	padding-left:5px;
	background-position: 0px 2.28px;
	margin-left: 25px;
}

img
{
	border-width:0px;
}

.puce
{
	background-image: url("../Images/arrow_button.png");
	background-position: 0px 2.28px;
	padding-left:20px;
	background-repeat: no-repeat;
}

.lien_menu
{
	color:#733C2F;
	font-weight: bold;
	text-decoration: none;
}

.titre_menu
{
	color:#733C2F;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

.bouton 
{
	font-size: 15px;	
	border-width:1px;
	border-color: #B66605; 
    background-color: #F8ED8F;
    padding: 2px;
    cursor: pointer;
}

.conteneur-arrondi
{
	/*float:left;*/
    padding:0;
	margin:0;
}

.arrondi 
{
      height:1px;
      border:1px solid;
      border-top:0;
	  border-bottom:0;
	  margin:0;
}


.un      
{
    margin:0 4px;
    height:1px;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid;
    border-top:0;border-bottom:0;
}

.deux 
{
    margin:0 3px;
    height:1px;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid;
    border-top:0;
    border-bottom:0;
}

.trois
{
    margin:0 2px;
    height:2px;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid;
    border-top:0;border-bottom:0;
}

.quatre 
{
    margin:0 1px;
    height:2px;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid;
    border-top:0;border-bottom:0;
}


.centrearrondi 
{
    border:1px solid;
    border-top:0;border-bottom:0;
    /*height:auto!important; */
}

.strie
{
background-color: transparent;
background-image: url(../Images/pattern.gif);
background-repeat: repeat;	
}

.bordure_border_color
{
	border-color:#B66605;
}

.bordure_background_color
{
	background-color:#B66605;
}


.contenu_menu_background
{
	background-color:#F8ED8F;
}

.contenu_menu
{
	background-color:#F8ED8F;
	font-size: 18px;
}

.contenu_page
{
	text-align:justify;
	color:#733C2F;
	font-size: 18px;	
	padding-left:5px;
	padding-right:5px;
	padding-top:5px
}

.contenu_page_inner
{
	padding-left: 10px; 
	padding-right: 10px;	
}

.contenu_page_background
{
	background-color:#FAF8C3;
}

.contenu_page_titre_background
{
	background-color:#F8ED8F;
}

.separateur
{
    height:1px;
    overflow:hidden;/*necssaire pour IE */
    background-color: #B66605;
}

div.tutorial 
{
	border:1px dashed silver;
	margin:0px;
	padding:6px;
	width:95%;
}

.mention_legale
{
	vertical-align:top;
	text-align:right;
	margin-right:10px;
	font-size: 13px;	
	color:#733C2F;
}

span.joker
{
	color: red;
}