/* DEBUT STRUCTURE */
body {
	margin: 4px auto 0px;
	padding: 0; 
	background-color: #673363;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img { border: 0px; }	

SELECT { background-color:#FFCC99; border:1px solid #FF9906; }
.inputorange { background-color:#FFCC99; border:1px solid #FF9906; }

#page {
	background-color: white;
	padding: 0;
	background-image:url(media/fond.jpg);
	background-repeat:repeat-y;
	}

#colonne1 {
	width: 28px;
	height:520px;
	margin-bottom:-30px;
	float: left;
	background-image:url(media/ndl.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	}

#colonne2 {
	width: 215px;
	float: left;
	background-color: white;
	}
	
#colonne3 {
	width: 77px;
	height:460px;
	float: left;
	background-color: white;
	background-image:url(media/vertical.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#colonnedroite{ 
	width: 462px;
	float: left;}
	
.repasjour {
	width:215px;
	padding-left:10px;
	margin-bottom:15px;
	float:left; }
		
#titre{ 
	width: 462px;
	margin: 10px 0px 25px;
	text-align: center; }

.orange {
	color:#FF9906;
	font-weight:bold;
	width:455px;
	border-bottom:1px solid #981B19;
	padding-bottom:3px;
	margin-bottom:5px;}
	
.orangesimple {
	color:#FF9906;
	font-weight:bold; }

.rouge { color:#660000; }
.vert { color:#566B30; }
.mini { font-size:10px; }

#menubas {
	padding-right:15px;
	margin-top:15px;
	clear:both;
	float:right; 
	color:#566B30;
	font-size:11px;
	font-weight:bold;
	}
	
#piedpage {
	width: 790px;
	height:16px;
	margin:0 auto;
	clear:both;
	text-align:center;
	padding-top:12px;
	font-size:10px;
	color:#000000;
	background-image: url(media/bas.jpg);
	background-repeat: no-repeat;
	}
	
a.vert { text-decoration: none; color: #566B30;}
a.vert:link, a.vert:visited {color: #566B30;}
a.vert:hover {color: #FF9906; TEXT-DECORATION: none; }

a.bas { text-decoration: none; color:#000000;}
a.bas:link, a.bas:visited {color: #000000;}
a.bas:hover {color: #000000; TEXT-DECORATION: underline; }

a{
 outline:none;
}

.menus { width:455px;
		 border-bottom:1px solid #FF9906;
		 border-left:1px solid #FF9906;
		 border-right:0px;
		 border-top:0px; }

p{
    line-height: 1em;
    padding: 0;
    margin:0;
}

.Good, .Bad{
	margin-left: 0px;
	width: 400px;
	padding: 5px;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
	line-height: 1.3em;
}

.Bad{
	border: 1px solid #E06802;
	background: #FCD9BB url('images/error.png') left no-repeat;
}

.Good{
	border: 1px solid #85C69A;
	background: #BDE1C9 url('images/ok.png') left no-repeat;
}

.NoInMenu{
    line-height: 1.3em;
    margin-top: 20px;
}

.MessageLivreOr{
    padding-bottom: 8px;
    line-height: 1.5em;
    border-bottom: 1px solid rgb(255,102,0);
}

.PosterLe{
    color: silver;
    font-style: italic;
}

/* CSS POUR LA PAGINATION */
.Pagination{
	text-align:center;
	margin-top: 10px;
}

.Pagination a{
	padding:5px;
	border: 1px solid silver;
	margin-left: 3px;
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS;
	color:black;
}

.Pagination a:hover{
	padding:5px;
	border: 1px solid #FFF;
	background:#E06802;
	margin-left: 3px;
	font-weight: bold;
	font-family: Trebuchet MS;
}

.Pagination .CurrentPage{
	padding:5px;
	border: 1px solid #848484;
	margin-left: 3px;
	font-weight: bold;
	font-family: Trebuchet MS;
}

