/* CSS Document ******************************************/

body {
	background-color:#ffffff;
}



.lienSuite, a.lienSuite:link,a.lienSuite:visited, a.lienSuite:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:none;
}

a.lienSuite:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #CCCCCC;
}

.texteBlanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
.texteNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}

.textTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;

	
}
.titre1 
{
font-size: 18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}

.chiffreRouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
	background-color: #000000;
	font-weight: bold;
}

#lienBlanc a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
}
#lienBlanc a:hover {color: #aaa;}

/* Menu vertical ******************************************/


#iwith-menuverti { width: 140px; }

#iwith-menuverti ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: bold;
}




#iwith-menuverti a
{
display: block;
padding-top:3px;
padding-left: 20px;
height:30px;
background-color: #FFF;
}


#iwith-menuverti a:link, #iwith-menuverti a:visited
{
color: #000;
text-decoration: none;
}

#iwith-menuverti a:hover
{
background-image:url(/img/navigation/menu.jpg);
background-repeat:no-repeat;
}



.menuvertiactive a{
	display: block;
	padding-top:3px;
	padding-left: 20px;
	height:30px;
	background-image:url(/img/navigation/menu.jpg);
	background-repeat:no-repeat;
}







#iwithblockmenu-verti { width: 140px; }

#iwithblockmenu-verti ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: bold;
}



#iwithblockmenu-verti a
{
display: block;
padding-top:3px;
padding-left: 20px;
height:30px;
background-color: #FFF;
}


#iwithblockmenu-verti a:link, #menuverti a:visited
{
color: #000;
text-decoration: none;
}

#iwithblockmenu-verti a:hover
{
background-image:url(/img/navigation/menu.jpg);
background-repeat:no-repeat;
}

#active a:link, #active a:visited, #active a:hover
{
background-color: #000000;
color: #fff;
}


/* Menu Horizontal ******************************************/
#iwithblockmenu-hori { height: 30px; }

#iwithblockmenu-hori ul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}


#menuhori li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#iwithblockmenu-hori a:link, #menuhori a:visited
{
color: #000;
text-decoration: none;
}

#iwithblockmenu-hori a:hover {color: #666;}

/*bord des cellules ******************************/

.ltborder {
	border-width: thin;
	border-color: #000000;
	border-left-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: solid;	
}
.lbborder {
	border-width: thin;
	border-color: #000000;
	border-left-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-style: none;	
}
.lborder {
	border-width: thin;
	border-color: #000000;
	border-left-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;	
}
.border {
	border: thin solid #000000;
}
.cellulleBlanche {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
