Body
{
	width: 1100px;
	padding-top: 2px;
	margin: auto;
	background-color: #dff8ff;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	overflow: hidden;
	background: url("images/bg.jpg") top left repeat;
}

#cadre
{
	width: 1100px;
	height: 670px;
	margin: auto;
	background: url("images/background.png") top center no-repeat;
}

#menu
{
	width: 168px;
	height: 400px;
	position: relative;
	top: 250px;
	left: 50px;
}

#corps
{
	width: 605px;
	max-height: 490px;
	min-height: 490px;
	overflow: auto;
	position: relative;
	left: 240px;
	top: -370px;
}

#pied_de_page
{
	width: 168px;
	position: relative;
	top: 160px;
	left: 40px;
}

#copyright
{
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
}
#copyright a
{
	font-size: 11px;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
}



#haut_page
{
	text-align: center;
}

#pub_packs
{
	width: 492px;
	margin: auto;
	max-height: 94px;
	border: 3px inset #895b9d;
}

#partenaire
{
	width: 500px;
	padding: 10px;
	text-align: center;
	margin: auto;
	border: 1px dashed #004e48;
}

/* Fin des .id */




.element_menu
{
	margin-bottom: 10px;
	padding: 5px;  
}
.images
{
	text-align: center; 
}

.element_menu h3
{    
	color: #7df600;
	font-family: "Trebuched MS", Verdana, Arial, serif;
	text-align: center;
	border: 2px outset #007e80;
}
.element_menu li a:hover
{    
	color: #7df600;
	font-family: "Trebuched MS", Verdana, Arial, serif;
	font-weight: bold;
}

.exemples
{
	text-align: center;
	margin: auto;
	padding: 5px;  
}
.retour_offres
{
	text-align: center;
	border: 3px dashed #006f71;
}

/* Début de configuration du bloc de news */
.news
{
	width: 205px;
	height: 230px;
	overflow: auto;
	position: relative;
	left: 860px;
	top: -880px;
	font-size: 13px;
	color: #ffffff;
}
.news h2
{    
	color: #7df600;
	font-family: "Trebuched MS", Verdana, Arial, serif;
	font-size: 22px;
	text-align: center;
	margin-top: -6px;
}
.news h3
{    
	color: #004e48;
	font-family: "Trebuched MS", Verdana, Arial, serif;
	text-align: left;
	font-size: 14px;
	text-decoration: underline;
}
.news h4
{    
	color: #004e48;
	font-family: "Trebuched MS", Verdana, Arial, serif;
	text-align: left;
	font-size: 10px;
	margin-top: -10px;
}
.news p
{    
	color: #ffffff;
	font-family: "Trebuched MS", Verdana, Arial, serif;
	text-align: left;
	font-size: 14px;
	margin-top: -10px;
}
.news a
{    
	color: #ffffff;
	font-family: "Trebuched MS", Verdana, Arial, serif;
	font-weight: bold;
	font-size: 13px;
}
.news a:hover
{    
	color: #7df600;
	font-family: "Trebuched MS", Verdana, Arial, serif;
	font-weight: bold;
	font-size: 13px;
}


/* Fin des .class */




input, textarea
{
	font-family: "Trebuchet MS", Verdana, Arial, serif; /* On modifie la police du texte tapé l'intérieur des champs */
	background-color: #bae1ff;
}
 
label
{
	color: #006f71;
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	color: #004e48;
	font-size: 20px;
}
 
fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
}
/* Fin des input du devis */


p
{
	color: #006f71;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	text-align: left;
} 
/* Fin de la configuration des paragraphes */


h1
{
	width: 400px;
	color: #006c8b;
	margin: auto;
	font-size: 22px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	text-align: center;
	font-variant: small-caps;
}
h2
{
	color: #006c8b;
	font-size: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	text-align: left; 
	font-style: italic;
	text-decoration: underline;
	font-variant: small-caps;
}
h3
{
	color: #006c8b;
	text-align: left;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, serif; 

}
/* Fin des titres */


  

a img /* Config images/lien */
{
	border: none;
}

li /* Config listes */
{
	list-style-image: url("images/puce_bleu.png");
}

a /* Config liens */
{
	text-decoration: none; /* Non souligné */
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
}

table /* Config table générale */
{  
	border: 4px outset #006f71;
	border-collapse: collapse; /* Les bordures collées */
	color: #006f71;
	padding: 5px;
	width: 575px;
	margin: auto;
}
td, th /* Config des cellules des tables */
{
	border: 4px outset #006f71;
	padding: 10px;
}