body {
	background-image:url(../images/backbody.jpg);
	background-color: #333366;
	background-repeat: repeat-x;
	overflow: hidden;
}

a img {border:none;}

#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 600px;
	margin-top: -300px; /* moitie de la hauteur */
	margin-left: -350px; /* moitie de la largeur */
	background-repeat: no-repeat;
	background-position: right 50px;
}

#all {
	border: 1px solid #FFFFFF;
	width: 700px;
	height: 580px;
}

#top {
	height:120px;
	background-color: #333366;
}

#menu {
	height:40px;
	background-image: url(../images/back.gif);
	text-align: center ;
}

#contenu {
	height:400px;
	background-color:#FFFFFF;
}

#contenu_left {
	float:left;
	width:500px;
	height:400px;
	background-color:#FFFFFF;
	overflow:auto;
	
}

#contenu_right {
	float:right;
	width:200px;
	height:400px;
	background-color:#FFFFFF;
}

#bottom {
	height:20px;
	background-color:#336699;
	text-align:right;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #CCCCCC;
	text-decoration: none;
}

div#contenu_left_inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-align: justify;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
		
}

.retrait_1 {
	padding: 0px 20px;
	text-align: justify;
	text-indent: 10px;
	line-height: 1.5em;	
}

#contenu_left_inner h1{
	font-size: 1.4em ;
	padding-left: 30px ;
	line-height: 1.5em ;
	background: url(../images/minifeuilles.gif) no-repeat left bottom ;
	color: #333366 ;	
	border-bottom: 1px solid #333366 ;
}

div#contenu_left_inner a {
	color: #336699;
	text-decoration: none;
}

div#contenu_left_inner a:hover {
	text-decoration: underline;
}

#contenu_left_inner .inputbox {
	background-color: #ADC4C9;
	border: #333366 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;	
}

div#adresse {
	font: Verdana, Arial, Helvetica, sans-serif 12px #333333 bold;
	Margin-top:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333366;
	line-height: 20px;
		
}

.howto {
	margin: 0px 20px;
	padding:5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	background-color: #E6E6FF;
	border: 1px dotted #999999;	
		
}

div#bottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #CCCCCC;
	text-decoration: none;
}

div#bottom a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
div#copyright {
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 20px;
}

div#copyright a {
	text-decoration:none;
	color: #CCCCCC;
	font-weight: bold;
}

div#copyright a:hover {
	color: #FFFFFF;
}

/* ex de menu haut en full css

ul#menu
{
	height: 40px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: 0 -40px;
}

ul#menu li
{
	float: left;
	text-align: center ;
}

ul#menu li a
{
	width: 130px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: left;
	line-height: 40px;
	height: 40px;
}

ul#menu li a:hover 
{
	background: url(../images/bg_menu.gif) repeat-x 0 0 ;
}

ul#menu li a:active 
{
	background: url(../images/bg_menu.gif) repeat-x 0 0 ;
}

*/
