/* css de disposition du site Magusine */
/* stephane, aout 2007 */

body {
margin: 0;		
}

#general {

}

#bandeau {
	height:80px;
	margin: 10px;
	padding: 10px;
}

#navigation {
	height: 20px;
	padding-top: 6px;
	margin-top: 20px;
	margin-bottom: 20px;	
}

#chemin {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#chemin-vide {
display: none;
}

#contenus {
width: 914px;
margin: 0 auto;
background: url('fond_contenus.png') top right repeat-y;
padding-bottom: 20px;	
clear: both;
}

#contexte1 {
	float: right;
	width: 180px;
	background-color: #7e7e7e;
	color: #fff;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	
}

#contexte1 a {
color: #fff;
text-decoration: underline;
}

#contexte1 a:hover {
	color: #FF9900;
}

#contexte2 {
	float: right;
	width: 195px;
	color: #333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 17px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #e0E0E0;
	background-image: url(contexte_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 10px;
}

#contexte2 a {
color: #333;
text-decoration: underline;}

#contexte2 a:hover {
color: #FF9900;
}

#fin-contexte2 {
height: 17px;
background: url(contexte_bottom.png) bottom left no-repeat;
position: relative;
left: 0px;
width: 170px;
}

#corps {
margin-right: 450px;
padding: 17px 0;
}

#fin-corps {
clear: both;
}

#footer {
	clear: both;
	height: 70px;
	padding: 10px;
}

#footer p {
	width: 914px;
	margin: 0 auto;
}
