

/* -------------- Styles pour la page d'acceuil de la collection ------------------ */


/* ---------------------- corp du texte ----------------------- */

body {
	color:#5a5a5a; 
	background:#FFFFFF url(../../images/ilv/bg.png) repeat-x;
	font-size:small; 
	line-height:1.5em;
	margin:auto;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

h2 {
	color:#ce0100;
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:20px;
}

h3 {
	margin:0;
padding:0;
font-weight:normal;
font-family:Arial;
	font-size:1em;
}

p {
	margin:0;
	font-family:Arial;
	font-size:1em;
	color:#5a5a5a;
}

li {
	list-style:none;
}

a {
	outline:none;
	text-decoration:none;
	color:#ce0100;
}

a:hover {
	color:#d87881;
}

a.txtDroite {
	float:right;
}

#recherche {
	width:300px;
	float:right;
	position:relative;
	top:90px;
}

input.bouton {
	width:26px;
	height:26px;
	background:url(../../images/ilv/loupe.png);
	border:none;
	cursor:pointer;
}

input.input_txt {
	width:153px;
	height:20px;
	background:url(../../images/ilv/champsRecherche.png);
	border:none;
	position:relative;
	top:-1px;
	right:5px;
	color:#bcc0c3;
	font-family:Arial;
	padding-top:5px;
	padding-left:5px;
}

#logo {
	background:url(../../images/ilv/logo.png);
	width:250px;
	height:110px;
	
	margin:0 0 50px 30px;
}

#logo h1 {
	margin:0;
	text-indent:-5000px;
}

#logo a {
	width:180px;
	height:60px;
	float:left;
	position:relative;
	top:30px;
}

#menu {
	width:481px;
	margin:auto;
}

a.BtMenu {
	color:#FFFFFF;
	width:127px;
	height:155px;
	float:left;
	padding-top:5px;
	padding-bottom:15px;
	margin-right:50px;
	background:url(../../images/ilv/btAccueil.png) no-repeat;
	text-indent:-5000px;
}

a.BtMenu1 {
	color:#FFFFFF;
	width:127px;
	height:155px;
	float:left;
	padding-top:5px;
	padding-bottom:15px;
	margin-right:50px;
	background:url(../../images/ilv/btProjet.png) no-repeat;
	text-indent:-5000px;
}

a.BtMenu2 {
	color:#FFFFFF;
	width:127px;
	height:155px;
	float:left;
	padding-top:5px;
	padding-bottom:15px;
	background:url(../../images/ilv/btSavoir.png) no-repeat;
	text-indent:-5000px;
}


#corps {
    width:90%;
	padding-left:5%;
	padding-right:5%;
}


#corps_centre {
    width:80%;
	float:left;
	padding-right:10%;
	padding-left:10%;
}

#corps_centre p {
	margin: 0px;
	text-align:justify;
}

#corps_centre li {
	list-style:square;
}

#corps_gauche {
    width:30%;
	float:left;
	padding-right:20px;
	border-right:#5a5a5a dashed 1px;
}



#corps_droit {
    width:60%;
	float:left;
	padding-left:30px;
}

.separateur {
	clear: both;
}

#corps_gauche p {
	margin: 0px;
	text-align:justify;
}

#corps_droit ul {
	padding:0;

}

#corps_droit li {
	
	

}

#corps_droit li img {
	margin:0 10px 2px 0;

}

#pied {
	
	width:98%;
	font-family:Verdana;
	font-size:10px;
	color:#5a5a5a;
	margin:50px auto 30px auto;
	padding:5px 0 0 0;
	border-top:#dddfe1 solid 1px;	
}

#pied p.piedDroit {
	float:right;	
}

#pied p.piedGauche {
	float:left;
}

#pied a {
	color:#86888b;	
}

#pied a:hover {
	text-decoration:underline;	
}

#pleaseWait {
	position: fixed;
	background-color:#DCDCDC;
	border:2px solid #696969;
	text-align:center;
	font-weight: bold;
	display:none;
	width:300px;
}

#pleaseWait img {
		border:none;
		vertical-align:middle
}

