/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FEA620;
}

/* ///////////////////    BLOCS PRINCIPAUX    /////////////////// --------------------------------------------------------------------------- */

/* TOP ----------------------------------------------------------------------------------------------- */

.fond_top {
	width:100%;
	margin:0;
	padding:0;
	background-color:#FEA620;
}

.top {
	padding:0;
	border:0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

/* NAV ----------------------------------------------------------------------------------------------- */

.fond_nav {
	width:100%;
	margin:0;
	padding:0;
	background-image:url(../CMS/ImagesNav/fond_nav.gif);
	background-position:center;
}

.nav {
	padding:0;
	border:0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

/* MAIN (dans MAIN se trouve les COL1, COL2, et COL3) ------------------------------------------------------------ */

.fond_main {
	width:100%;
	margin:0;
	padding:0;
	background-image:url(../CMS/ImagesNav/fond_main.gif);
	background-position:center;
}

.main {
	padding:0;
	border:0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

/* BOTTOM ----------------------------------------------------------------------------------------------- */

.fond_bottom {
	width:100%;
	margin:0;
	padding:0;
	background-image:url(../CMS/ImagesNav/fondBottom.gif);
	background-position:top center;
}

.bottom {
	padding:0;
	border:0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	font-size:10px;
	color:#000000;
}

.bottom a {
	text-decoration:none;
	font-size:10px;
	color:#000000;
}

.bottom a:hover {
	text-decoration:underline;
	color:#16581E;
}

/* ///////////////////    BLOCS SECONDAIRES    /////////////////// --------------------------------------------------------------------------- */
/* #col2 et col3 sont différents pour la page d'accueil */

#col1 {
	width:190px;
	padding:0;
	margin:0;
	background-image:url(../CMS/ImagesNav/colLeft/fond_nav_left.gif);
}

#col2 {
	width:675px;
	margin:0;
	padding:30px 0 0 35px;
	text-align:justify;
	background-color:#FFFFFF;
}

/* ///////////////////    AUTRES BLOCS    /////////////////// --------------------------------------------------------------------------- */

/* COL1 ----------------------------------------------------------------------------------------------- */

/* Calques Nav Left */

.colLeftSousRub {
	position:absolute;
	left:100px;
	padding:3px;
	border:1px solid #ffffff;
	line-height:14px;
	visibility:hidden;
	background-color:#659466;
	overflow:hidden;
	z-index:500;
}

.colLeftSousRub a {
	color:#FFFFFF;
	text-decoration:none;
}

.colLeftSousRub a:hover {
	text-decoration:underline;
}

.colLeftSousRubActive {
	text-align:left;
	margin:2px 0 0 16px;
	padding:0 0 8px 0;
}

.colLeftSousRubActive a {
	color:#FFFFFF;
	text-decoration:none;
}

.colLeftSousRubActive a:hover {
	text-decoration:underline;
}

/* Calques Nav Top */

.topSousRub {
	position:absolute;
	left:300px;
	top:35px;
	padding:3px;
	border:1px solid #ffffff;
	line-height:14px;
	visibility:hidden;
	background-color:#659466;
	overflow:hidden;
	z-index:600;
}

.topSousRub a {
	color:#FFFFFF;
	text-decoration:none;
}

.topSousRub a:hover {
	text-decoration:underline;
}

/* Navigation secondaire et champs de saisie */

.colLeft1 {
	margin:0;
	padding:56px 0 0 8px;
	background-image: url(../CMS/ImagesNav/colLeft/fond2.gif);
	color:#16581E;
}

.champ {
	margin:0;
	padding:0;
}

.champ input {
	width:140px;
	border:0;
	margin:3px 0 12px 0;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.champ img {
	margin:0 0 0 4px;
	padding:0;
}

.rubriqueSecondaire {
	margin:0;
	padding:0;
	text-decoration:none;
	color:#16581E;
	line-height:18px;
}

.rubriqueSecondaire:hover {
	text-decoration:underline;
}

/* Image Acrobat */

.colLeft2 {
	text-align:left;
	margin:0;
	padding:0;
	background-image: url(../CMS/ImagesNav/colLeft/fond3.gif);
	height:187px;
}

/* COL2 ----------------------------------------------------------------------------------------------- */

/* Page type */

hr {
	display:block;
	height: 1px;
	margin:20px 0 20px 0;
	padding:0;
	color:#16581E;
	background-color:#16581E;
	border:0;
}

hr.separation {
	clear:both;
	visibility:hidden;
	margin:0;
	padding:0;
}

