/* feuille de style -  projet */
/* Tous droits réservés */

/* PARAMETRES GENERAUX  */
/* définition de la police texte, tableau (couleur, police taille) */

body {
	margin: 0;
	padding: 0;
	
	background-color: #f5f9f9;
	
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #705574;
}
p {
	margin: 10px auto; /* Harmonisation des marges haut et bas sous IE */
}

h1 {
	display: none;
} 
h3,
caption,
legend {
	font-size: 18px;
	color: #705574;
}
h4 {
	margin: 0;
}
h5 {
	margin-bottom: 0;
	
	font-size: 11px;
	color: #c00;
}

.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.right {
	text-align: right;
}
.bottom {
	vertical-align: bottom;
}

.strike {
	text-decoration: line-through;
}

.divleft {
	margin-right: 20px;
	float: left;
}
.divcenter {
	margin-left: auto;
	margin-right: auto;

	float: none;
}
.divright {
	margin-left: 20px;
	float: right;
}

.borderless {
	border: none;
}

.stuck { /* les balises affectées par cette classe sont "collées" */
	margin: 0;
}

.block {
	display: block; /* corrige le bug Internet Explorer d'espaces indésirables autour des images */
}
.button {
	border: none;
}

a img {
	padding: 0;

	border: none;
}

a:link,
a:visited {
	color: #535353;
	text-decoration: underline;
}

a:active,
a:hover{
	color: #535353;
	text-decoration: none;
}

div {
	margin: 0;
	padding: 0;
}
	.clear {
		clear: both;
	}
	.framed {
		width: ; /* paramétrable */
		
		margin-left: ; /* paramétrable */
		margin-right: ; /* paramétrable */
		padding: 10px;
		
		border: 1px dotted #ccc;
		
		background-color: #eee;
	}
	.comment {
		width: 70%;
		
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 22px;
		padding: 10px;
		
		border: 1px dotted #ccc;
		
		background-color: #eee;
	}

table {
	border: 1px solid #705574;
	border-collapse: collapse;
}

	.full {
		width: 100%;
	}
	
td {
	padding: auto 10px;
	
	border: none;
	border-collapse: collapse;
}
	.shiftleft {
		padding-left: 15px;
	}
	.bordered {
		border-left: 1px dotted #705574;
		border-right: 1px dotted #705574;
		border-bottom: 1px solid #705574;
	}

th {
	background-color: #705574;

	border: 1px solid #705574;

	font-weight: bold;
	color: white;
	text-align: center;
}

hr {
	/* Corrige bug des marges de HR sous IE */
	height: 1px;
	
	margin: 20px auto; /* Paramétrable */
	padding: 0;
	
	display: block;
	
	border: 0;
	
	color: #999; /* Couleur sous IE */
	background-color: #999; /* Couleur sous Firefox */
}

.classic {
	background-color: #e9e9e9;
}
.altern {
	background-color: white;
}

/* *************************************************************************************************
GESTION  DES FORMULAIRES
************************************************************************************************* */

label {
	font-weight: bold;
	color: #705574;
}
	.lbleft {
	width: 200px;
	
	float: left;
	
	font-weight: bold;
	color: #705574;
}

 /* ************************************************************************************************
GESTION  DES BLOCS
************************************************************************************************* */

/* ***********************************************
BLOCS PRINCIPAUX
*********************************************** */

#shadow_right-top {
	width: 770px; /* 785 */
	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	padding-right: 15px;
	
	background-image: url(../images/fond/shadow_right_top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#header {
	width: 770px;
	height: 77px;
	
	background-image: url(../images/fond/header.jpg);
	background-repeat: no-repeat;
}
	#logo {
		width: 275px;
		height: 77px;
		
		float: left;
	}
	.header_links {
		padding-top: 10px;
		padding-right: 25px;
		
		text-align: right;
	}
		.header_links a:link,
		.header_links a:visited {
			font-weight: bold;
			color: white;
		}
		.header_links a:hover,
		.header_links a:active {
			color: white;
		}
	#menu-horizontal {
		padding-top: 28px;
		margin-left: 255px;
	}
	
#shadow_right {
	width: 770px; /* 785 */
	
	margin-left: auto;
	margin-right: auto;
	
	padding-right: 15px;
	
	background-image: url(../images/fond/shadow_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
	#bandeau {
		width: 769px; /* 770 */
		height: 120px; /* 125 */
		
		padding-top: 5px;
		
		border-left: 1px solid #ccc2cd;
		
		background-image: url(../images/fond/bandeau.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
	}

#main {
	width: 770px; /* 785 */
	
	margin-left: auto;
	margin-right: auto;
	
	padding-right: 15px;
	
	background-image: url(../images/fond/shadow_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
	
	text-align: left;
}

/* ***********************************************
CONTENU
*********************************************** */

	#center {
		padding: 10px 20px;
		
		background-color: white;
		background-image: url(../images/fond/fond_center.gif);
		background-position: left;
		background-repeat: repeat-y;
		
		list-style-image: url(../images/puce/triangle-violet.gif);
	}
			#center a:link,
			#center a:visited {
				color: #b93006;
				text-decoration: none;
				
			}
			#center a:hover,
			#center a:active {
				color: #b93006;
				text-decoration: underline;
			}
			
			ol li {
				margin-bottom: 12px;
				
				list-style-image: none;
				list-style-type: decimal;
			}
			ol li ul li {
				margin-bottom: auto;
				list-style-image: url(../images/puce/triangle-violet.gif);
			}
		
		#contact input.text,
		#contact textarea {
			padding-left: 15px;
			
			background-color: #e1dff5;
			background-image: url(../images/fond/input_borderleft.gif);
			background-position: left;
			background-repeat: repeat-y;
		}
		
		.tiny {
			font-size: 10px;
			font-style: italic;
			color: #7f6682;
		}
		
		#content,
		#offers,
		#actus {
			float: left;
		}
		
		#content {
			width: 342px;
			margin-right: 10px;
		}
		
		#offers {
			width: 188px;
		}
			#offers-top {
				width: 188px;
				height: 64px;
				
				background-image: url(../images/fond/fond_top_offres.jpg);
				background-repeat: no-repeat;
			}
			#offers-center {
				width: 143px; /* 188 */
				
				padding: 10px 20px 10px 25px;
				
				background-image: url(../images/fond/fond_offres.jpg);
				background-repeat: repeat-y;
			}
			#offers-bottom {
				width: 188px;
				height: 15px;
				
				background-image: url(../images/fond/fond_bottom_offres.jpg);
				background-repeat: no-repeat;
			}
		
		#actus {
			width: 188px;
		}
			#actus-top {
				width: 188px;
				height: 64px;
				
				background-image: url(../images/fond/fond_top_actus.jpg);
				background-repeat: no-repeat;
			}
			#actus-center {
				width: 143px; /* 188 */
				
				padding: 10px 20px 10px 25px;
				
				background-image: url(../images/fond/fond_actus.jpg);
				background-repeat: repeat-y;
			}
			#actus-bottom {
				width: 188px;
				height: 15px;
				
				background-image: url(../images/fond/fond_bottom_actus.jpg);
				background-repeat: no-repeat;
			}
			
		#newsletter {
		}
			#newsletter-top {
				width: 330px;
				height: 64px;
				
				background-image: url(../images/fond/fond_top_newsletter.jpg);
				background-repeat: no-repeat;
			}
			#newsletter-center {
				width: 294px; /* 330 : padding + border-right */
				
				padding: 10px 20px 10px 15px;
				
				background-image: url(../images/fond/fond_center_newsletter.jpg);
				background-repeat: repeat-y;
				
				border-right: 1px solid #e0e0e0;
				border-bottom: 1px solid #e0e0e0;
			}
				#newsletter input.text {
					width: 150px;
					
					padding-left: 15px;
					
					background-color: white;
					background-image: url(../images/fond/newsletter_input_borderleft.gif);
					background-position: left;
					background-repeat: repeat-y;
				}
				

/* ******************************************** */	

			#offers a:link,
			#offers a:visited,
			#actus a:link,
			#actus a:visited {
				color: #be3403;
				text-decoration: underline;
			}
			
			#offers a:hover,
			#offers a:active,
			#actus a:hover,
			#actus a:active {
				color: #be3403;
				text-decoration: none;
			}
			
			#actus .title {
				font-weight: bold;
			}
			
			#offers .title,
			#actus .title {
				font-weight: bold;
			}
				#offers .title a:link,
				#offers .title a:visited,
				#actus .title a:link,
				#actus .title a:visited {
					color: #705574;
					text-decoration: none;
				}
				#offers .title a:hover,
				#offers .title a:active,
				#actus .title a:hover,
				#actus .title a:active {
					color: #705574;
					text-decoration: underline;
				}

			.date {
				
				font-style: italic;
				font-weight: bold;
				color: #6b506f;
			}

/* ******************************************** */		
		#searching {
			margin-bottom: 16px;
			padding: 10px;
			
			border: 1px solid #aeacc2;
		}
			#searching input.text{
				padding-left: 15px;
				
				background-color: #e1dff5;
				background-image: url(../images/fond/input_borderleft.gif);
				background-position: left;
				background-repeat: repeat-y;
			}

/* ******************************************** */

	#messages {
		width: 50%;
		
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 16px;
		
		padding: 5px 5px 5px 90px;
		
		border: 1px solid #e1dff5;
		
		background-image:url(../images/fond/alert.gif);
		background-position: 10px;
		background-repeat: no-repeat;
		
	}
		#messages ul {
			margin: 0;
			padding: 0;
		}


/* ******************************************** */

		div.cols3 {
			width: 210px;
			
			margin: 5px;
			float: left;
		}

/* ***********************************************
PIED DE PAGE
*********************************************** */
	
	#footer {
		width: 770px; /* 785 */
		height: 44px;
		
		margin-left: auto;
		margin-right: auto;
		padding-right: 15px;
		
		background-image: url(../images/fond/shadow_right.jpg);
		background-position: right;
		background-repeat: repeat-y;
		
		color: white;
	}
		#footer a:link,
		#footer a:visited {	
			color: white;
		}
		#footer a:hover,
		#footer a:active {
			color: white;
		}
	#footer .gris {
		height: 19px;
		
		padding-top: 3px;
		
		background-color: #cccccc;
		
		color: black;
	}
		#footer .gris a:link,
		#footer .gris a:visited {
			font-weight: bold;
			color: #6d3b75;
			text-decoration: underline;
		}
		#footer .gris a:hover,
		#footer .gris a:active {
			color: #6d3b75;
			text-decoration: none;
		}
	
	#footer .lavande {
		height: 19px;
		
		padding-top: 3px;
		
		background-color: #7f6682;
	}
	
#shadow_bottom_full {
	width: 770px; /* 785 */
	height: 15px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	
	padding-right: 15px;
	
	background-image: url(../images/fond/shadow_bottom-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#shadow_bottom {
	width: 770px; /* 785 */
	height: 15px;
	
	background-image: url(../images/fond/shadow_bottom.jpg);
	background-repeat: repeat-x;
	
	text-align: left;
}

/* *************************************************************************************************
GESTION  DES FORMULAIRES
************************************************************************************************* */


fieldset {
	border: none;
}

input,
select,
textarea {
	border: 1px solid;
	border-top-color: #d4ccd5;
	border-left-color: #d4ccd5;
	border-right-color: black;
	border-bottom-color: black;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	input.text {
		width: 310px;
		
		padding-left: 15px;
		
		background-color: #e1dff5;
		background-image: url(../images/fond/input_borderleft.gif);
		background-position: left;
		background-repeat: repeat-y;
	}

textarea {
	width: 505px;
	
	font-size: 12px;
}