/* CSS Document */

* { margin: 0; padding: 0; border: 0; font-family: Verdana, Arial, Helvetica, sans-serif; color:#594140; font:Verdana;
	font-size: small}

#page {
	background-color: #FFFFFF;
	padding: 0px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-width:2px;
	border-top-color:#c36884;
	border-left-color:#FF9900;
	border-bottom-color:#c36884;
	border-right-color:#FF6600;
	border-style:dashed;
}

a:link, a:visited { color: #555555; text-decoration: underline; }
a:hover { color: #111111; text-decoration: none; }
	

	
div#bandeau {
	width:900px;
	padding-top:200px;
	padding-right:0px;
	background-color:#999999;
	background-image:url(bandeau.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:left;
	color:#FFFFFF;
	vertical-align:bottom;
	font-size: xx-large;
	font-weight: bold;
	text-align:right;
	}
	
div#bandeaumenu {
	width:700px;
	height:50px;
	padding-left:355px;
	text-align:right;
	color:#555555;
	vertical-align:bottom;
	font-size: xx-large;
	font-weight: bold;
	text-align:left;
	}
	
div#menu {
	padding-top: 45px;
	padding-left:12px;
	padding-bottom:15px;
	float:left;
	width:213px;
	background-color:#FFF;
	background-image:url(images/fond_menu.jpg);
	background-repeat:no-repeat;
	}
	
div#contenu {
padding-top: 45px;	
	background-image:url(images/fond_contenu.jpg);
	background-repeat:no-repeat;
	padding-right:50px;
	padding-left:35px;
	padding-bottom:0px;
	width:590x;
	background-color:#FFFFFF;
	text-align:justify;
	overflow:auto;	
	display: table-cell;
	}
div#piedpage {
	width:900px;
	height:25px;
	padding-top:5px;
	background-color:#F1EADA;
	background-image:url(footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color:#EEEEEE;
	text-align:center;
	font-size: small
	}
	
div#pied {
	clear:both;	width:900px;
	height:75px;
	background-color:#F1EADA;
	background-image:url(images/fond.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
div#image {
	background-color:#F1EADA;
	float:left;
	width:250px;
	height:auto;
	}

div#texteimage {
overflow:auto;
float:right;
	width:300px;
	height:auto;
	padding:15px;
	border:thin;
	border-style:dashed;
	vertical-align:bottom;
	}
	
div#cadre {
	width:350px;
	height:auto;
	padding:15px;
	border:thin;
	border-style:dashed;
	}


.titre {
	font-size: x-large;
	font-weight: bold;
	text-align:left;

}

.titreorange {
	color: #f7d031;
	font-weight: bold;
	font-size: x-large;
}

.titrebleu {
	color: #ff8732;
	font-size: x-large;
	font-weight: bold;
}
.titrevert {
	font-size: large;
	font-weight: bold;
	color: #c36884;
}
.orange {
	color: #f7d031;
	font-weight: bold;
}
.bleu {
	color: #ff8732;
	font-weight: bold;
}
.vert {
	color: #c36884;
	font-weight: bold;
}

.petitgris{
color: #999999;
	font-size:x-small;
}
div#clear{
clear:both;
}

.carre{
	width:80px;
	height:80px;
	overflow:auto;
	float:left;
	}
