/***********************************************/
/* clm.css                             */
/* Use with template clm.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
background:#B0E0E6;
color:#303030;
font:76% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

A:link    { 
color: #505050;
font-weight:bold;
text-decoration:none;
 }    /* lien non-visité */
 
A:visited { color: #505050 }   /* lien visité   */

A:hover   { 
color: red;
text-decoration:underline;
 } /* lien survolé     */

A:active  { color: #505050 }   /* lien activé    */



p {
line-height:1.5em;
margin:0 0 15px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/*** Main container ***/

#container {
background:#f0f0f0 url(img/banniere.jpg) repeat-x;
color:#303030;
margin:0;
min-width:770px;
padding:0;
text-align:left;
width:100%;
}

/*** Header section ***/

#sitename {
color:#ffffff;
height:92px;
margin:0 20px 10px;
text-align:left;
}

#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:-2px;
margin:0;
padding:0;
}

#sitename h1 {
font-size:2.4em;
padding-top:20px;
}

#sitename h2 {
font-size:1.6em;
}

/*** Horizontal menu ***/

#mainmenu {
float:left;
margin-bottom:25px;
}

#mainmenu ul {
font-size:16px;
margin:0;
padding:0;
}

#mainmenu li {
float:left;
height:35px;
list-style:none;
margin:0;
padding:0;
}

#mainmenu a {
border-right:1px solid #b0b0b0;
color:#606060;
display:block;
font-size:0.7em;
padding:11px 10px 10px;
text-transform:uppercase;
}

#mainmenu a:hover {
background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}

#mainmenu a.current {
background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}

/*** Content wrap ***/

#wrap {
clear:both;
font-size:0.9em;
padding:0;
}

/*** Sidebars ***/
#menuderoulant {
width: 170px; /* On a indiqué une largeur (obligatoire) */
float:right;
margin-left:10px;
}

.deroulant1 
{
line-height:2;
background-color: #3366FF; /* couleur de fond */
color: white; /* couleur du texte */
font-size: 14px /* taille des jours */
font-family: "Times New Roman", serif;
border:ridge;
text-decoration: blink;
font-variant: small-caps;
text-align:center;

}

.deroulant2 
{
line-height:1.5;
background-color: white; /* couleur de fond */
color: black; /* couleur du texte */
font-size: 12px; /* taille des jours */
font-family: "Times New Roman", serif;
border:ridge;
font-variant: small-caps;

}

.surligne /* Un style qui permet par exemple de surligner certains mots d'un texte */
{
   background-color: #ffffcc;
   color: red; /* Le texte surligné sera écrit en noir, parce que le blanc sur fond jaune on voit rien ;o) */
   text-align: center;
text-decoration: underline;
font-size: 14px;
font-style:italic;
font-weight: bold;
}

#rendezvous {
background-color: #ffffcc;
}

#FFCT {
background-color: #FFFFFF;
border: 2px dashed red;
margin:0 200px;
}

.titre
{
text-align: center;
text-decoration: underline;
color: red;
font-size: 15px;
font-style:italic;
font-weight: bold;

}

.date
{
font-weight:bold;
color:#FF0000;
font-style:italic;
}

.ligne_dessus
{
   text-decoration: overline;
}



.solid
{
   border: 2px solid black;
}
.dotted
{
   border: 2px dotted green;
}
.dashed
{
   border: 2px dashed red;
}
.double
{
   border: 4px double maroon;
}
.groove
{
   border: 4px groove teal;
}
.ridge
{
   border: 2px ridge black;
}
.inset
{
   border: 3px inset black;
}
.outset
{
   border: 3px outset black;
}

#leftside,#rightside {
margin:0;
padding:0 10px 10px;
width:170px;
}

#leftside {
float:left;
margin-right:10px;
}

#rightside {
float:right;
margin-left:10px;
}

#leftside h1,#rightside h1 {
color:#505050;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;
}

#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

#leftside p,#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

/*** Sidebar menu ***/

.nav {
background:#e8e9ea;
border:1px solid #b0b0b0;
color:#606060;
display:block;
margin-top:8px;
padding:5px 4px 4px 10px; 
text-align:CENTER;
text-transform:uppercase;
width:140px;
}

.nav:hover,.active {
background:#f8f9fa;
border:1px solid #909090;
color:#303030;
text-decoration:none;
}

.sub {
font-size:0.8em;
letter-spacing:1px;
margin:3px 0 2px 10px;
padding:4px 2px 2px 8px;
width:125px;
}

/*** Content ***/

#content,#contentalt {
font-size:14px;
background-color:#fafcff;
border:1px solid #909090;
color:#2a2a2a;
padding:15px 20px 5px;
}

#content {margin:0 200px;}
#contentalt {margin:0 200px 0 20px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#606060;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}

#content img,#contentalt img {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px;
padding:5px;
}

/*** Footer ***/

#footer {
background:#8b8b8b url(img/footerbg.jpg) top left repeat-x;
clear:both;
color:#d0d0d0;
font-size:0.9em;
font-weight:bold;
margin:0;
padding:20px 0;
text-align:center;
width:100%;
}

#footer a {
color:#d0d0d0;
font-weight:bold;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

caption /* Titre du tableau */
{
margin: auto; /* Centre le titre du tableau, ça rend mieux */
font-family: "Trebuchet MS", Arial, "Times New Roman", serif;
font-size: 1.2em; /* taille de la police */
color: #556dff; /* Couleur du texte */
margin-bottom: 10px; /* Marge avec le tableau */
}

table /* Le tableau en lui-même */
{
margin: auto; /* Bordure bleue effet 3D */
}

th /* Les cellules d'en-tête */
{
background-color: #3366FF; /* couleur de fond */
color: white; /* couleur du texte */
font-size: 1.1em; /* taille des jours */
font-family: "Trebuchet MS", Arial, "Times New Roman", serif;
}



#th h1,#th h2 {
background-color:inherit;
color: #FFFFFF;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

td /* Les cellules normales */
{
border: 1px solid black; /* une bordure en pointillés */
font-family: "Trebuchet MS", Arial, "Times New Roman", serif;
padding: 1px; /* marge intérieure aux cellules */
empty-cells: show; /* révèle les cellules vide */
}

.retrait  /*LES CELLULES AVEC RETRAIT DU TEXTE*/
{
border: 1px solid black;      /* une bordure en pointillés */
font-family: "Trebuchet MS", Arial, "Times New Roman", serif;
padding: 3px;         /* marge intérieure aux cellules */
padding-left:100px;   /* hauteur de l'espacement dans la cellule */
empty-cells: show;   /* révèle les cellules vide */
letter-spacing:4px;  /*espace entre les lettres */

}

.lienCalendrier /* Les cellules normales */
{
   border: 1px solid black;
   border-style: dotted; /* une bordure en pointillés */
   font-family: "Trebuchet MS", Arial, "Times New Roman", serif;
   text-align: center; /* Tous les numéros des cellules seront centrés*/
   padding: 1px; /* marge intérieure aux cellules */
   empty-cells: show; /* révèle les cellules vide */
}

.lienCalendrierJour {
    /* La cellule du jour actuel dans le calendrier */
    background-color: rgb(86, 139, 239);
}


.even 
{
background-color:#7ba3ff;
line-height:2;
}

.odd
{
background-color:#87CEFA;
line-height:2;
}

.baseline
{background-color:#7ba3ff;
line-height:2;
text-align:left;
padding-left: 50px;
}

input, textarea
{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #FFFF99;
}
 
label
{
   color: blue; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #FF9933;
   font-weight: bold;
}
 
fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: #FFFFCC;
}
