/* CSS Document */

* {
	padding:0px;
	margin:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

body {
	background-image:url(img/bg1.jpg);
	background-repeat:repeat-x;
	min-height:520px;
	background-color: #4385AE;
}

#global {
	position:relative;
	margin-top: 80px;
	width: 750px;
	height: 520px;
	font-family:Arial, Helvetica, sans-serif;

	background-image:url(img/visuh1.jpg);
	background-repeat:no-repeat;
	background-position:center 46px;
	background-color:#FFFFFF;
}
#stand {
	position:absolute;
	top:0px;
	left:0px;
	width: 128px;
	height: 217px;
}
	
#logo {
	position:absolute;
	top:-18px;
	left:312px;
}

#menuh {
	position:absolute;
	top:5px;
	left:580px;
	width:150px;
	height:38px;
	background-image:url(img/bg2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:6px;
	text-align:center;
}

#menu {
	position:absolute;
	top:199px;
	left:0px;
	width:750px;
	height:43px;
}

#menu a.bt1 { background-image: url('img/bt3.gif');background-position: 0px -43px; width:117px; display:block; float:left;}
#menu a.bt1:hover {background: url('img/bt3.gif') 0px 0px; }
#menu a.bt2 { background-image: url('img/bt4.gif');background-position: 0 -43px;  width:261px; display:block; float:left;}
#menu a.bt2:hover {background: url('img/bt4.gif') 0 0; }
#menu a.bt3 { background-image: url('img/bt5.gif');background-position: 0 -43px;  width:213px; display:block; float:left;}
#menu a.bt3:hover {background: url('img/bt5.gif') 0 0; }
#menu a.bt4 { background-image: url('img/bt6.gif');background-position: 0 -43px;  width:159px; display:block; float:left;}
#menu a.bt4:hover {background: url('img/bt6.gif') 0 0; }

#menu a.on {
	background-position: 0 0px;
}

#middle {
	position:absolute;
	top:245px;
	left:0px;
	width:750px;
	height:230px;
}

#signature {
	position:absolute;
	top:476px;
	left:0px;
	width:750px;
	height:46px;
	background-image:url(img/bg3.gif);
	background-repeat:repeat-x;
	text-align:center;
	color:#666666;
	font-size:11px;
	padding-top:10px;
}

#bloc1{
	font-size:11px;
	color:#666666;
	background-image:url(img/bg5.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
}
#bloc1 a {
	text-decoration:none;
	color: #000000;
}

#bloc1 a:hover {
	text-decoration:underline;
}

#bloc1 p {
	padding-bottom:8px;
}

#bloc2{
	font-size:11px;
	color:#000;
	overflow: auto;
	width:470px;
	height:200px;
	clip:rect('0', '470', '200', '0');
	position:relative;
}

#bloc2 h1{
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:10px;
	color:#3E6AA2;
}

#bloc2 h2{
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:6px;
	padding-top:6px;
	color:#6993BD;
}
#bloc2 p {
	padding:5px;
	margin:0px;
}

.bleug{
	color:#3D69A2;
	font-weight:bold;
}
#bloc2 ul {
	padding-left:20px;
	margin-top:2px;	
}

#bloc2 li{
	font-size:11px;
	list-style-position: inside;
	
}
#bandeau {
	position:absolute;
	top:2px;
	left:162px;	
}
a.pdf  {
	text-decoration: none;
	color: #000000;
	margin-left: 10px;
}

a.pdf:hover {
	text-decoration: underline;
	letter-spacing: 1px;
}
form {
	text-align:right;
	width:250px;
}
textarea {
	font-size:11px;
}
input {
	margin:2px;
}

