
/* CSS issu des tutoriels http://css.alsacreations.com */

body {
	margin: 0;
	padding: 0;
	background-image: url('../_Images/MainFrame_BackGround.jpg');
	background-repeat: repeat-y;
	font: 100% verdana, arial, sans-serif;
	
	scrollbar-face-color: #007ACA;
	scrollbar-arrow-color: #E7F3FF;
	scrollbar-track-color: #A7D9FA;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*-------------------------------------------------------*/
/*-  Style de la div MENU  -*/
/*-------------------------------------------------------*/

#menu {
	position: absolute;
	top: 2px;
	left: 10px;
	z-index:100;
	width: 100%;
}

#menu dl {
	float: left;
	width: 10em;
	margin: 0 1px;
	font: 11px arial;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	background-image: url('../_Images/Menu_Background.jpg');
	
	border: 1px solid gray;
}

#menu dd {
	border: 1px solid gray;
	font-size: 11px;
}

#menu li {
	text-align: center;
	background-image: url('../_Images/Menu_BackGroundSM.jpg');
}

#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
	background: #eee;
	font-weight: bold;
}

/*-------------------------------------------------------*/
/*-  Style de la div TITRE MENU  -*/
/*-------------------------------------------------------*/

.titre{
	/*width: 25em;*/
	height: 2em;
	
	padding-left: 70px;
	margin-bottom:15px;
	font-family:verdana, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	
	color: #0065ce;
	text-align:left;
	background-color:transparent;
	background-image: url('../_Images/MainFrame_TitreParagraphe.jpg');
	background-repeat: no-repeat;
}

/*-------------------------------------------------------*/
/*-  Style des PARAGRAPHES	 			-*/
/*-------------------------------------------------------*/

.paragraphe {

	font-family:verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;

	padding-left: 10px;
	margin-left: 80px;
	
	width: 610px;
	
	text-align: justify;
	color: #000050;
}

td {
	font-family:verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

span {
	font-family:verdana, sans-serif;
	font-size: 15px;
	font-weight: bolder;
}

/*-------------------------------------------------------*/
/*-  Style des CALENDRIER	 			-*/
/*-------------------------------------------------------*/
.Calendrier{
	background-color:#E0F2FF;
	color:#000000;
	margin-top:50px;
}


/*-------------------------------------------------------*/
/*-  Style de TRONCHE -*/
/*-------------------------------------------------------*/

#tronche td {
	font-family:verdana, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	
	 border-style: solid;
	 border-width: 1px;
	 border-color: #1080d0;
	
	border-right-width: 0px;
	border-left-width: 0px;
	padding-left: 10px;
}

#tronche th {
	font-family:verdana, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	
	 border-width: 0px;
}

#tronche table {
	margin-left: 100px;
	
	border-style: solid;
	border-width: 0px;
	border-color: #d0d0d0;
}


/*-------------------------------------------------------*/
/*-  Style de listes dans écrans d'admin 		-*/
/*-------------------------------------------------------*/


#tableau td {
	font-family:verdana, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	
	 border-style: solid;
	 border-width: 1px;
	 border-color: #1080d0;
	
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding-left: 5px;
}

#tableau table {
	margin-left: 100px;	
	border-style: solid;
	border-width: 0px;
	border-color: #d0d0d0;
}	
#tableau .Entete {
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#tableau .FondNormal{
	background-color:#BDDFFF;
}
#tableau .FondNormal th{
	background-color:#E0F2FF;
}
#tableau .FondSAM{
	background-color:#63BAF7;
}
#tableau .Gagne{
	font-weight:bold;
	font-size:14px;
}
#tableau .Perdu{
	font-size:8px;
}


/*-------------------------------------------------------*/
/*-  Style de NEWS -*/
/*-------------------------------------------------------*/

#news td {
	font-family:verdana, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000050;
	
	border-style: solid;
	border-width: 0px;
	border-color: #1010a0;
	
	background-image: url('../_Images/NewsFrame_TitrePost.jpg');
	background-repeat: no-repeat;
	background-color: #E0F2FF;
	
	margin: 50px;
	
}

#news tr {
	background-color: #E0F2FF;
}

#news th {
	font-family:verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	
	border-style: solid;
	margin-right: 0.5em;
	border-width: 1px;
}

#news table {
	margin-left: 100px;
	
	border-style: solid;
	border-width: 0px;
	border-color: #ffffff;
	border-width: 0px;
}

 



 
