#page {
	background: #fff url(../img/fond_page.gif) 0 0 repeat-y;
}

/* ------------------------------------------------------------------------
	Corps de la page
------------------------------------------------------------------------ */
h2 {
	margin:0 0 0.8em 0;
	padding:0;
	font-size:1.3em;
	font-weight: bold;
	color: #a63d40;
	border:0;
	background:none;
}

#colCentre {
	width: 342px;
}

#colCentre .enrobage {
	padding: 0 10px 10px 10px;
}

#colDroite {
	float: right;
	display: inline; /* Pour IE 6 */
	width: 202px;
	padding-right:1px;
}

.enrobage_tableau {
	margin-bottom:5px;
	padding:10px;
	background-color:#f4eccc;
}

table {
	margin:0;
	padding:0;
	width:302px;
	color:#a63d40;
	font-size:1em;
}

table td, table th {
	padding:4px 0;
	vertical-align:top;
	text-align:left;
}

table a.bouton:link, table a.bouton:visited, table a.bouton:hover, table a.bouton:active {
	margin-top:10px;
	border:1px solid #a63d40;
	padding:2px 15px 2px 2px;
	display:block;
	text-align:center;
	background:#a63d40 url(../img/fond_titre_boite.gif) 0 bottom repeat-x;
	color:#ffffff;
	text-decoration:none;
}

table input {
	width:296px;
	margin:2px 0;
	padding:2px;
	border:1px solid #fff;
}

table select {
	width:302px;
	margin:2px 0;
	padding:2px;
	border:1px solid #fff;
}

table td ul li {
	margin: 1em 0;
	padding: 0 0 0 10px;
	list-style-type:none;
	background:url(../img/fleche_blanche.gif) 0 0.5em no-repeat;
}

table td ul li a:link, table td ul li a:visited, table td ul li a:active {
	color:#a63d40;
	text-decoration:none;
}

table td ul li a:hover {
	text-decoration:underline;
}




#thickbox {
	display:none;
	position:absolute;
	top:60px;
	left:50%;
	z-index:6000;
	margin:0 auto 0 -250px;
	padding:0;
	width:500px;
	background:#a63d40;
	border:1px solid #a63d40;
}

#thickbox-contenu {
	margin:0;
	padding:0;
	width:100%;
	text-align:left;
}

#thickbox-contenu iframe {
	margin:0;
	padding:0;
	width:100%;
	height:250px;
}

#thickbox-fermer {
	margin:0;
	padding:5px;
	text-align:right;
}

#thickbox-fermer a {
	color:#fff;
}

#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 500px;
	z-index:5000;
	background-color:#000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

