/**************************************************** VERO ********************************************************************/

body {
	background-color:#FCB78A;
	/*background-image:url(../elements-des-pages/acceuil/fond.jpg);*/
	font-family:Georgia, "DejaVu Serif", Norasi, serif;
	font-size:1em;
	font-weight:bold;
	color:#000; /* D85905 */
}

/***** IMAGE EN-TETE *****/
.image-en-tete {
	background-image:url(../elements-des-pages/acceuil/banniere.png);
	background-repeat:no-repeat;
	position:absolute;
	display:block;
	width:711px; /* Largeur de l'image */
	height:96px; /* hauteur de l'image */
	left:25%;
	top:5px;
}

/*************** TITRES ***************/

h1, h2, h3, h4, h5, h6 {
  margin-top:0px;
  margin-bottom:0px;
  font-style: normal;
}

h1 {  font-size: 1.75em;}
h2 {  font-size: 1.7em;}
h3 {  font-size: 1.5em;}
h4 {  font-size: 1.25em;}
h5 {  font-size: 1.2em;}

/***** MENU *****/

.bouton-mes-produits {
	background:url(../elements-des-pages/acceuil/bouton.png);
	width:200px;
	height:33px;
	display:block;
	position:absolute;
	background-repeat:no-repeat;
	/* Position block */
	top:150px;
	left:10px;
	/* Texte */
	font-family:normal;
	font-size:1em;
	font-weight:bold;
	color:#FFFF00;
	text-align:center;
	line-height:27px;
}

.bouton-mes-produits:hover {
	background:url(../elements-des-pages/acceuil/bouton.png);
	width:200px;
	height:33px;
	cursor:pointer;
	text-decoration:none;
	color:#00FFFF;
}

.bouton-comites-entreprises {
	background:url(../elements-des-pages/acceuil/bouton.png);
	width:200px;
	height:33px;
	display:block;
	position:absolute;
	background-repeat:no-repeat;
	/* Position block */
	top:150px;
	left:300px;
	/* Texte */
	font-family:normal;
	font-size:1em;
	font-weight:bold;
	color:#FFFF00;
	text-align:center;
	line-height:27px;
}

.bouton-comites-entreprises:hover {
	background:url(../elements-des-pages/acceuil/bouton.png);
	width:200px;
	height:33px;
	cursor:pointer;
	text-decoration:none;
	color:#FFFF00;
	font-size:1.2em;
}

/*********************************************************************************************************************************/
/*********************************************************************************************************************************/

/***** LIENS  ***************************************/

/***** LIENS *****/
a:link {
	text-decoration:underline;
	color:#F00;
}

a:hover {
	text-decoration:underline;
	color:#F00;
}

a:visited {
	text-decoration:underline;
	color:#F00;
}

/***** PAGE ACCUEIL ******************************/

.bloc-image {
	position: absolute;
	width:172px;
	height:103px;
	left:21px;
	top:206px;
}

.paragraphe-01 {
	padding-left:205px;
	top:1px;
}

.paragraphe-02 {
	padding-left:350px;
	top:1px;
}


/**************************************************************/
.debut-de-phrase {
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:16px;
	/*color:#FFCC00;*/
	font-weight:bold;
	}



/***** BLOC ***************************************************/

div#bloc {
      	width:100%;
      	height:400px; /* Longueur */
      	overflow: auto;
      	border: 1px;
		border-style:solid;
		border-color:#000000;
		padding:5px;
}