@charset "utf-8";
* {margin:0; padding:0}

html,body{text-align:center;}

#general{
	background-color:#a6a8a9;
}

input,select,textarea{border: solid 1px #000000;}

a img{border:none;}

#ombre{
	width:980px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background:url(./Images/fond.gif) repeat-y top left;
	}

#header{
	text-align:right;
	height:120px;
	background-color: #fff;
	position: relative;
	}
	
#elemmenu{
	position: absolute;
	top:125px;
	}

#menu{
	margin-top: 20px;
	}

#menu a{
	display:block;
	text-align: center;
	padding:0 10px;
	font-size: 15px;
	color: #808081;
	text-decoration: none;
	font-weight: normal;
	}
	
#menu a:hover, #menu a.selected{
	color: #009ee0;
}

#diaporama { width: 980px; height: 250px; position: relative; background: #767779; }
    #diaporama .slide { width: 980px; height: 250px; clear: both; position: absolute; top: 0; left: 0; display: none; }
        #diaporama .zoneLeft { float: left; width: 490px; height: 250px; background: #767779; position: relative; }
            #diaporama .zoneLeft .fleche { position: absolute; top: 110px; left: 0; width: 111px; height: 29px; display: none; }
            #diaporama .zoneLeft .texteSlide { position: absolute; top: 114px; left: 120px; color: #FFF; font-weight: bold; font-size: 16px; display: none; }
        #diaporama .zoneRight { float: left; width: 490px; }
        #diaporama .zoneRight img { width: 490px; height: 250px; border: 0; }
        
#contenu{
	padding-top:20px;
	background-color: #fff;
	}	

#centre{
height: 350px;

}

#colonneGauche{
	text-align:center;
	vertical-align:top;
	width:490px;
	background: #d7cdc5 url(./Images/filigranne.gif) no-repeat bottom left;
	height: 350px;
	}
	
#colonneGauche a{
	color: #918f8e;
	text-decoration: none;
	font-size: 11px;
	}

#footer{
width:980px;
height: 25px;
padding-right:10px;
text-align:right;
margin-left:auto;
margin-right:auto;
background:#fff url(./Images/footer.gif) no-repeat top left;
	}
	
#footer a{color:#81828d;}
#footer a:hover{color:#00adee;}

.clear{
	display:block;
	width:0px;
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
	}

.tabForm{
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	}
	
.tabForm td{
	vertical-align:top;
	padding: 5px;
	text-align: left;
}

.tabFront{
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	}
	
.tabFront th{
	font-weight:bold;
	text-align:center;
	padding: 2px;
}
.tabFront td{
	text-align:center;
	padding: 2px;
}

.tabAdmin{
	border-collapse: collapse;
	empty-cells: show;
	border: dashed 1px #000000;
	text-align: left;
	}
	
.tabAdmin th{
	font-weight:bold;
	text-align:center;
	border: dashed 1px #000000;
	padding: 2px;
}
.tabAdmin td{
	text-align:center;
	border: dashed 1px #000000;
	padding: 2px;
}
