html, body {
	padding:0;
	margin: 0;
	height: 100%;
	background-color: #FFFFFF;
}

input, select, textarea {
	border: 1px solid #666666;
	background-color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
}
#preload {
	visibility: hidden;
}
.pics_noborder_link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: normal;
	text-indent: 15px;
	text-align: justify;
}
ul.paragraph {
	list-style-image: url(images/site_liste_puce.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
ol.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #666666;
	font-weight: bold;
	line-height: 45px;
	background-repeat: repeat-x;
	background-position: left center;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(images/ccr09_titre1.jpg);
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #999999;
	font-weight: bold;
	line-height: 24px;
	padding-left: 10px;
	text-decoration: underline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	line-height: 20px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 25px;
}
.red {
	color: #FF0000;
}
.red-strong {
	color: #FF0000;
	font-weight: bold;
}
.orange {
	color: #FF6600;
}
.orange-strong {
	color: #FF6600;
	font-weight: bold;
}
.green {
	color: #009933;
}
.green-strong {
	color: #009933;
	font-weight: bold;
}
.raye {
	text-decoration: line-through;
	font-weight: bold;
}
.strong {
	font-weight: bold;
}
.strong-under {
	font-weight: bold;
	text-decoration: underline;
}
.strong-italic {
	font-weight: bold;
	font-style: italic;
}
.align_center {
	text-align: center;
}
#align_right {
	text-align: right;
}
.div_clear_both {
	clear: both;
	height: 15px;
	width: 100%;
}

.image_et_texte_right {
	float: right;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding: 2px;
}
.image_et_texte_left {
	float: left;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 2px;
}
.image_et_texte_right_noborder {
	float: right;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image_et_texte_left_noborder {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image_border {
	border: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}
.ligne_grise {
	clear: both;
	position: relative;
	background-image: url(images/ccr09_ligne_background.gif);
	background-repeat: repeat-x;
	height: 3px;
	width: 100%;
}

.ligne_grise_big
 {
	clear: both;
	position: relative;
	background-image: url(images/ccr09_ligne_background_large.jpg);
	background-repeat: repeat-x;
	height: 3px;
	width: 100%;
}

.texte_right{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	line-height: 16px;
	font-weight: bold;
}
/************************************************************************************/
#header {
	background-color: #000000;
}
/*------------------------dans le header-----------------------------------------------*/
#nom_du_site {
	width: 950px;
	height: 64px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/ccr09_header_titre.jpg);
	background-repeat: no-repeat;
}
#container_slideshow {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 218px;
	background-color: #252525;
}
#menu {
	width: 950px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#mainMenu {
	margin: 0px;
	list-style-type: none;
	position: relative;
	top: -1px;
	padding: 0px;
}
ul#mainMenu li {
	float: left; 
	margin-right: 20px
}
ul#mainMenu li a:hover {
	color: #CCCCCC;
	background-image: url(images/ccr09_menu_ligne_orange_bas.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ul#mainMenu li a.active {
	color: #999999;
	background-image: url(images/ccr09_menu_ligne_orange_bas.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ul#mainMenu li a {
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 32px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#ss_menu{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	line-height: 16px;
}

#ss_menu a:link, #ss_menu a:visited, #ss_menu a:active, #ss_menu a:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
/*-----------------------dans le center-------------------------------------------------*/
#center {
	position: relative;
}

#principal_contenu{
	float: right;
	width: 700px;
	position: relative;
	padding:0;
	margin: 0;
	background-color: #FFFFFF;
}

#principal_contenu p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	text-indent: 15px;
}

#principal_contenu ul {
	list-style-image: url(images/ccr09_liste_puce.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	text-indent: 5px;
 }
 
#principal_contenu a:link, #principal_contenu a:visited, #principal_contenu a:active, #principal_contenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}


#principal_spacer{
	float: right;
	width: 30px;
	position: relative;
	height: auto;
	padding:0;
	margin: 0;
}
#principal_colonne{
	float: right;
	width: 215px;
	position: relative;
	height: auto;
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}

.principal_colonne_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 26px;
	background-repeat: repeat-x;
	background-position: left center;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(images/ccr09_titre1_colonne.jpg);
}

.contact_table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.roadbook_table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.photos_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
/*-----------------------------fin center---------------------------------------------------*/
#footer {
	clear: both;
	/*position: relative;*/
	background-color: #000000;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.center_class {
	width: 950px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
/********************************************Gal Photos*****************************************************/
.gal_photos_div{
	position: relative;
	float: left;
	text-align: center;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 100px;
	vertical-align: bottom;
}


.gal_photos_clear {
	clear: both;
	height: 20px;
}
/***********************************************************************************************************/

.livre_or_date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #666;	
	
}