﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
font-family: Arial;
font-size:12px;
}
.Contenu
{
font-family: Arial;
font-size:12px;
color: #12406d;
padding-left: 8px;
padding-right: 10px;
text-align: justify;
}

.Contenu td
{
font-family: Arial;
font-size:12px;
color: #275e95;
}

.Text3
{
font-family:	Verdana;
font-size:xx-small;
}


A:link	{	
	text-decoration:	underlined;
	color:	#317ab5;
	}	
		
A:visited	{	
	text-decoration:	underlined;
	color:	#b4985a;
	}	
		
A:active	{	
	text-decoration:	underlined;
	color:	#b4985a;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#b4985a;
	}
	

.Calendrier A:link
{
text-decoration : none
}
.Calendrier A:visited
{
	text-decoration : none 
}
/*.Calendrier td
{
	font-size: 10px;
	text-align: center;
	font-family : Arial;
	color: white;
	}
/*CalendrierTitle table
	{
		font-size: 12px;
	text-align: center;
	font-family : Arial;
	font-weight: bold;
	color: white;}
	
CalendrierTitle td
	{
		}
*/
.subMenu
{
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	background-color: #FFFFFF;
	font-family :Verdana ;
	color : #005BA5;
	font-size : 13px;
	font-weight:bold;
	border-color:#BCD1E6;
	border-width:1px;
	border-style:Solid;
	
}
.Menu
{
	background-color: #FFFFFF;
	font-family :Verdana ;
	color : #FFFFFF;
	font-size : 13px;
	}
.Menu td
{
	background-color: #FFFFFF;
	font-family :Verdana ;
	color : #FFFFFF;
	font-size : 13px;
	}
.Menu a:link {color: #FFFFFF} 
.Menu a:visited {}  
.Menu a:hover {color: #FFFFFF}   
.Menu a:active {color: #b29558}
.MenuOver
{
	background-color: #ffffff;
	font-family :Verdana ;
	color : #ffffff;
	font-size : 13px;
	text-decoration:none;
}
.subMenuSel
{
	
	font-size:13px;
	text-decoration:none;
	color:#b4985a;
	background-color: #005BA5;
	border-color:#BCD1E6;
	border-width:1px;
	border-style:Solid;
}