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


body {
background-color:#333;
margin:0px;
padding:0px;
}


#page {
width:900px;
background-color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:medium;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
min-height:500px;
}

#entete{
width:900px;
height:150px;
background-image:url(images/entete.jpg);

}

#menu {
width:900px;
height:40px;
background-image:url(images/fond_menu.jpg);
background-repeat:repeat-x;
}

#pied{
	clear:both;
}

.item_menu {
	height:40px;
	float:right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	overflow:hidden;
}


.item_menu span {
	visibility:hidden;
	
}

.item_menu a {
	text-decoration:none;
}
 
#menu_j{
width:250px;
height:40px;
background-image:url(images/menu_j.jpg);
float:left;
}

#menu_impression {
	background-image:url(images/print.jpg);
	width:79px;
}

#menu_equipe{
	background-image:url(images/equipe_picto.jpg);
	width:30px;
}

#menu_contact{
	background-image:url(images/contact_picto.jpg);
	width:41px;
}

#espaceur{
	background-image:url(images/espaceur_menu_droite.jpg);
	width:80px;	
}

#menu_illustrations{
	background-image:url(images/illustration.jpg);
	width:139px;	
}

#menu_web{
	background-image:url(images/web.jpg);
	width:66px;	
}


#menu_impression:hover {
	background-image:url(images/print_over.jpg);
	width:79px;
}

#menu_equipe:hover{
	background-image:url(images/equipe_picto_over.jpg);
	width:30px;
}

#menu_contact:hover{
	background-image:url(images/contact_picto_over.jpg);
	width:41px;
}


#menu_illustrations:hover{
	background-image:url(images/illustration_over.jpg);
	width:139px;	
}

#menu_web:hover{
	background-image:url(images/web_over.jpg);
	width:66px;	
}
	
/*contenu de la page */

.contenu{
	width:476px;
	min-height:100px;
	float:left;
	padding:16px;
	background-color:#1d1d1b;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	margin-top:20px;
	padding:3px;
}



.contenu h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	color:#900;
}

.contenu h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-style:oblique;
	font-weight:normal;
	color:#FFF;
}
	

#contenu_prov{
	width:880px;
	margin-top:10px;
	padding:10px;
	text-align:center;
	padding-bottom:30px;
	background-image:url(images/enfant-ballon-detoure%20copie.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}



/*__________________ici les paramètres pour le bloc miniature et les carrés à l'intérieur____________________*/

#miniatures {
	width:370px;
	
	min-height:100px;
	float:left;
	padding:10px;
}



.miniature {
	background-image:url(images/zoom.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:110px;
	height:110px;
	margin:0px;
	margin-left:10px;
	margin-top:10px;
	text-decoration:none;
}

.miniature:hover {
	background-image:url(images/zoom_survol.jpg);
	background-position:2px 2px 0px;
}

.miniature img {
	border:none;
}

.miniature span {
	visibility:hidden;
}

/*miniatures impression*/
#mopi{
	background-image:url(images/impression/mopi_zoom.jpg);
}
#mopi:hover{
	/*background-image:url(images/impression/mopi_zoom2.jpg);/*
}