/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

BODY
{

    BACKGROUND-COLOR: #FFFFEE;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;  
    
}

TD
{
    BACKGROUND-COLOR: #FFFFEE;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

HR 
{
	width: 50%;
	text-align:center;
}

.msg
{
	font-weight: bold;
	color: Red;
}

.TexteMisEnValeur
{
	font-weight: bold;
	color: Red;
}

.bodyLogo
{
	background-position: center; 
	background-repeat: no-repeat;
	background-color:Transparent
		
}

.tableauAccueil1
{
	background-color: #FFFFEE;
	border-width: 0px;
	text-align: center;
	color: #193382;
	width: 100%;
	border-style: none;
	padding: 0px;	
}

.tdTabAccueil1
{

	BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 24px;
    FONT-WEIGHT:bold;
    border-style:solid;
    border-color: #000066;
    height: 50px;   
    /*src: url(D:\Inetpub\wwwroot\PlacementTest\test_en_ligne\logo2.jpg);*/
   
}	

.tableauAccueil2
{
	border: solid 2px black;
	text-align: center; 
	color: #193382;
	width: 100%

}

.tdTabAccueil2
{
	border: solid 2px black;
	BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    text-align: left;   
}

.TableauLogin
{
	border-right: #193382 2px solid;
	table-layout: auto;
	border-top: #193382 2px solid;
	margin: 0px;
	border-left: #193382 2px solid;
	width: 450px;
	color: #193382;
	border-bottom: #193382 2px solid;
	font-family: Arial;
	height: 120px;
	background-color: #eef3ff;
	text-align: center;
}

.TableauExerciceTest
{
	margin: 0px 0px 0px 0px;
	width: 100%;
	table-layout: auto;
	text-align: center;
	background-color: EEF3FF;
	border: 0.2cm groove pink;
	font-family: Arial;
	color: #193382;
	
	
}

.section
{
	font-weight: lighter;
	font-size: 18px;
	color: #000066;
	font-style: normal;
	font-family: Verdana;
	text-decoration: underline;
}

.TextReponse
{
	width: 200px;
}

.PetitTextReponse
{
	width: 50px;
}

.Colonne1InitialNeeds
{
	width: 60%;
}

.Colonne2InitialNeeds
{
	width: 40;
}

.TitreQuestion
{
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
	
.boutonDeplacement
{
	font-weight: bold;
	font-size: 16px;
	width: 150px;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Times New Roman;
	top: 247px;
	height: 25px;
	background-color: #000066;
}

.tableauBlanc
{
    BACKGROUND-COLOR: white;
}

.TitrePage
{
	font-size: 20px;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Times New Roman;
	background-color: #000066;
	text-align: center;
}

.TitrePremierePage
{
	font-size: 24px;
	color: #000066;
	font-style: normal;
	font-family: Verdana, Arial, Times New Roman;
	text-align: center;
}

.CorpsPage
{
	border-left-color: #000066;
	border-bottom-color: #000066;
	border-top-style: solid;
	border-top-color: #000066;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-bottom-style: solid;
}