/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #FFFFFF;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
p {
padding: 5px 0px 5px 0px;
}
/* Commonly used to style page titles. */
h1 {
  display:inline;
}
/* Commonly used to style section titles. */
h2 {
  display:inline;
}

ul {text-align:left;
margin-left:0;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #CC3366;
	font-style:italic;
	text-decoration: underline;
 
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}

a img{
border:none;
margin-right: 5px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  min-width: 780px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 980px;
}
#outerWrapper #header {
  border-style: none; /* Sets the border style properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
.bla {
padding-right: 20px;
}

    #prima{
		width:100%;
		text-align:center;
		background-color:rgb(255,255,255);
		margin-top:0px;
		margin-bottom:0px;
		padding:10px 0 10px 0;
		font: 9px Verdana, Arial, Helvetica, sans-serif;
		font-weight:100;
		color: rgb(187,182,169);
	}
	#prima h1{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	color: rgb(187,182,169);
	}
	#prima h2 {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	color: rgb(187,182,169);
	} 
#bandeau{
width:100%
background-image:url(../i/fd_bandeau.jpg);
}

#outerWrapper #contentWrapper #coldroite {
width:0px;
float:right;
}



#outerWrapper #contentWrapper #leftColumn {
	float: left;
	width: 200px;
	background-image: url(../i/barrenav%20haut.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #leftColumn a {
margin-left: 10px;
padding-left: 10px;
text-align:left;
}
#outerWrapper #contentWrapper #hautbarre {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	background:url(../i/barre-haut.gif) left top no-repeat;
	padding: 0px;
	margin: 0px;
}

#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	padding: 0 0 15px 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../i/barre-bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#outerWrapper #contentWrapper #leftColumn1 h1 {
  color: #FF00CC;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
#outerWrapper #contentWrapper #leftColumn1 h2 {
	color: rgb(178,7,133);
	font-size:12px;
	font-weight:100;
}
#outerWrapper #contentWrapper #leftColumn1 a:hover {
  font-style: italic;
  text-decoration: underline;
}
#outerWrapper #contentWrapper #leftColumn2 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#blocconfiancehaut{
		width:200px;
		height:97px;
		text-align:center;
		background:url("../images/img_confiance_h.jpg");
		background-position: left center;
		background-repeat: no-repeat;
		margin-top:0px;
		margin-bottom:0px;
}


#blocconfiancemilieu{
		width:200px;
		text-align:center;
		background:url("../images/img_confiance_m.jpg");
		background-position: left center;
		background-repeat: no-repeat;
		margin-top:0px;
		margin-bottom:0px;
		
	}

	#blocconfiancemilieu p{
		font: 11px/16px Verdana, Arial, Geneva;
		color: rgb(178,7,133);
		text-align:left;
		padding:0 9px 0 12px;
		margin:0;
	}

	#blocconfiancemilieu p.listeconfiance{
		font: 11px/16px Verdana, Arial, Geneva;
		color: rgb(178,7,133);
		text-align:left;
		padding:0 9px 0 12px;
		margin:10px 0 0 0;
	}
	p.titreblocb{
		font: bold 15px/17px "Century Gothic", Verdana, Arial, Geneva;
		color: rgb(178,7,133);
		padding:25px 70px 0 0;
		margin:0;
	}

	
	
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 0 0px 0 200px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #content #qualite{
color:#FF0066;
}
#outerWrapper #contentWrapper #content h1 {
	color: rgb(178,7,133);
	font-family: Georgia, "Times New Roman", Times, serif;
}
#outerWrapper #contentWrapper #content h2 {
	color: rgb(178,7,133);
	font-family: Georgia, "Times New Roman", Times, serif;
}
#outerWrapper #contentWrapper #content .titre {
	color: rgb(178,7,133);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
#outerWrapper #contentWrapper #content img{
margin-top:10px;
margin-bottom:10px;
border:none;
}
.centre {text-align: center} 
.centre img {margin: 0 auto;} 


/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  border-style: none; /* Sets the border style properties for an element using shorthand notation */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 17px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

