@charset "utf-8";

/*----------body----------*/
body
{
	width:760px;
	margin:auto;
	background:url("../images/background.png") repeat-x;
	background-color:#72a7d3;
}
/*----------/body----------*/


/*----------#banner----------*/
#banner
{
}

#banner img
{
	width: 760px;
}
/*----------/#banner----------*/


/*----------#menuHorizontal----------*/
#menuHorizontal
{
	height:53px;
	width:100%;
	margin-top:-160px;
	margin-bottom:2%;
	font-size: small;
	font-weight: bold;
}

#menuHorizontal ul
{
	list-style-type:none;
	padding-left:2.5%;
	padding-top: 15px;
}

#menuHorizontal li
{
	display:inline;
	padding:0 0.8em;
	width:75px;
	height:53px;
}

#menuHorizontal li a
{
	text-decoration:none;
	color:black;
}
/*
#menuHorizontal a:hover
{
	background: url("../images/menu_hover.png") no-repeat bottom;
}
*/
/*----------/#menuHorizontal----------*/


/*----------#menuLeft----------*/
#menuLeft
{
	margin-top: 30px;
	margin-bottom:2%;
	margin-left:10px;
	width:90px;
}

#menuLeft img
{
	border-style: none;
}
/*
#test
{
	width:100%;
	height:32px;	
	margin-top:32px;
	margin-left: 90px;
}

#test a
{
	background: url("../images/bookmarks/menuleft/accueil.png");
}

#test a:hover
{
	background: url("../images/bookmarks/hover/accueil_h.png");
}

#test a:visited
{
	background: url("../images/bookmarks/visited/accueil_v.png");
}
*/
/*----------/#menuLeft----------*/


/*----------#txt----------*/
#txt
{
	margin-bottom:2%;
	margin-left:100px;
	margin-top:-265px;
	padding-bottom:15px;
	background: url("../images/margin_l.png") repeat-y;
	background-color:#ffffff;
}

#txt h1, #txt p, #txt li
{
	margin-left: 40px;
	margin-right: 20px;
	text-align: justify;
}

#txt h1
{
	padding-top:15px;
}

#txt p, #txt li
{
	font-family: Helvetica, serif;
	font-size: small;
}

#txt a
{
	text-decoration: underline;
	color: #3366ff;
}
	
#txt hr
{
	margin-left: 40px;
	width: 75%;
	margin-top:-20px;
	color: #a4442c;
	background-color: #a4442c;
	height: 1px;
	border: 0px;
}

#txt img {border-style: none;}

#ees {float: left; width:200px; padding-right: 10px; padding-bottom: 10px;}

#eric {margin-left: 40px;}

#txt label {display:block; width:190px; float:left;}

#txt textarea {width:100%; height:70px;}
/*----------/#txt----------*/


/*----------#foot----------*/
#foot
{
	height:53px;
	width:100%;
	margin-bottom:2%;
	background: url("../images/footer.png") repeat-x;
	color:white;
}

#foot p
{
	display: inline;
	font-size: x-small;
}

#textes
{
	padding-top: 5px;
	text-align: center;
}

#textes img {border-style: none;}
/*----------/#foot----------*/
