/* *************************************
     gestion de la mise en page
***************************************** */
.clearer { 
	clear: both;
	height: 0px;
}


/* *************************************
     éléments communs à tous les médias
***************************************** */
#conteneur_page {
	margin: auto;
	width: 960px;
} 
body {margin:0;}

#degrade {
	height: 100%;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
/*background-image: -moz-linear-gradient(
    center bottom,
    rgb(247,247,94) 60%,
    rgb(247,250,158) 80%
);*/
	background:url("../images/squelette/degrade.gif") repeat-x;
	background-color: #F7F75E;
	-pie-background: url("../ui/images/squelette/degrade.gif") repeat-x, #F7F75E;
}

html {
	background-color: #F7F75E;
	height: 100%;
	width: 100%;
	overflow-Y: scroll;
}


.tour_ombrage { 
	-moz-box-shadow: 1px 1px 15px #444;  
	-webkit-box-shadow: 1px 1px 15px #444;  
	box-shadow: 1px 1px 15px #444;  
}  

.arrondi10px {
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

h2, ul {margin: 0;padding: 0;}
hr { margin: 2px 0px 2px 0px; }
a { text-decoration: none; }
img { border: none; }
a:focus {outline:none;}
