/* Feuille de Style du STUDIO GRAPHIQUE DEIGEN FRANCE */

/* Body général */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}	
/* Texte général*/
* {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
/* Body Spécifique */
.index{
overflow:hidden;
}
.agents {
	background-color: #766946;
}
.confiance {
	background-color: #8CB0A4;
}
.contact {
	background-color: #A2A4A6;
}
.convoyage {
	background-color: #4F5559;
}
.coordonnees {
	background-color: #2E3192;
}
.espace {
	background-color: #E7A95A;
}
.prestations {
	background-color: #97B1D0;
}
.missions {
	background-color: #524F78;
}
.questions {
	background-color: #CABBBD;
}
.recrute {
	background-color: #8F6724;
}
/* Liens généraux */
a {
	color:#ffffff;
	text-decoration:underline;
}
A:hover {
	color:#00334E;
	text-decoration:underline;
}
.lienMenu:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/* Textes Spécifiques */
.texte-Georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.marron {
	color: #766943;
}
.plusGros {
	font-size:x-large;
}
.AccRouge{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#B3B5B8;
	font-weight:bold;
}
.AccBleu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#748192;
	font-weight:bold;
}
.Orange{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#FA8E4E;
	font-weight:bold;
}
/* Titres Spécifiques */
.titre-agents {
	background-image: url(../img/fond_sous_titre-agents.gif);
	background-repeat: no-repeat;
	padding-left:5px;
	font-size: 10px;
	color: #00334e;
}
.titre-missions {
	background-image: url(../img/fond_sous_titre-missions.gif);
	padding-left:5px;
	font-size: 10px;
	color: #00334e;
}
.accroche{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00334E;
	font-weight:bold;
}
.accrocheMini{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #A56C40;
	font-weight:bold;
}
/* Objets de Formulaires */
input {
	background :#C5C8C0; 
	color: #000000;
	border: 0px double #999999;
	width: 80%;
}
textarea {
	background :#C5C8C0; 
	color: #000000;
	border: 0px double #999999;
	width: 80%;
}
.bouton {
	background : #C5C8C0;
	width:104;
	border: 1px solid #C5C8C0;
}