/*
//------------------------------------------------------------
//-- Ricadeaux

//------------------------------
// Nom: style.css
// Auteur: Ricardo Berrios
// Dernière modification: 07.12.12
//
// Description:
// feuille de style par défaut pour Ricadeaux
//------------------------------
*/

/* STRUCTURE DE PAGE */

body
{
margin-top: 0;
font-family: "trebuchet ms";
}

#conteneur
{
position: relative;
margin: 20px 15px;
overflow: hidden;
}

#cadre-entete
{
margin: 15px;
padding: 5px 15px;
background-color: #eddbb1;	/* #f5e8cb */
border: solid 1px #666666;
}
#langues
{
float: right;
font-weight: bold;
margin-top: 14px;
margin-right: 20px;
}

#cadre-principal
{
margin-left: 200px;
padding: 10px 15px;
background-color: #f7f0d5;	/*#f4f4f4;*/
border: solid 1px #666666;
}

#menu
{
float: left;
width: 180px;
min-height: 182px;
background-color: #eddbb1;
border: solid 1px #666666;
/* background-color: #003366;
color: #FFFFFF;*/
font-size: 15px;
font-weight: bold;
}
#menu span
{
margin: 0;
padding: 10px;
display: block;
width: 160px; /* 180 - 2 x padding horizontal */
}
#menu span:hover
{
background-color: #e5c48d;
}

#footer_gauche
{
height: 31px;
float: left;
margin: 0 15px;
width: 160px !important;
width: 180px;
padding: 2px 10px;
background-color: #eddbb1;
border: solid 1px #666666;
font-size: 14px;
line-height: 31px;
}
#footer_droite
{
height: 31px;
margin: 0px 15px 0 215px;
padding: 2px 10px;
background-color: #eddbb1;
border: solid 1px #666666;
font-size: 14px;
line-height: 31px;
}
#validator
{
float : right;
}
#validator img
{
border: none;
height: 31px;
width: 88px;
}
/* -------------------------------------------------- */


/* ONGLETS */
/*
#onglets
{
position: relative;
margin: 0 2%;
padding: 0 0 0 10px;
z-index: 20;
}
#onglets li
{
display: inline;
border-style: solid;
border-width: 1px;
border-color: #666666;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding-left: 8px;
padding-right: 8px !important;
padding-right: 3px;
margin-right: 5px;
}
#onglets a
{
text-decoration: none;
font-weight: normal;
color: #FF7300;
}
#onglets li.Selected 
{
background-color: #f4f4f4;
border-bottom: solid 1px #f4f4f4;
}
#onglets li.Selected a
{
color: #000000 !important;
}

/* centre: corps de la page *
#corps
{
position: relative;
margin-left: 2%;
width: 94% !important;
width: 97%;

border: 1px solid #000000;
padding: 10px;
background-color: #f4f4f4;
z-index: 10;
}
/* -------------------------------------------------- */


/* ELEMENTS SECONDAIRES DE MISE EN PAGE */

a
{
color: #d50606;
text-decoration: none;
}
a:hover
{color: #f60000;}
a:visited
{color: #c80c0c;}
a:visited:hover
{color: #ef0000;}

h1
{
margin-top: 8px;
margin-bottom: 8px;
}

h3
{
font-size: 17px;
margin-top: 5px;
margin-bottom: 10px;
}

.message 
{
font-style: italic;
color: #ff7603;
}

.gris
{color : #888888;}

.vert
{color : #0d7c0d;}

/*
.cadregauche
{
position: absolute;
margin: 0 0 0 2%; left: 0;
width: 45%;
padding: 10px;
}
.cadredroite
{
margin: 0 20px 0 51%;
width: 45%;
padding: 10px;
}
*/
/* -------------------------------------------------- */


/* TABLEAUX / FORMULAIRES */
table
{
border: none;
padding: 2px;
font-weight: normal;
}
th
{
text-align: left;
width: 150px;
font-weight: normal;
}
td
{
text-align: center;
line-height: 26px;
}

fieldset
{
margin: 15px 0 10px;
padding: 10px;
background-color: #eddbb1;
width: 600px;
}
legend
{
color: #000000;
font-weight: bold;
font-style: italic;
}

#receveur
{
text-align: center;
}

#liste
{
text-align: justify;
}


small form
{
display: inline;
}

/* cadres masquables/affichables */
.cachediv
 {
visibility: hidden;
overflow: hidden;
height: 1px;
margin-top: -1px;
position: absolute;
}
/* -------------------------------------------------- */


/*
	ELEMENTS ANNEXES */
	
/* info-bulles
a.info 
{
font-weight: normal;
position: relative;
color: #000000;
text-decoration: none;
}
a.info span
{
display: none;
}
a.info:hover span
{
display: block; 
position: relative;
right: 2em; top: 2em; left: 2em; width: 20em;
border: 1px solid #6699CC;
background-color: #eeeeee; color: #6699CC;
text-align: justify;
font-weight: normal;
padding: 4px;
font-size: 13;
}
*/

/* -------------------------------------------------- */