/*===================================================================*/
/*  Feuille de style du site www.newarch.fr. Les 3 couleurs           */
/*  dominantes :                                                     */
/*  Bleu : #0170B9 - pourpre : #8C2D5F - gris : #616161              */
/*===================================================================*/
/*  Redefinition des styles HTML par defaut                          */
/*===================================================================*/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #616161;
}
html, body {
	/*min-width: 980px;*/
}
body {background-color: #FFFFFF;}
/* Espaceur de blocs */
.nettoyeur {
	clear: both;
	border: none;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
.nettoyeur2 {float:none;}
/* Non visible a l'ecran */
#invisible {display:none;}
.invisible {
	position: absolute;
	top: -3000em;
	height: 1%;
}
/*===================================================================*/
/*  Decoupage de la page en blocs                                    */
/*===================================================================*/
/*  Styles associs au body de chaque page selon son                  */
/*  utilisation                                                      */
/*===================================================================*/
#sommaire, #page {
	min-width: 980px;
}
/*===================================================================*/
/*  Bloc contenant l'entete                                          */
/*===================================================================*/
#entete {
	height: 26px;
	position: relative;
}
/*===================================================================*/
/*  Bloc contenant la Banniere                                       */
/*===================================================================*/
#banniere, #sommaire #banniere {
	height: 161px;
	background: #3f7eb1 url(../images/3f7eb1.jpg);
	border-top: 4px solid #ff9900;
}
/**  Banniere sur la page d'accueil **/
#sommaire #banniere { height: 221px; }
/*===================================================================*/
/*  La partis centrale                                               */
/*===================================================================*/
#contenu {
	padding-bottom: 31px;
	overflow:hidden;
}
/*===================================================================*/
/*  second d�coupage du block contenu en 3 colonnes pour             */
/*  afficher les 3 module se trouvant sur la page d'accueil          */
/*===================================================================*/
#block_col_g, #block_col_c, #block_col_d {
	float:left;
	text-align:center;
	vertical-align:middle;
	padding-top:20px;
}
#block_col_g {width:59%;}
#block_col_c {width:30%;}
#block_col_d {width:39%;}
/*===================================================================*/
/*  Block de contenu se trouvant a cote du menu de navigation        */
/*  des rubriques et sous le pathWay                                 */
/*===================================================================*/
#contenu-page {
	margin-left: 230px;
	padding-right: 20px;
}
#contenu-page-volante {
	margin-left: 120px;
	margin-bottom: 2em;
	padding-right: 20px;
}
/* Modele d'affichage colonne simple */
#corps_simple {
	padding-right: 20px;
}
/* Modele d'affichage en 2 colonnes egales **/
.colonne-gauche {
	float: left;
	width: 43%;
	padding: 2em;
}
.colonne-droite {
	float: right;
	width: 43%;
	padding: 2em;
}
/*===================================================================*/
/*  Syle du squelette plan du site                                   */
/*===================================================================*/
.plan_site {
	margin-left:120px;
}
.plan_secteur {
	float: left;
	margin: 8px;
	width: 25%;
}
.plan_secteur .titre {
	background-color:#0170B9;
	color:#FFFFFF;
	white-space:nowrap;
	font-weight: bold;
	padding: 4px 2px;
}
/*===================================================================*/
/*  Le pied de page                                                  */
/*===================================================================*/
#pied {
	position: fixed;
	left: 0px;
	bottom: 0px;
	min-width: 980px;
	width: 100%;
	height: 31px;
	background-color: #FFFFFF;
	line-height: 31px;
}
#sommaire #pied { 
	position: relative;
}
