*{
	padding: 0;
	margin: 0;
}
body{
	background: #fff url(images/back_body.jpg) repeat-x;
	color: #000;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
h1{
	font-family : Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
h2{
	font-family : Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
a{color: #2065ab;}
a:hover{color: #4b83bc;}
a span{display: none;}
a img{ border: 0;}
p{
	padding-bottom: 20px;
}

#global{
	width: 900px;
	min-height: 700px;
	margin: 0 auto;
	background: url(images/back_global.jpg) no-repeat;
	text-align: justify;
}
#menu{	
	display: block;
	height: 70px;
	padding: 160px 0 0 280px;
	list-style: none;
	clear: both;
}
#menu li{display: inline;}
#menu li a{	
	display: block;
	float: left;
	width: 65px;
	height: 50px;
}
#menu #bt_abs a{ background: url(images/back_bt1.jpg) no-repeat;}
#menu #bt_apic a{ background: url(images/back_bt2.jpg) no-repeat;}
#menu #bt_bls a{ 
 	width: 180px;
	background: url(images/back_bt3.jpg) no-repeat;
}
#menu #bt_contact a{ 
	width: 90px;
	background: url(images/back_bt4.jpg) no-repeat;
}
#menu #bt_candidature a{ 
	background: url(images/back_bt5.jpg) no-repeat; 
	width: 180px;
}
#menu #bt_abs a:hover,
#menu #bt_abs.current a,
#menu #bt_apic a:hover,
#menu #bt_apic.current a,
#menu #bt_bls a:hover,
#menu #bt_bls.current a,
#menu #bt_contact a:hover,
#menu #bt_contact.current a,
#menu #bt_candidature a:hover,
#menu #bt_candidature.current a{ background-position: 0 -50px;}

#col1{
	width: 200px;
	padding: 0 10px 0 45px;
	float: left;
}
#col2{
	margin: 0 50px 0 270px;
}
#footer{
	width: 900px;
	margin: 10px auto;
	clear: both;
	background: url(images/back_footer.jpg) no-repeat top center;
	padding: 25px 0;
	text-align: center;
	font-size: 12px;
}
#footer ul li{display: inline;}


/* Formulaires */
form{
	display: block;
	margin: 0 auto;
	width: 550px;
}
fieldset{
	border: 0;
}
legend{display: none;}
label{display: block;}
input, 
textarea{
	display: block;
	width: 100%;
	border: 1px solid #666;
	margin-bottom: 10px;
}
textarea{
	height: 150px;
}
#submit{
	width: auto;
	margin: 0 auto;
	padding: 5px;
}
form p{
	font-size: 11px;
	font-weight: bold;
}


/* Textes */
#col2 ul{
	list-style-position: outside;
	margin: 0 0 10px 20px;
}
#logo{
	display: block;
	margin-bottom: 10px;
}
iframe{
	border: 1px solid #666;
}
#googleLink{
	display: block;
	text-align: center;
}


/* Photos */
.droite{
	float: right;
	margin: 0 0 10px 10px;
}
.gauche{
	float: left;
	margin: 0 0 10px 0;
}