/*#############################################################
Name: Dirtylicious
Date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}



a {color: #048;}
a:hover {color: #06C;}

a img
{
  border: none;
} 


body {
	background: #ffffff;
	color: #048;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	padding-top: 30px;
}

p,code {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Arial, Helvetica, sans-serif;}
h2 {font: bold 1.2em Arial, Helvetica, sans-serif;}
h3 {font: bold 1.1em Arial, Helvetica, sans-serif;}
h4 {font: bold normal 1.4em Arial, Helvetica, sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

form h2 {font: bold 1em Arial, Helvetica, sans-serif; margin-bottom:-15px;}


blockquote {
	background: url(img/quote.png) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h4 { 
	padding-top: 6px; 
	color: #044391;
	margin-bottom: 4px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {	
	background: url(img/font.png) repeat x y;
	font-size: 1.2em;
	border: 3px solid #fce931;
	margin: 0 auto;	
	width: 800px;
}

/* headere*/
.header {
	/*background: #c6d7ec url('img/bandeau.png') no-repeat;*/
	background: url("img/font.png") repeat;
	height: 200px;	

}


/* main */
.main {
	/*background: #c6d7ec;*/
	background: url("img/font.png") repeat;
	padding: 8px 0px 0px 0px;

}

/* content */
.content {
	float: right;
	width: 590px;
	text-align:justify;
	margin-right:15px;
}

.content li {
	list-style: url(img/li.png);
	margin-left: 18px;
}
.content p {font-family: Arial, Helvetica, sans-serif;
}

/* formulaire */
.formulaire {
	
	float:left;
	width: 350px;

	text-align:left;
	max-width:inherit;		
}

/* image */
.image {
	background: #c6d7ec url('img/carrefour.png') no-repeat;
	float: right;
	width: 250px;
	height: 500px;
	padding:0px 0px 40px 0px;		
}


.image img {
		padding:0px 40px 0px 0px;
		float:right;
		margin-top:440px;
		
}

.logo
{
 float:left;
 padding: 0px 30px 0px 0px;
}


.logo2
{
 float:left;
 padding: 0px 10px 0px 0px;
}


/* navigation */
.navigation {
	float: left;
	width: 180px;
	background: #ffffff;
	border-top: 1px solid #fce931;
	border-right: 2px solid #fce931;
	border-bottom: 2px solid #fce931;
	
}

.navigation h2 {
	border-top: 1px solid #fce931;
	border-bottom: 1px solid #fce931;
	padding:5px 5px 5px 5px;
}



.navigation li a {
	font-size: 1.1em;
	color: #048;
	display: block;
	padding:3px 3px 1px 10px;
	text-decoration: none;
	
	
}
.navigation li a:hover {
	background: #fef8ad;
	color: #048;	
}


/* clearer */
.clearer {
	height: 20px;
}



/* footer */
.footer {
	background: #044391;
	height: 15px;
	color: #F7F7F2;
	font: bold 1em sans-serif;
/*	margin-top: 5px;*/
	padding: 10px 12px;
}

.footer a:hover {color: #FFC;}