/* ---------------------------------------------------------------------------------------------------------------------------------------------------
//	Project : ART CONSTRUCTION
//	Date : 03/12/08
//	Description :  Fichier de style principal
//	Author : Maxime Cazé
---------------------------------------------------------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E7EAED;
	text-align: center;
}

img { display: block; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------------
//	PAGE
--------------------------------------------------------------------------------------------------------------------------------------------------- */
table#page {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table#page tr td { 
	padding: 0; 
	text-align: left;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------
//	TABLEAU DES ZOOMS
--------------------------------------------------------------------------------------------------------------------------------------------------- */
table#zooms-realisations {
	width: 942px;
	border-collapse: collapse;
}
table#zooms-realisations tr td {
	padding: 0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------
//	CLASS de MISE EN PAGE
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.separateur {
	text-align: center;
	margin: 20px auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------
//	STYLES DE TEXTE
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #123850;
}
.menu-gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D7012;
	font-weight: bold;
}
.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #123850;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3D7012;
}
strong, .gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3D7012;
}

.required {
	font-size: 11px;
	color: #F00;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------
//	LIENS
--------------------------------------------------------------------------------------------------------------------------------------------------- */
a.menu, a.titre, a.gras {
	text-decoration: none;
}
a.menu:hover, a.titre:hover, a.gras:hover {
	text-decoration: underline;
}
	
