/* CSS Document */

html, body {
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align: center;
	background-color: #3149A1;
}

a:link {color: #3149A1 ; text-decoration:underline;}
a:visited {color: #3149A1 ; text-decoration:underline;}
a:hover {color:#69ABA7; text-decoration:none;}

h1 {
	font-size: 16px;
	color: #3149A1;
	}
	
h2 {
	font-size: 14px;
	color: #CA422A;
	margin-top: 15px;
	text-decoration: underline;
	}
	
h3 {
	font-size: 12px;
	color: #CA422A;
	margin-top: 15px;
	text-decoration: none;
	}

#global {
	width: 650px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	}
	
#entete {
	width: 550px;
	height: 109px;
	padding: 0px;
	margin-bottom: 20px;
	background-image: url('im/entete.jpg');
	}

/* menus principaux */

.menu {
	padding-left: 3px;
	padding-right: 3px;
	height: 88px;
	width: 400px;
	margin: 0 0 8px 10px;
	border: #69ABA7 1px solid ;
	background-color: #BACFCE;
	}
	
.menu2 {
	padding-left: 3px;
	padding-right: 3px;
	text-align: justify;
	width: 400px;
	margin: 0 0 8px 10px;
	border: #69ABA7 1px solid ;
	background-color: #BACFCE;
	}

a.image {
	border: #69ABA7 1px solid ;
	float: left;
	margin: 3px 3px 3px 0;
	display: block; /* la balise a doit être en bloc */
	width: 100px;
	height: 80px;
	background-image: url(index/movies.jpg);
	background-repeat: no-repeat;
    }
	 
a.image:hover {
     background-image: url(index/movies2.jpg);
     }
	 
a.image3 {
	border: #69ABA7 1px solid ;
	float: left;
	margin: 3px 3px 3px 0;
	display: block;
	width: 100px;
	height: 80px;
	background-image: url(index/books.jpg);
	background-repeat: no-repeat;
    }
	 
a.image3:hover {
     background-image: url(index/books2.jpg);
     }
	 
.titre {
	border: none;
	float: left;
	margin-left: 2px;
	}
	
.titre2 {
	border: none;
	float: left;
	margin-left: 32px;
	}
	

	
.image {
	border: 1px solid #CA422A;
	margin: 3px 0 10px 0;
	}
	
/* bas de page */
	
#bas {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
	background-color: #BACFCE;
	border: #69ABA7 1px solid;
	padding-left: 3px;
	padding-right: 3px;
	}
	

	
/*page en + */
	
.im {
	border: 1px solid #69ABA7;
	float: left;
	margin-right: 3px;
	}
	
#cont {
	margin-right: auto;
	margin-left: auto;
	padding-left: 3px;
	padding-right: 3px;
	width: 650px;
	margin-bottom: 15px;
	border: #69ABA7 1px solid ;
	background-color: #F1F6FC;
	}
	
