@charset "iso-8859-1";

/*** mon mien ***/

body {
    color: black;
	margin: 0;
	padding: 0;
	background: #fdf2ed;
	border-top: 3px solid #bfbfdf;
	border-bottom: 0;
	border-left: 3px solid #bfbfdf;
	border-right: 0;    
}

.leftInnerPannel {

	color: inherit;
	width: 170px;
	float: left;

	border-top: 0;
	border-left: 3px solid #A8A8D5;
	border-right: 0;
	border-bottom: 0;

	margin:0;
	padding:0;	

	clear: both;
	background-color: inherit;
}

.leftInnerPannelHidden {

	color: inherit;
	width: 15px;
	float: left;

	border-top: 0;
	border-left: 3px solid #A8A8D5;
	border-right: 0;
	border-bottom: 0;

	margin:0;
	padding:0;	

	clear: both;
	background-color: inherit;
}

.leftItemContainer{
    
	color: inherit;
	width: 90%;
	border: 0;
	padding: 0;
	margin: 0;
	clear: both;
	background-color: inherit;


}

.leftPannelTop {

	float: left;
	font-size: 300%;
	text-align: center;
	color: #FADABA;

	background-color: #bfbfdf;
	border-top: 0;
	border-bottom: 3px solid #A8A8D5;
	border-left: 0;
	border-right: 3px solid #A8A8D5;
	padding: 5px 15px 5px 5px;
	margin:0;
	clear: both;

}

.leftPannelBottom {
	width: 15px;
	font-size: 50%;
	text-align: center;
	color: #FADABA;
	background-color: #e7ebf7;
	border-top: 3px solid #A8A8D5;
	border-bottom: 3px solid #A8A8D5;
	border-left: 0;
	border-right: 3px solid #A8A8D5;
	padding: 0;
	margin: 0;
	clear: both;

}

.leftPannelBottom a {
	color: #003366;
	font-size: 100%;
	width: 100%;
	background-color: inherit;
	text-decoration: none;

}



.leftItem {

	float: left;
	font-size: 120%;
	text-align: left;
	color: #003366;

	background-color: #e7ebf7;

	border-top: 1px solid #bfbfdf;
	border-bottom: 1px solid #bfbfdf;
	border-left: 0;
	border-right: 1px solid #bfbfdf;
	margin: 2px 2px 2px 0px;
	padding: 0px 0px 0px 5px;
}

.leftInnerItem {

	width: 100%;
	font-size: 100%;
	color: #003366;
	float: left;
	background-color: #e9fde9;

	border-top: 1px solid #bfbfdf;
	border-bottom: 1px solid #bfbfdf;
	border-left: 0;
	border-right: 1px solid #bfbfdf;
	margin: 1px 1px 1px 0px;
	padding: 0px 0px 0px 10px;

}

.leftItem a, .leftInnerItem a {
	color: #003366;
	font-size: 100%;
	background-color: inherit;
	text-decoration: none;
}

.titrePrincipal {
	color: black;
	font-size: 130%;
	background-color: #e7ebf7;
	border-top: 3px solid #A8A8D5;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;

}

.titrePrincipal a {	
	font-size: 100%;
	color: #003366;
	background-color: inherit;
	text-decoration: none;
	margin: 0 0 0 5px;
}

.titreSecondaire {
	color: #003366;
	font-size: 110%;
	background-color: #e9fde9;
	border-top: 1px solid #bfbfdf;
	border-bottom: 1px solid #bfbfdf;
	border-left: 0;
	border-right: 0;
}

.titreSecondaire a {
	font-size: 100%;
	color: #003366;
	background-color: inherit;
	text-decoration: none;
	margin: 0 0 0 10px;
}

.corps {
    color: black;

	border: 3px solid #bfbfdf;

    margin: 5px 5px 5px 185px;
    padding: 10px 10px 10px 10px;
    background-color: white;
}

.corpsFull {
    color: black;

	border: 3px solid #bfbfdf;

    margin: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
    background-color: white;
}

.spacer {

	color: black;
	font-size: 50%;
	background-color: inherit;
	clear: both;
	text-align: center;
}

.spacer img {
	border: 0;
}
