﻿body 
{
	font-family: "Helvetica", "Verdana", "Tahoma", "Arial";
	background: url(../images/bg_accueil.gif) no-repeat;
	background-position: top center;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/************************************************************************************
 * Pour le positionnement des éléments de page d'accueil                            *
 ************************************************************************************/

#form1 #big_content
{
	width: 1024px;
	margin: 0 auto;
}

#form1 h4
{
	font-size: 14px;
	text-align: center;
	margin: 2px 0 10px 0;
}

#form1 a
{
	text-decoration: none;
}

#form1 legend
{
	color: #FFFFFF;
}

#form1 fieldset
{
	padding: 0px 10px 10px 10px;
}

#form1 #boutonsAccueil
{
	margin: 330px 0 0 170px;
	width: 700px;
	height: 100px;
}

#form1 #boutonsAccueil #bt_dejaInscrit
{
	float: right;
	width: 208px;
}

#form1 #boutonsAccueil #bt_premiereVisite
{
	float: left;
	width: 208px;
}

#form1 #texteIntro
{
	color: #6B6B6B;
	margin: 50px 0 0 320px;
	width: 400px;
}

#form1 .formMsgErreur
{
	background-image: url(../images/bg_msgErreur.png);
	background-repeat: repeat-y;
	height: 100px;
	padding: 5px 20px;
}

#form1 #img_closeMsgErreur,
#form1 #img_closeMsgInfo
{
	float: left;
}

#form1 .formNouveauDossier
{
	background-image: url(../images/bg_nouveauDossier.png);
	background-repeat: repeat-y;
	height: 680px;
	padding: 20px 40px;
}

#form1 .formRepriseDossier
{
	background-image: url(../images/bg_repriseDossier.png);
	background-repeat: repeat-y;
	min-height: 260px;
	padding: 20px 40px;
}

#form1 #ph_msgErreur,
#form1 #ph_msgInfo
{
	margin: 10px 0 0 340px;
	width: 358px;
}

#form1 #ph_msgErreur
{
	z-index: 2;
}

#form1 #ph_nouveauDossier,
#form1 #ph_repriseDossier
{
	margin: 280px auto 0;
	width: 730px;
}

#form1 .bouton_centre
{
	display: block;
	height: 40px;
	width: 400px;
	text-align: center;
	margin: 20px 0 0;
}

#form1 .zone_bouton
{
	clear: both;
}

#form1 .zone_bouton input
{
	
	display: block;
	float: right;
	width: 104px;
}

#form1 .zone_bouton a
{
	display: block;
	float: left;
	margin-top: 10px;
}

#form1 .zone_boutonOuiNon
{
	clear: both;
	margin: 50px 0 0 175px;
	width: 300px;
}

#form1 .zone_boutonOuiNon #bt_ajoutOui,
#form1 .zone_boutonOuiNon #bt_supprimeOui
{
	
	display: block;
	float: left;
	width: 98px;
}

#form1 .zone_boutonOuiNon #bt_ajoutNon,
#form1 .zone_boutonOuiNon #bt_supprimeNon
{
	display: block;
	float: right;
	width: 98px;
}

#form1 #lien_mdpPerdu
{
	float: right;
	margin: 5px 10px 10px;
}

#form1 #img_attention1,
#form1 #img_attention2, 
#form1 #img_attention3,
#form1 #img_attention4
{
	height: 18px;
}

#form1 .input_line
{
	margin-left: 110px;
	width: 320px;
	height: 20px;
}

#form1 label
{
	display: block;
	float: left;
	width: 120px;
}

#form1 input
{
	display: block;
	float: right;
	width: 152px;
	font-size: 0.9em;
}

#form1 select
{
	display: block;
	float: right;
	width: 154px;
	margin-right: 11px;
	font-size: 0.9em;
}

#form1 .lienDossier
{
	margin-left: 120px;
	height: 20px;
}

#form1 #lien_mdpPerdu img,
#form1 .lienDossier img
{
	height: 12px;
	float: left;
	margin: 2px 4px 0 0;
}

#form1 .validatorInfo
{
	float: right;
	margin-top: 3px;
}

/* POUR LE GRIDVIEW */

#form1 .Grid 
{
    text-align: left;
	background: #7EC72D;
	border: 1px solid #7ED12D;
	margin: 10px 0 0 1px;
	width: 100%;
}

#form1 .Grid th 
{
	font-size : 14px;
	background: #7EBC2D;
	height: 37px;
    padding: 0 0 0 5px;
}

#form1 .Grid tr 
{ 
    height: 20px;
}

#form1 .Grid td 
{ 
    padding: 0 0 0 5px;
}

#form1 .Grid tr.altern 
{
    background: #7EC02D;
}

#form1 .Grid td a 
{	
	text-decoration: none;
}

#form1 .Grid td a:hover 
{	
	color:#FFFFFF;
}
