/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    MARGIN: 0px;
	background-color: #FFFFFF;
	text-align: center;
	background-image:url(graphics/fond_main.png);
	background-repeat:repeat-x;
}
hr {
  clear: both;
  visibility: hidden;
}
h1 {
	font-size:1.7em;
	font-weight: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
}

IMG 	{
  text-decoration: none;
  border: 0px;
}
A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}

/*Div principale*/
.divprincipale {
	border-width: 0px;
	border: 0px ;
	width: 900px;
	height: auto;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
}
/* Div de la partie du bandeau / titre */
.divbandeaupage {
	width: 100%;
	height: 50px;
	margin: 0px;
}
/* Div du menu principal */
.divmenuprincipal {
	width: 100%;
	height: 35px;
	margin: 0px;
	clear: both;
}
/* Div du sous titre */
.divsoustitre {
	width: 100%;
	height: 80px;
	min-height: 80px;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: justify;
}

/*Div du contenu de la page pour les pages dont le contenu est séparé en deux (gauche image, droite texte)*/
.divcontenupage {
	width: 100%;
	height: 360px;
	margin-top: 2px;
	min-height: 150px;
	clear: both;
}

/*Div du contenu de la page pour les pages dont le contenu est unique*/
.divcontenupage1 {
	width: 100%;
	height: auto;
	margin-top: 2px;
	min-height: 150px;
	clear: both;
	background-image:url(graphics/fond_contenu1.png);
	background-repeat: repeat-y;
	background-color: #FFFBEB;
}

/*Div du contenu de la page, zone de gauche */
.divcontenupage_gauche {
	width: 535px;
	height: 360px;
	margin: 0px;
	float: left;
}
/*Div du contenu de la page, zone de droite */
.divcontenupage_droite {
	width: 365px;
	height: 360px;
	min-height: 360px;
	margin: 0px;
	background-image:url(graphics/fond_contenudroite.png);
	background-repeat: no-repeat;
	background-color: #FFFBEB;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	text-align: justify;
}

/*Div du pied de contenu de page*/
.divpiedcontenupage {
	width: 100%;
	height: auto;
	margin-top: 2px;
	clear: both;
}

/*Div du pied de la page*/
.divpiedpage {
	clear: both;
	width: 100%;
	height: 60px;
	margin-top: 2px;
	text-align: center;
	background-image:url(graphics/fond_pied_page.png);
	background-repeat: repeat-y;
	font-size: 1.0em;
	color: #FFFFFF;
	line-height: 20px;
}

/* Div de la signature */
.divsignature {
	clear: both;
	width: 100%;
	height: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	text-align: center;
}

.tdlegendephoto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
}