/* CSS Document */

@import "styles.css";






/******************************
* LIENS BOUTONS
******************************/

a.bouton:link, a.bouton:visited {
/* NEW */
	text-decoration: none;
	/* color: #000000-FFFFFF-9CB7B8; */
	color:#1E7191;
	/* border: 1px #CCCCCC-D5EAEB solid; */
	border: 1px #9CB7B8 solid;
	margin: 0px; 
	padding: 2px; 
	/* background-color: #EEEEEE-9CB7B8-D5EAEB; */
	background-color:#EEEEEE;
	text-transform: uppercase;
/* OLD
	text-decoration: none;
	text-transform: uppercase;
    font-size: 9px;
	letter-spacing: 2px;
	font-weight: bold;
    color: #5BA6C3;
	border: 1px #5BA6C3 solid; 
	margin: 0px; 
	padding: 3px; 
	background-color: #FFFFFF;
*/
}


a.bouton:hover, a.bouton:active, a.bouton:visited:hover {
/* NEW */
	text-decoration: none;
	/* color: #F54C2B; */
	/* color: #5BA6C3-9CB7B8; */
	color:#FFFFFF;
	/* border: 1px #CCCCCC solid; */
	border: 1px #9CB7B8 solid; 
	margin: 0px; 
	padding: 2px;
	/* background-color: #FFFFFF; */ 
	/* background-color: #DDDDDD-D5EAEB-9CB7B8; */
	background-color: #CCCCCC;
	text-transform: uppercase;
/* OLD
	text-decoration: none;
    t/ext-transform: uppercase;
	f/ont-size: 9px;
	l/etter-spacing: 2px;
    f/ont-weight: bold;
	color: #000000;
	b/order: 1px #5BA6C3 solid; 
	m/argin: 0px; 
	p/adding: 3px;
	background-color: #EEEEEE;
*/ 
}




/*
body9999 {
	padding: 0px;
	margin: 0px; 
}
*/


body, td, input, textarea, select {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666; 
}


p {
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 14px;
}





h1 {  
	font-size: 12px; 
	/* color: #5BA6C3; - BLEU */
color: #9CB7B8; 
	line-height: 14px; 
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}


h2 {
	font-size: 10px;
	/* color: #1E7191; - BLEU */
color: #6e98ac;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}


hr {
	color: #5BA6C3;
	background: #5BA6C3; 
	border: 0px;
	height: 1px;
	/* noshade; */
}


sup {
	font-size: 8px;
	line-height: 1em;
}




/*
a {
	text-decoration: none;
}
*/

a, a:link {
	text-decoration: none;
	/* color: #080; */
	/* color: #5BA6C3; - BLEU */
	color: #9cb7b8;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}




/******************************
* CALENDRIER START
******************************/

#listeFrame {
/* width:320px; */
width:370px;
/* background-color: #66CCFF; */
padding: 0 10px 0 0;
}

#calendierFrame {
width:250px;
background-color: #cde1f8;
}

/* pour DIV de la date dans "template_semaine.sn" et cie */
.coulFrameCal {
background-color: #cde1f8;
}


#iframeCal {
/* background-color:#cde1f8; */
width:250px; 
height:600px;
}

/******************************
* CALENDRIER END
******************************/













ul.normal {
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left : 0px;
}



li.noBullet {
	list-style-type:none;
}


li.squareBullet {
	list-style:square;
}