@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	}
#container {
	margin:0 auto;
	text-align:left;
	width:651px;
	position: relative;
	}
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	width:651px;
	}
a {color:#999999; text-decoration: none;}
a:hover {color:#999999; text-decoration: underline;}	
/*//////////RULES FOR TOP OF PAGE///////////*/

#banner {
	width:651px;
	height:77px;
	padding-bottom: 8px;
	border-bottom:1px dotted #333333;
	}
#banner h1, h2{
	margin:0;
	padding:0;
	}	
#head_image {
	width: 651px;
	height: 219px;
	padding-top: 6px;
	padding-bottom: 6px;
	}		
/*//////////RULES FOR MAIN NAV///////////*/

#main_nav {
	width:638px;
	height:17px;
	line-height:15px;
	font-weight:bold;
	padding-left: 13px;
	display: block;
	border-bottom:1px dotted #333333;	
	border-top:1px dotted #333333;	
}
#main_nav ul {
	margin:0;
	padding:0;
	list-style:none;
	width:650px;
	height: 20px;
	
}
#main_nav ul li{
	float:left;
	margin-right:15px;
	}
#main_nav a:link, a:visited, a:active {
	color:#333333;
	text-decoration:none;
}
#main_nav a:hover {
	color:#999999;
	}	
#main_nav li.on a {
	color:#FF3399;
	padding:0 0 0 10px;
	background-image:url(/images/pink_arrow.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
	
ul#top_nav {
	list-style-type: none;
	float:right;
	margin-top: 65px;
	text-align: right;
}


ul#top_nav li {
	float: left;
	margin-left: 10px
}
ul#top_nav li a{
	color:#666666;
}
ul#top_nav li.on a{
	color:#111111;
}
ul#top_nav li a:hover {
	text-decoration: underline;
}
	

/*//////////RULES FOR COLUMNS///////////*/
#info {
	float:left;
	width:651px;
	
	padding:5px 0 40px 0;
	}
#info ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	}
#info ul li ul{
	margin:0;
	padding:0;
	}

.pink_header {
		color:#A52057;
		font-weight:bold;
}
.info_header {
		color:#333333;
		font-weight:bold;
}

#left_column {
	float:left;
	width:200px;
	margin-right:10px;
	}
#left_column p {
	width:190px;
	padding:0 25px 0 5px;
	}

#right_column {
	float:right;
	width:420px;
	}
#right_column p{
	padding:0 0 0 10px;
	}
	
.grey_header {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(/images/bouton.jpg);
	background-repeat:no-repeat;
	width:211px;
	height:25px;
	line-height:25px;
	font-size: 12px;
}
.grey_header_big {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(/images/boutonBig.jpg);
	background-repeat:no-repeat;
	width:285px;
	height:25px;
	line-height:25px;
	font-size: 12px;
}

.grey_header_385 {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(/images/bouton385.jpg);
	background-repeat:no-repeat;
	width:385px;
	height:25px;
	line-height:25px;
	font-size: 12px;
}



/*//////////RULES FOR FOOTER///////////*/

#footer {
	position:relative;
	float:left;
	width:651px;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	border-top:1px dotted #666666;
	}
#footer a:link, a:visited, a:active {
	text-decoration:none;
	color:#333333;
	}
#footer a:hover {
	text-decoration:none;
	color:#CCCCCC;
	}
#footer ul {
	right:0;
	margin:0;
	padding:0;
	width: 651px;
	}
#footer .copyright {
	font-size:9px;
	left:0;
	top:8px;
	}
#footer ul li {
	display:inline;
	font-size:10px;
	}
.hash {
	margin:0 3px 0 4px;
	background-image:url(/images/hash.jpg);
	background-repeat:no-repeat;
	}
.clear {
	clear:both;
	}



img#logo {
	height: 77px;
	width: 222px;
	float: left;
}
table{
	border-spacing: 0px;
}
table.content_table {
	border-left: 1px solid #CCCCCC;	
	border-bottom: 1px solid #CCCCCC;
	margin-top: 1em;	
}
table.content_table a {
	color: #333333;
}
table.content_table td {
	border-top: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;
	padding: 2px;	
}
table.content_table .top_table {
	background-color: #c0648b;
	font-weight: bold;
	color: #FFF;
}

/*//////////Message///////////*/
div.message {
	height: 35px;
	width: 639px;
	padding: 5px;
	background: url(/images/bg_message.jpg) repeat-x;
	border: 1px dashed #c0648b;
	margin: 6px 0 0px 0;
}
div.message a{
	padding: 1px;
}
div.message a:hover {
	background-color: #CC6633;
	padding: 1px;
	color: #FFFFFF;
}
div.message h1 {
	font-size: 16px;
	margin: 0;
	text-align: center;
	color: #CC6633;
}
div.message p {
	margin: 0;
	text-align: center;
}
div.message img {
	float: left;
	margin-top: -2px;
}
/*/////detail//////*/
.detail {
	margin: 3px 3px 3px 10px;
	padding: 0 0 0 10px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #CC6633;
}
.detail div table {
	border-width: 0;
	border-spacing: 0;
}
.detail div table tr td{
	border-width: 0;
}
.inscription {
	padding: 10px 0 0 0;
	
}