/* CSS Document */

/*															mise en forme générale*/
body {
	background-color: #F7B614;
	background-image:  url(fond-body.jpg);
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #005E8A;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
img {
	border: none;
}
/*  													balises particulières*/
.catgauche {
	height: auto;
	width: auto;
	padding-left: 55px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.menugauche {
	overflow: hidden;
	height: auto;
	width: auto;
	padding-left: 75px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menugauche a {
	color: #005E8A;
	/*color: #2D659E;*/
	text-decoration: none;
}
.menugauche a:visited {
	color: #005E8A;
	text-decoration: none;
}
.menugauche a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.partiegauche {
	background-image:url(fond-menu.jpg);	
	background-position:top;
	background-color:#F7B614;
	background-repeat:no-repeat;
}
.contenu {
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	text-align : justify;
}
.tablecont{
	background-image: url(fond_contenu.jpg);
	background-repeat:repeat-x;
	background-color:#F7CD61
}
.menuhaut {
	padding-bottom: 30px;
	padding-right: 30px;
	text-align : right;
	color: #FFFFFF;
}
.menuhaut a{
	color: #FFFFFF;
	text-decoration: none;
}
.menuhaut a:hover{
	color: #006699;
	text-decoration: underline;
	font-weight: lighter;
}
.Title {
	color: #FFFFFF;
	font-size: x-large;
	font-weight: bold;
}
.piedpage {
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
	padding-left:307px;
}
.m{
	color:#F7B614;
	font-size:1px;
	text-align:right;
}
.nav{
	font-size:12px;
	color: #FFFFFF;
	text-indent: 20px;
}
.news{
	font-size:12px;
	font-weight:bold;
}
.news a{
	color: #005E8A;
	text-decoration: none;
}
.news a:visited{
	color: #005E8A;
	text-decoration: none;
}
.news a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.bouton{
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}
.bouton:hover{
	color : #005E8A;
	border : solid 1px #005E8A;
}
.inputlabel{
	text-align:left;
	font-weight:bold;
}
.tablo{
	border-bottom-style: solid;
	border-bottom-color: #005E8A;
	border-bottom-width: thin;
}