/*Mise en forme générale*/
html, body {
	background-color: #e9e9e9;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-align: justify;
	height: 100%;
}

/* AJOUT NETMIZE */
.button {
	background-color: #9c7c3a;
	border-left: 1px solid #bc9c5a;
	border-top: 1px solid #bc9c5a;
	border-right: 1px solid #7c5c1a;
	border-bottom: 1px solid #7c5c1a;
	color: #ffffff;
	font-size: 8pt;
	height: 21px;
	cursor:pointer;
}
.button:hover {
	background-color: #ac8c4a;
}

#conteneur {
	width: 840px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background-image: url(../img/ligne-fond.png);
	background-repeat: repeat-y;
	overflow: auto;
}

#header_index {
	height: 440px;
	background-image: url(../img/fond-index.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header {
	height: 177px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#left {
	float: left;
	width: 213px;
	padding: 5px;
}

#right {
	float: right;
	width: 606px;
	padding: 5px;
}

#footer {
	clear: both;
	height: 30px;
	border-top: 1px solid #cecece;
	position: absolute;
	bottom: 0;
}

#menu_index {
	width: 223px;
	float: left;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
}
/*
#actu a {
	color: #ff0000;
	text-decoration: none;
}

#actu a:hover {
	color: #00ff00;
}
*/
h1 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.texte_gros_centre {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}




















/*BARRE DE NAVIGATION INDEX*/
div.topnav {
	display: block;
	position: absolute;
	left: 0;
	top: 200px;
	width: 223px;
	height: 23px;
	font-size: 10px;
	padding-left: 23px;
	padding-top: 5px;
	text-decoration: none;
	color: #ffffff;
	overflow: hidden;
	z-index: 40;
	text-transform: uppercase;
	cursor: pointer;
}

div.topnav {
	width: 200px;
	height: 18px;
}

#topnav1 {
	top: 129px; 
	background-image: url(../img/navig-01.jpg);
}

#topnav2 { 
	top: 153px;
	background-image: url(../img/navig-02.jpg);
}

#topnav3 {
	top: 177px;
	background-image: url(../img/navig-03.jpg);
}

#topnav4 {
	top: 201px;
	background-image: url(../img/navig-04.jpg);
}

#topnav5 {
	top: 225px;
	background-image: url(../img/navig-05.jpg);
}

#topnav6 { 
	top: 249px;
	background-image: url(../img/navig-06.jpg);
}

#topnav7 { top: 273px; }
#topnav8 { top: 297px; }
#topnav9 { top: 321px; }
#topnav10 { top: 345px; }
#topnav11 { top: 369px; }
#topnav12 { top: 393px; }
#topnav13 { top: 417px; }


















/*BARRE DE NAVIGATION AUTRES PAGES*/
div.nav {
	display: block;
	position: absolute;
	left: 0;
	top: 200px;
	width: 223px;
	height: 23px;
	font-size: 10px;
	padding-left: 23px;
	padding-top: 5px;
	text-decoration: none;
	color: #666666;
	overflow: hidden;
	z-index: 40;
	text-transform: uppercase;
	cursor: pointer;
}



div.nav {
	width: 200px;
	height: 18px;
}

.nav {
	border-top: 1px solid #cccccc;
}

#nav1 {
	top: 129px; 
	border-top: 1px solid #cccccc;
}

#nav2 { 
	top: 153px;
	border-top: 1px solid #cccccc;
}

#nav3 {
	top: 177px;
	border-top: 1px solid #cccccc;
}

#nav4 {
	top: 201px;
	border-top: 1px solid #cccccc;
}

#nav5 {
	top: 225px;
	border-top: 1px solid #cccccc;
}

#nav6 { 
	top: 249px; 
	border-top: 1px solid #cccccc;
}

#nav7 {
	top: 273px;
	border-top: 1px solid #cccccc;
}

#nav8 {
	top: 297px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#nav9 { top: 321px; }
#nav10 { top: 345px; }
#nav11 { top: 369px; }
#nav12 { top: 393px; }
#nav13 { top: 417px; }











/*********** PAGINATION ***********/
.pages {
  color: #b2011e;
	font-weight: bold;	
	text-decoration: none;
	padding: 2px;
	margin: 2px;
	border: 1px solid #aaaaaa;
	background-color:#f3f2f2;
	line-height: 25px;
}
.pages:hover {
	color: #b2011e;
	font-weight: bold;	
	text-decoration: none;
	padding: 2px;
	margin:2px;
	border: 1px solid #d0d0d0;
	background-color:#e8e8e8;
}
.page_actuelle {
  color: #000000;
	font-weight: bold;	
	font-size: 16px;	
	text-decoration: none;
	padding: 2px;
	margin: 2px;
	border: 1px solid #000000;
	background-color:#f3f2f2;
	line-height: 25px;
}
.page_actuelle:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin:2px;
	border: 1px solid #000000;
	background-color:#e8e8e8;
}

/*********** FIN PAGINATION ***********/








/* Teaser bar module */
.teaserBar
{
    position: relative;
    /*top: 10px;*/
    left: 0;
    margin: 10px 0 52px 10px;
    padding: 0;
    height: 65px;
    display: block;
}

.teaserBar li
{
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 135px;
    height: 65px;
    display: block;
}

.teaserBar img
{
    display: block;
    border: 1px solid rgb(205,205,205);
}

.teaserBar span
{
    display: block;
    margin-top: 5px;
    padding-left: 8px;
    background: #fff url(../img/arrow-gray.gif) no-repeat left 3px;
    font-size: 10px;
}

.teaserBar li a 
{
    text-decoration: none;
    display: block;
}

.teaserBar a:hover span
{
    background-image: url(../img/arrow-red.gif);
}

.teaserBar .teaser1
{
    left: 0;
}

.teaserBar .teaser2
{
    left: 152px;
}

.teaserBar .teaser3
{
    left: 304px;
}

.teaserBar .teaser4
{
    left: 456px;
}







/* FORMULAIRE */
.label {
	color: #ffffff;
	font-size: 8pt;
	height: 20px;
	padding-left: 4px;
}
.text {
	color: #224477;
	font-size: 8pt;
	height: 20px;
	font-weight: bold;
}
.getUpper {
	border: 1px solid #888888; 
	padding-left: 2px; 
	font-family: Trebuchet MS, Arial, Tahoma, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	text-transform:uppercase; 
	height: 15px; 
	margin-bottom: 1px; 
}
.getUpper:hover { 
	border: 1px solid #222222; 
	background-color: #e0e0e0;
}
.getUpper:focus { 
	border: 1px solid #222222; 
	background-color: #e0e0e0; 
}
.getNormal {
	border: 1px solid #888888;
	padding-left: 2px;
	font-family: Trebuchet MS, Arial, Tahoma, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	height: 17px;
	margin-bottom: 1px;
	height:15px;
}
.getNormal:hover { 
	border: 1px solid #222222;
	background-color: #e0e0e0;
}
.getNormal:focus {
	border: 1px solid #222222;
	background-color: #e0e0e0;
}
.getCourrier { 
	border: 1px solid #888888;
	padding-left: 2px; 
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 1px;
}
.getCourrier:hover {
	border: 1px solid #222222;
	background-color: #e0e0e0;
}
.getCourrier:focus {
	border: 1px solid #222222;
	background-color: #e0e0e0;
}
.getMultilines {
	border: 1px solid #888888;
	padding-left: 2px;
	font-family: Trebuchet MS, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 1px;
}
.getMultilines:hover {
	border: 1px solid #222222;
	background-color: #e0e0e0;
}
.getMultilines:focus {
	border: 1px solid #222222;
	background-color: #e0e0e0;
}
.getListBox {
	border: 1px solid #888888;
	font-family: Trebuchet MS, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 1px;
}
.getListBox:hover {
	border: 1px solid #222222;
	background-color: #e0e0e0;
}
.getListBox:focus {
	border: 1px solid #222222;
	background-color: #e0e0e0;
}


/* INFO BULLE */
.custom_tip .tip {
	background-color:#FFFFFF;
	width:350px;
	padding:5px;
	border:solid 3px #787878;
	font-size: 12px;	
}

/* LISTES */
.hHeader {
	background-color: #A00;
	color: #ffffff;
	font-size: 9pt;
	font-weight: normal;
	height: 20px;
}
.hHeaderSub {
	background-color: #d0d0d0;
	color: #282828;
	font-size: 9pt;
	font-weight: normal;
	height: 18px;
}
.hItem {
	height: 20px;
}
.hItem:hover {
	background-color: #808080;
	color: #fff;
}

.subWindow {
	background-color:#FFFFFF;
	padding:5px;
	border:solid 3px #787878;
}