/* Start of CMSMS style sheet 'RaidVTT_style' */
/* CSS Document 
V. 1.01
Samuel PABION
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background: #c7d6a7 url(images/fond.gif) repeat-x;
	font: 90%/1.7em Arial, Helvetica, sans-serif;
}
/*
a { 
	color: #F3913B;
	text-decoration: none;
}

a:hover, a:visited, a:active {
	color: #F3913B;
	text-decoration: underline;
}
*/

.centre {text-align:center;}
.gras { font-weight: bold; }
.video {
	padding: 0;
	width:200px;
	/*display:inline-block;*/
}
.videoFloat{
	float:left;
	margin-right: 20px;
}
.videoFloat a span { display: block; }

hr {
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0;
}

#container {
	background:#fff url(images/fondContainer.gif) repeat-y;
	width: 960px;
	padding: 0;
	position: relative;
	text-align: left;
	margin: 0 auto;
}


/*-------------- Entete -----------*/

#header {
	background: url(images/bandeauHaut2010.jpg) no-repeat;
	height: 315px;
	width: 960px;
}

#header h1 {
	/*background: url(images/RaidVTT_logo.png) no-repeat 0 0;*/
	height: 60px;
	width: 310px;
	position: absolute;
	z-index: 10;
	top: 0;
	/*left: -172px;*/
	margin: 0;
}

#header h1 span { visibility: hidden; }

#header h2 {
	position: absolute;
	z-index: 20;
	top: 150px;
	right: 55px;
	margin: 0;
	padding: 0;
	color: #ff7c00;
	letter-spacing: 0.1em;
	font: italic 1.8em Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

/*---------------- menu --------------- */

#liensNav {
	position: absolute;
	margin: 0;
	/*padding: 0.5em 3em;*/
	left: 130px;
	top: 252px;
	width: 780px;
	height: 23px;
}

#liensNav li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8B8B27;
}

#liensNav li.dernier {
	border-right: 0;
}

#liensNav a {
	color: #67941d;
	font: 14px "Lucida Console", Monaco, monospace;
	text-decoration: none;
}

#liensNav a:hover, a:visited {
	color: #FFFAEF;
	text-decoration: none;
}

/* ------ Contenu ---------- */

#mainContent {
        min-height:450px;
}

#mainContent h2 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size: 18pt;
	color:#739e0c;
}

#mainContent h3 {
	font-size: 16pt;
	color:#726C9E;
	padding-left: 20px;
}

#mainContent h4 {
	font-size: 14pt;
	padding-left: 30px;
}

#mainContent span.lettrine { font-size:20px;}

#mainContent a { 
	color: #F3913B;
	text-decoration: none;
}

#mainContent a:hover, a:visited, a:active {
	color: #F3913B;
	text-decoration: underline;
}

#mainContent object {
	/*float:right;
	margin: 20px 5px 0 15px;*/
}

#mainContent blockquote {
	background: #f8ffe8;
	text-indent: 10px;
	font-style: italic;
	padding: 0 5px;
	margin: -20px 0 0 0;
}

#illustrationDroit{
	float:right;
	padding: 0 7px;
	/*text-align:right;*/
	/*margin:10px 5px;*/
	width: auto;
}

#illustrationGauche{
	float:left;
	padding: 0 7px;
	/*text-align:right;*/
	/*margin:10px 5px;*/
	width: auto;
}

#blocTexte1, #blocTexte2, #blocTexte3 {
	padding: 0 5px;
	margin-left: 270px;
	margin-right: 10px;
	text-align: justify;
}

#blocTexte3 { padding-bottom: 150px; }

/* ------------- SideBar ------- */
#sideBar {
	position: absolute;
	z-index: 30;
	width: 250px;
	top: 309px;
	left: 10px;
	/*border-right: 1px solid #343047;*/
}

#sideBar img { 
	margin: 5px 0;
	border:none;
}

#sideBar ul,li {
	list-style: none;
	line-height: 17px;
}

#sideBar a {
	color: #6c7087;
	/*padding-left: 17px;*/
}

#sideBar span { visibility: hidden; }

#sideBar h3.titre1 {
	background:url(images/vivez-une-experience-vtt.gif) no-repeat;
	height: 68px;
	width: 162px;
}

#sideBar h3.titre2 {
	background:url(images/3jours4etapes-VTT.gif) no-repeat;
	height: 53px;
	width: 233px;
}

#sideBar h4.titre3 {
	background:url(images/3-formules-VTT.gif) no-repeat;
	height: 20px;
	width: 99px;
}

/* ------ Pied Page ------ */

#footer {
	clear:both;
	padding: 0 10px;
	background:#FFF;
	text-align:center;
	border-top: 1px solid #d3d3d3;
}

#footer p {
	margin: 0;
	font-size: 10px;
}

#footer a {
	color: #999999;
	line-height: 1em;
	font-size: 1em;
	font-weight: 100;
}

#footer .logo {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #FFF;
}

#footer img {
	margin: 5px 15px;
	border:0;
}

/* End of 'RaidVTT_style' */

