@charset "UTF-8";
/* CSS Document */

/* Logo */
#image_logo {
	float:left;
}

/* menu haut */
#menuhaut {
	height:50px;
	width:738px;
	padding-top:45px;
	margin-left:70px;
}

#menuhaut li {
	float:left;
	list-style:none;
}

/* lien contact */
#lien_contact a {
	display:block;
	width:93px;
	height:50px;
	background:#900 url(../img/contact.png) left top no-repeat;
}

#lien_contact a:hover, a:focus, a:active {
	background:#900 url(../img/contact.png) right top no-repeat;
}

/* lien Qui sommes nous */
#lien_quisommenous a {
	display:block;
	width:149px;
	height:50px;
	background:#900 url(../img/quisommesnous.png) left top no-repeat;
}

#lien_quisommenous a:hover, a:focus, a:active {
	background:#900 url(../img/quisommesnous.png) right top no-repeat;
}

/* lien showcase */
#lien_showcase a {
	display:block;
	width:90px;
	height:50px;
	background:#900 url(../img/showcase.png) left top no-repeat;
}

#lien_showcase  a:hover, a:focus, a:active {
	background:#900 url(../img/showcase.png) right top no-repeat;
}
	
/* lien la presse en parle */
#lien_lapresseenparle a {
	display:block;
	width:86px;
	height:50px;
	background:#900 url(../img/lapresseenparle.png) left top no-repeat;
}

#lien_lapresseenparle  a:hover, a:focus, a:active {
	background:#900 url(../img/lapresseenparle.png) right top no-repeat;
}

/* lien webseries */
#lien_webseries a {
	display:block;
	width:108px;
	height:50px;
	background:#900 url(../img/webseries.png) left top no-repeat;
}

#lien_webseries  a:hover, a:focus, a:active {
	background:#900 url(../img/webseries.png) right top no-repeat;
}
	
/* lien film pédagogiques */
#lien_film a {
	display:block;
	width:117px;
	height:50px;
	background:#900 url(../img/film.png) left top no-repeat;
}

#lien_film  a:hover, a:focus, a:active {
	background:#900 url(../img/film.png) right top no-repeat;
}
	
/* lien reference */
#lien_reference a {
	display:block;
	width:95px;
	height:50px;
	background:#900 url(../img/reference.png) left top no-repeat;
}

#lien_reference a:hover, a:focus, a:active {
	background:#900 url(../img/reference.png) right top no-repeat;
}
