/*

revolved stylesheet v1
client: dbConsulting
created by: daelan wood




*/

/* =General
-----------------------------------------------------------------------------*/


/* Zero down margin and paddin on all elements */
* {
	margin: 0;
	padding: 0;
}

body {

	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size:12px;
	text-align: center; 
	min-width: 760px;
	background:#fff url('images/topBg.gif') top left repeat-x;
	height:100%;
}

a
{
	color:#333;
	text-decoration:underline;
}

a:hover
{
	color:#000;
	text-decoration:underline;
}

a:visited
{
	/*color:#333;*/
	text-decoration:underline;
}

/* =Headings
-----------------------------------------------------------------------------*/

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 10px;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}
img.img-petite
{
	margin: 1px;
	vertical-align: middle;
}

/* =General Layout Styles
-----------------------------------------------------------------------------*/


#wrapper {
	 
	width: 978px; 
	margin: 0 auto; 
	padding:0 0 0 0;
	text-align: left; 
	background:#fff;
	height:auto;
  
}


/* =Branding
-----------------------------------------------------------------------------*/


#mastHead {
  
	padding: 0;
	width:978px;
	height:86px;	
	margin:0;
	
	}


#logo{
	
	position:relative;
	float:left;
	width:251px;
	height:86px;
	padding:0;
	margin:0 0 0 0;

}

/* =Main Nav
-----------------------------------------------------------------------------*/


#theNav{

position:relative;
float:right;
margin:0 5px 0 0;


}


#navHolder{
	
	position:relative;
	float:left;
	width:727px;
	height:86px;	
	padding:0;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background: url('images/navBg.jpg');
	
}

#navHolder p
{
	color: #FFF;
	margin-top: 62px;
	font-size: 12px;
	font-weight: bold;
	margin-left: -60px; 
}

#navListHolder{
	
	position:relative;
	float:left;
	width:707px;
	height:36px;	
	padding:0;
	margin:76px 0 0 0;


}


/* --- Navigation styles --- */

#navHolder ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
font: 10px/20px "Lucida Grande", verdana, sans-serif;
text-align: center;

}

#navHolder a.home
{

display: block;
background: url(images/btnHome.gif) top left no-repeat;
width:61px; 
height:36px;
}



#navHolder a.aboutus
{

display: block;
background: url(images/btnAboutus.gif) top left no-repeat;
width:93px; 
height:36px;

}


#navHolder a.contactus
{

display: block;
background: url(images/btnContactus.gif) top left no-repeat;
width:111px; 
height:36px;


}

#navHolder a.tv
{

display: block;
background: url(images/btnTv.gif) top left no-repeat;
width:132px; 
height:36px;


}



#navHolder a.corporate
{

display: block;
background: url(images/btnCorporate.gif) top left no-repeat;
width:155px; 
height:36px;

}

#navHolder a.liveevents
{

display: block;
background: url(images/btnLiveevents.gif) top left no-repeat;
width:111px; 
height:36px;

}





#navHolder a:hover {
background-position:0 -36px;

}

#navHolder #active a {
background-position:0 -36px;
}






/* =Content Holder
-----------------------------------------------------------------------------*/


#content { 
	position:relative;
	float:left;
	width:978px;
	margin:0;
	padding:0;
	height:auto;
	min-height: 460px;
	background: url(images/contentBg.gif) top left repeat-y;
	/* underscore hides it from everything but IE */
	_top:-2px;
	
}

div.contenu
{
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
}

.hr {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #4d86b3;
}

/* =Sub menu for main content
-----------------------------------------------------------------------------*/
#subMenu{

position:relative;
float:right;

}


#subNavlist  {
	
	font-size:9pt;
	list-style: none;
	padding:0;
	margin:5px 0 5px 5px;


}
	
	
#subNavlist li {
	
	
	margin:5px 0 0 0;
	height:auto;
	
}

#subNavlist li a{

	color:#333;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	background: url(images/plus.gif) 0 2px no-repeat;
	padding-left: 15px;

}

#subNavlist li a:hover{

	color:#B97B21;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;


}

#subNavlist li a visited{

	color:#333;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;

}


#subNavlist #activeSub a{

	font-weight:bold;

}

#subNavlist li a.print{

	color:#333;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	background: url(images/printer.gif) 0 2px no-repeat;
	padding-left: 15px;

}

#subNavlist li a.print:hover{

	color:#B97B21;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;


}

#subNavlist li a.print visited{

	color:#333;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;

}


#table{

	position:relative;
	width: 588px; 
	margin:20px 0 20px 20px; 
	float:left;

}

#tLeft{

position:relative;
float:left;
width:290px;
margin:0 4px 0 0;
height:auto;

}

#tRight{

position:relative;
float:left;
width:290px;
margin:0 0 0 4px;
height:auto;

}


/* =Footer
-----------------------------------------------------------------------------*/


#footer {
	padding: 0;
	position:relative;
	float:left;
	clear: both; 
	width:978px;
	height:41px;
	margin:0;
	padding-top: 5px;
	background: url(images/footerBg.gif) top left no-repeat;
		/* underscore hides it from everything but IE */
	_top:-2px;	
}

#footer hr
{
text-align: center;
margin-top: 5px;
padding: 0px;
margin-left: auto;
margin-right: auto;
border: none;
	border-top: 1px dashed grey;
	width: 962px;
}

#footer p
{
	font-size: 10px;
	color:#333;
	margin:0;
	padding-top: 0px;
}

#footText
{
	position:relative;
	float:left;
	height:31px;
	color:#333;
	_width:470px;
	_margin:5px 0 0 10px;
}

#footText[ID]
{
	width:460px;
	margin:3px 0 0 20px;
}

#footLinks{
	font-size:10px;
	position:relative;
	float:left;
	width:470px;
	height:31px;
	margin:3px 10px 0 0;
	padding:0;
	text-align:right;
	color:#333;


}

/* -- comment form styles -- */


#commentForm{


padding: 5px 20px 0 15px;


}

#commentForm input
{
	display: block;
	width: 15em;
}


#commentForm textarea
{
	display: block;
	width: 100%;
	height:10em;
}


#commentForm input.submit
{
	clear: both;
	
}




#commentForm label
{
	float: left;
	width:100%;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#commentForm select
{
	display: block;
	
}

#commentForm input.submit{



}

#firstContent , #secondaryContent , #lastContent 
{
	clear: both;
	margin: 15px;
	padding: 5px;
	display: block;
}
#lastContent 
{
	margin-top: 30px;
	padding-top: 15px;
}

#secondaryContent
{
	margin: 10px;
	margin-left: 15px;
}
#firstContent, #secondaryContent
{
	text-align:center;
}

div.col
{ 
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	width: 31%;
	float: left;
	border: 1px solid black;
	display: block;
	min-height: 240px;
}
.col:hover
{padding: 2px;
}


.gras
{
	font-weight:bold;
}

ul.service
{
	list-style-type: none;
	text-align: left;
}
.prive
{
	background-color: #E8FFE5;
}
.prive:hover
{
	background-color: #baffb0;
	border: 2px solid black;
}

.assu
{
	background-color: #E4E6FF;
	
}
.assu:hover
{
	background-color: #afb3ff;
	border: 2px solid black;
}

.pme
{
	background-color: #FFE6CC;
}
.pme:hover
{
	background-color: #ffb365;
	border: 2px solid black;
}

#ligne
{
	position: relative;
	margin: 0px;
	left:9px;
	padding: 0px;
	border: 0px solid red;
	width: 960px;
	height:5px;
	background-color: #80ffe9;
}
#ligne.particuliers
{
	background-color: #baffb0;
}
#ligne.assurances
{
	background-color: #afb3ff;
}
#ligne.entreprises
{
	background-color: #ffb365;
}


.centre
{
	text-align: center;
}

ul.liens-plan
{
	list-style-type: none;
	text-align: left;
}

table.contact
{	
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
	border-spacing: 0px;
}
table.contact caption
{
	display: none;
}
table.contact tr
{
	height: 30px;
}
table.contact th
{
	width: 200px;
}

table.cycle
{
	border-collapse:collapse;
	border-spacing: 0px;
	width: 100%;
}
table.cycle caption
{
	text-align: left;
	font-size: 14px;
	padding-bottom: 5px;
}

table.cycle td
{
	height: 38px;
	text-align: center;
	font-size:12px;
	background-color: #CECECE;
	font-weight: bold;
	color: #00000;
	padding-left: 3px;
	padding-right: 3px;
}
table.particuliers 
{
	border: 2px solid #baffb0;
}
table.particuliers td.fleche
{
	background: #CECECE url(images/cycle-fleche-particulier.jpg) no-repeat right;
	padding-right: 30px;
}
table.assurances 
{
	border: 2px solid #afb3ff;
}
table.assurances td.fleche
{
	background: #CECECE url(images/cycle-fleche-assurance.jpg) no-repeat right;
	padding-right: 30px;
}
table.entreprises 
{
	border: 2px solid #ffb365;
}
table.entreprises td.fleche
{
	background: #CECECE url(images/cycle-fleche-entreprise.jpg) no-repeat right;
	padding-right: 30px;
}

h3
{
	padding-top: 15px;
	padding-bottom: 7px;
}

.demi
{
	width: 465px;
	float: left;
}

.domaine
{
	text-align: center;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 15px;
}
.prix
{
	margin-top: 15px;
	font-style: italic;
	text-align: center;
}

#photos
{
	margin-top: 15px;
	text-align: center;
}
#photos img
{
	margin: 5px;
}

