/**
 * Mise en place des cadres principaux du site cavevin-fr.com
 */
body{
	background:#cd7210 url(../images/template/body_bg.jpg);
}

	#conteneur{
		margin:20px auto;
		position:relative;
		width:750px;
	}
	
		#entete{
			background:url(../images/template/entete_bg.jpg);
			height:65px;
		}
		
			#onglets{
				margin:0 auto;
				width:702px;
			}
			
				#onglets li{
					float:left;
					margin:0;
				}
				
				#onglets li a{
					background:url(../images/template/onglets_bg.png) top no-repeat;
					color:#ffba68;
					display:block;
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:18px;
					height:41px;
					line-height:44px;
					margin-top:24px;
					text-align:center;
					width:135px;
					cursor:pointer;					
				}
				
				#onglets li.premier a{ background:url(../images/template/onglets_bg_g.png); padding-left:10px; }
				#onglets li.dernier a{ background:url(../images/template/onglets_bg_d.png); padding-right:10px; }

				#onglets li a:hover{ color:#fff; text-decoration:none; }
				#onglets li.actif a{ background-position:bottom; color:#fff; text-decoration:none; }
		
		#colonnecentre{
			position:absolute;
			top:150px;
			left:398px;
			width:200px;
		}

		#colonnedroite{
			position:absolute;
			top:70px;
			left:538px;
			width:190px;
		}
				
		#corps{
			background:url(../images/template/corps_bg.png);
		}
		
			#bandeau{
				display:block;
				/*background:url(../images/template/h1_bandeau.jpg);*/
				margin-left:23px;
				height:83px;
				width:700px;
			}
			
				/*#bandeau h1{ display:none; }*/
			
			#contenu{
				background:url(../images/template/contenu_bg.png) right top repeat-y;
				margin-right:27px;
				padding-top:20px;
				padding-left:30px;
				padding-right:188px;
				padding-bottom:20px;
			}
			
			#contenu .width3cols{ width:366px; }

		#pied{
			background:url(../images/template/pied_bg2.png) no-repeat;
			color:#ffba68;
			height:60px;
			margin-top:-20px;
			padding-top:27px;
			text-align:center;
		}
		#pied a{
			color:#FFBA68;
		}


/**
 * Page d'accueil
 */
.accueil #entete{
	background:url(../images/template/home_entete_bg.png);
	height:307px;
	overflow:hidden;
}
.accueil #colonnedroite{
	top:60px;
}
.accueil #bandeau{
	/*background:url(../images/template/home_h1_bandeau.jpg);*/
	margin-left:23px;
	margin-top:65px;
	height:210px;
	width:700px;
}
.accueil #voir_la_video{
	display:block;
	width:118px;
	height:51px;
	background:url(../images/voir_la_video0.png) top;
	background-repeat:no-repeat;
	text-indent:-10000px;
	outline:none;
	margin-top:2px;
	margin-left:40px;
	cursor:pointer;
}
.accueil #voir_la_video:hover{
	background-position:bottom;
	background:url(../images/voir_la_video1.png) top;
	background-repeat:no-repeat;
}
.accueil #contenu{
	background:none;
	padding:0 0 0 20px;
	overflow:auto;
	margin-right:20px;
}
.accueil #pied{
	background:url(../images/template/home_pied_bg.png) no-repeat;
	margin-top:0;
	padding-top:24px;
}
#contenu p {line-height:16px;}
small{font-size:90%;}
#contenu p.pliens, #contenu p.lien{
 	line-height:14px;
}
#contenu p.pliens{
	padding-left:20px;
	background:url(../images/template/puce_or.png) no-repeat;
}
#contenu p.lien{
	padding-left:20px;
}