body 
	{
		margin:0;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		scrollbar-base-color:#d3bfbd ; 
		scrollbar-face-color:#d3bfbd;
		scrollbar-shadow-color:#404E8A;
		scrollbar-highlight-color:#F2ECCE;
		scrollbar-3dlight-color:#ffffff;
		scrollbar-darkshadow-color:#000000;
		scrollbar-track-color:#f2dece;
		scrollbar-arrow-color:#000000;		
		background-color:#F2ECCE;
	}
/*style du formulaire*/
input 
	{
		border:1px solid black;
		background-color:#857694;
		font-family:"arial";
		color:white;
		font-size:10pt;
		text-align:center;				
	}
	
.input2 
	{
		border:1px solid black;
		background-image:  url("../Elements/fond-form-2.jpg");
		font-family:"arial";
		color:black;
		font-size:10pt;
		text-align:left;		
	}

.input3
	{
		/*for ie checkbox*/
		background-color:transparent;
		border:0px;
	}

textarea
	{
		border:1px solid black;
		background-image:  url("../Elements/fond-form-1.jpg");
		font-family:"arial";
		color:black;
		font-size:10pt;
		padding:2px;		
	}


.header 
	{
		position:absolute;
		left:50%;
		width:720px; 
		height:180px;
		margin-top:0px;
    	margin-left:-360px;
	}

.corps
	{
		position:absolute;
		background-image:  url("../Elements/fond-1.jpg");
		left:50%;
		width:760px; 
		margin-top:180px;
    	margin-left:-360px;
		padding-bottom:40px;
		padding-top:20px;	
	}

.boite_smiley {float: left;}

.boite_auteur
	{	
		background-color:#b9cbf1;
		font-size:9pt;
		font-color:#ffffff;
		width:300px; 
		border-style:solid; 
		border-width:1px 1px 0px 1px; 
		border-color:blue; 
	}
	
.boite_titre
	{	
		background-color:#9999CC;
		font-size:9pt;
		font-color:#ffffff;
		font-weight:bold;
		border-style:solid; 
		border-width:1px 1px 0px 1px; 
		border-color:blue; 
	}

.boite_vide
	{	
		border:none; 
		width:300px; 
	}

.boite_message
	{	
		font-size:8pt;
		font-color:#ffffff;
		border-style:solid; 
		border-width:1px 1px 1px 1px; 
		border-color:blue; 
	}

.boite_dateheure
	{	
		background-color:#dbf5ea;
		font-size:8pt;
		font-color:#ffffff;
		border-style:solid; 
		border-width:0px 1px 1px 1px; 
		border-color:blue; 
	}

a.lien1:link {color:green;text-decoration:none;} 
a.lien1:visited	{color:#222266;font-style:italic;} 
a.lien1:hover {color:red;text-decoration:underline;} 
a.lien1:active {color:#222266;} 
	
a.lien2:link {color:green;text-decoration:none;} 
a.lien2:visited	{color:#222266;} 
a.lien2:hover {color:red;text-decoration:underline;} 
a.lien2:active {color:#222266;} 

.boite_navig_global
	{
		position:relative;
    	margin-left:35%;
	}
	
.boite_navig1
	{
		background-color:#d0f4d0;
		border-style:solid; 
		border-width:1px 1px 1px 1px; 
		border-color:black;
		text-align: center ; 
		font-size:9pt;
	}

.boite_navig2
	{
		background-color:#c60054;
		border-style:solid; 
		border-width:1px 1px 1px 1px; 
		border-color:black;
		text-align: center ; 
		font-size:9pt;
		color:#ffffff;
		font-weight:bold;
	}
.input
	{
		background-image:  url("../Elements/fond-2.jpg");
		color:#000000;
		font-family:Verdana;
		font-size:10pt;
		border:1 solid #1f5377;
	}

.Bandeau-1
	{
		background-color:transparent;
		width:600px;
		height:100px;
		color:#000000;
		font-family:Verdana;
		font-size:10pt;
		padding:2px;
		border-style:solid;
		border-width:1px; 
		border-color:#857694; 
	}

.tableau_erreurs
	{
		font-size:10pt;
		text-align:center; 
		padding:2px;
		color:#ff0000;
		border-style:solid; 
		border-width:1px; 
		border-color:red;
	}

.caption_erreurs
	{
		font-size:11pt;
		font-weight:bold;
		text-align:center; 
		padding:2px;
		color:#ffffff;
		border-style:solid; 
		border-width:1px 1px 0px 1px; 
		border-color:red;
		background-color:#ff0000;
	}
	
.tableau_confirm
	{
		font-size:10pt;
		padding:2px;
		color:#449533;
		text-align:center; 
		border-style:solid; 
		border-width:1px; 
		border-color:green;
	}

.caption_confirm
	{
		font-size:11pt;
		font-weight:bold;
		text-align:center; 
		padding:2px;
		color:#ffffff;
		border-style:solid; 
		border-width:1px 1px 0px 1px; 
		border-color:green;
		background-color:#449533;
	}

