/*
Theme Name: DriveAngel
Theme URI: http://www.konfiture.com/
Description: Thème par Konfiture
Version: 1.0
Author: Konfiture
Author URI: http://www.konfiture.com
Tags: konfiture

*/

body {
	background: #06386e url(images/fond2.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0; 
	padding: 0;
	color: #333;
}
img{ border:none;}

.bleu{ color:#06386e; }

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pHome{ padding-right:20px;}

#container { 
	margin: 0 auto;
	width: 820px;
}

	#entete {
		height: 141px;
		padding: 0;
	}
		#logo {
			float: left;
			height: 141px;
			margin: 0;
			padding: 0;
			position: absolute;
			width: 280px;
			z-index:2;
		}
		#wrap {
			display:block;
			float:right;
			height:141px;
			margin:0;
			padding:0;
			position: relative;
			right:0;
			text-align:right;
			top:0px;
			z-index:1;
		}
		
		
		#coord {
			background: url(images/fond-coord.png) top center repeat-x;
			display:block;
			float:right;
			height: 100px;
			position: relative;
			width: 320px;
			}
			#coord p { color: #3366cc; font-weight: bold; font-size: 2.3em; text-align: right; padding-right: 100px; }
			#coord a { color: #3366cc; font-size: 0.5em; text-decoration: none; }
			#coord a:hover { color:#f2780c; }

		#menu {
			background: url(images/fond-menu.png) top center repeat-x;
			display:block;
			height: 41px;
			width: 520px;
			margin: 100px 0 0 0;
			position:relative;
			}
			#navigation { margin: 0; padding: 0; list-style: none; }
			#navigation li { float: left; height: 41px; }
			#navigation li a {
	display: block;
	color: #3366cc;
	font: 1em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	padding: 12px 18px 13px 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
			}     
			#navigation li a:hover, #navigation li a:focus, #navigation li a:active {  color: #f2780c; }
			
			
#page{
	background: #FFF;
	margin: 0 auto;
	min-height: 650px;
	text-align:center;
	border:#FFF 1px solid;
	line-height:1.65em;
}

	#contenu{
		float: left;
		margin: 20px 0 20px 20px;
		text-align:left;
		width:540px;
		color:#333;
		text-align:justify;
	}
	#contenu-seul{
		float: left;
		margin: 20px 0 20px 20px;
		text-align:left;
		width:780px;
		color:#333;
		text-align:justify;
	}
	#contenu h2, #contenu-seul h2{ text-transform:uppercase; color:#f2780c; }
	#contenu h3, #contenu-seul h3{ text-transform:uppercase; color:#06386e; }
	
	#contenu a, #contenu-seul a{ color:#06386e; text-decoration:underline;}
	#contenu a:hover, #contenu-seul a:hover{ color:#f2780c; text-decoration:none;}
	
	#sidebar{
		float:right;
		margin: 20px 10px 20px 0;
		padding:0;
		width: 240px;
		text-align: justify;
		
	}
	
	#sidebar h2{
		color:#f2780c;
		font-size:1.25em;
		text-transform:uppercase;
		margin:0 0 20px 0;
		padding:0;
	}
	#sidebar p{ padding:0 10px 0 0;}
	
	#prevention{
		background:url(images/fond-prevention.png) bottom right no-repeat;
		width:277px;
		height:195px;
		padding-top:70px;
	}
	.contenu-droite{ line-height:1.45em;	font-size:.95em; margin-top:10px; }
	.contenu-droite li{	list-style-type: square; margin-left:15px;}
	.contenu-droite h3{margin:10px 0;color:#063a70; text-transform:uppercase;}
	
	.rouge{ color:#900; font-style:italic;	}

.code{ color: #666; font-style:italic; line-height:1.2em; text-align:justify; padding:0 20px;}

#footer {
	padding: 0 10px; 
	background: url(images/fond-pied.png) top center repeat-x;
	height: 120px;
}
	#footer p {
		font-size: 11px;
		color: white;
		margin: 0; 
		padding: 10px 0; 
	}
	#footer a {
		color: white;
		text-decoration: underline;
	}
	#footer a:hover { color: #CCC; text-decoration:none;}
	
	
	
	
	
	
#slider {
    width: 530px; /* important to be same as image width */
    height: 270px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0;
	padding:0;
}

#sliderContent {
    width: 530px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
}
#sliderContent h3{ color:#FFF;}

.sliderImage {
    float: left;
    position: relative;
	top:0;
	left: 0;
	display: none;
}
.sliderImage span {
    position: absolute;
    /*padding: 20px 13px;
    */
	width: 694px;
	background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	text-transform:uppercase;
}
.clear {
	clear: both;
}
.left {
	color:#FFF;
	top: 0;
    left: 0;
	width: 220px !important;
	height: 270px;
	text-align:left;
}
.right {
	color: #FFF;
	right: 0;
	bottom: 0;
	width: 222px !important;
	height: 275px;
	text-align:right;
}
.left h3, .right h3{
	color:#FFF;
	font:2.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.4em;
	padding: 20px 15px 20px 15px;
	margin:0;
}

ul { list-style-type: none; margin:0; padding:0;}