/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited {/* text-decoration:none*/ }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body{
	margin:0px;
	color:#404040;
	background-color:#FFFFFF;
	line-height:21px;
	font-family: 'Open Sans', sans-serif;
	/*font-weight:300;*/
	font-size:14px;
	font-weight:300;
	overflow-x: hidden;
}
a{
	color: #243B96;
	text-decoration: underline;
	margin: 0;
}
a:hover{
	color:#C21E6A;
	text-decoration: underline;
}
.logo{
	position:absolute;
	z-index:999;
	}
#header{
	background-color:#FFFFFF;
	width:100%;
	height:101px;
	}
#menu{
	margin-left:335px;
	}
#menu a{
	padding-left:10px;
	padding-right:10px;
/*	padding-top:20px;
	margin-top:20px;*/
	font-weight:300;
	display:inline-block;
	height:43px;
	border-right:1px solid #F7B9D6;
	color:#000000;
	text-decoration:none;
	font-size:14px;
	}
#menu a:hover{
	color:#C21E6A;
	}
.logo{
	position:absolute;
	}
.slogan{
	font-family: 'Courgette', cursive;
	font-size:45px;
	color:#0082D6;
	font-weight:normal;
	margin-top:350px;
	line-height:40px;
	/*letter-spacing:-1px;*/
	z-index:990;
	position:absolute;
	display:block;
	}
.slogan_sub{
	font-family: 'Courgette', cursive;
	font-size:42px;
	color:#FFF;
	font-weight:normal;
	margin-top:165px;
	line-height:36px;
	z-index:990;
	position:absolute;
	display:block;
	height:100px;
	/*letter-spacing:-4px;*/
	}
.conteneur{
	margin:auto;
	width:1025px;
	padding:0px;
	padding-left:1%;
}
#entete{
		background-color:#88A4AF;
		background-image:url(../images/bg_accueil1.jpg);
		background-position:center top;
		background-repeat:no-repeat;
		height:454px;
	}
#entete_sub{
		background-color:#88A4AF;
		background-image:url(../images/bg_sub.jpg);
		background-position:center top;
		background-repeat:no-repeat;
		height:289px;
	}
#content{
		background-color:#FFFFFF;
		padding-top:30px;
		padding-bottom:30px;
	}
#bande_rose{
		background-color:#BB0457;
		padding-top:50px;
		padding-bottom:50px;
		color:#FFF;
		background-image:url(../images/bg_rose.jpg);
		background-position:center top;
		background-repeat:no-repeat;
	}
#bande_rose_sub{
		background-color:#BB0457;
		padding-top:30px;
		padding-bottom:30px;
		color:#FFF;
		margin-top:30px;
	}
#footer{
	background-color:#F0F0F0;
	padding-bottom:100px;
	text-align:center;
	padding-top:30px;
	font-weight:300;
	}
.colonne_gauche_accueil{
	width:500px;
	color:#000000;
	font-size:16px;
	}
.colonne_gauche_accueil strong{
		color:#BB0457;
	}
.colonne_gauche_sub{
	width:500px;
	}

.espacement_bande{
	width:500px;
	}
h1{
	font-family: 'Courgette', cursive;
	font-size:45px;
	font-weight:normal;
	line-height:42px;
	/*letter-spacing:-4px;*/
	}
h2{
	font-family: 'Courgette', cursive;
	font-size:35px;
	font-weight:normal;
	/*letter-spacing:-1px;*/
	padding-top:15px;
	padding-bottom:15px;
	color:#054E7D;
	line-height:30px;
	/*letter-spacing:-4px;*/
	}
.rose{
	color:#470020;
	font-size:60px;	

	}
.rose_sub{
	color:#470020;
	font-size:75px;
			padding-bottom:15px;
			line-height:75px;
	}
.slogan_rose{
	font-family: 'Courgette', cursive;
	font-size:70px;
	color:#E4046C;
	font-weight:normal;
	/*letter-spacing:-4px;*/
	height:75px;
	padding-bottom:30px;
	display:block;
	padding-right:20px;
	padding-top:10px;
	margin-top:-10px;
	}
#slider{
	background-color:#FFFFFF;
	height:454px;
	width:100%;
	position:absolute;
	}
.wide-container {
     /* max-width: 1000px;*/
      height: 454px;
      margin: 0 auto;
	  width:100%;
    }
.slides-pagination {
    margin-bottom: 14px;
    margin-left: 450px;
    position: absolute;
    width: 100%;
	color:#999999;
	z-index:999;
	display:none;
	
}
.rond{
	position:absolute;
	margin-left:520px;
	margin-top:-170px;
	z-index:999;
	}
.rond_sub{
	position:absolute;
	margin-left:530px;
	margin-top:-320px;
	z-index:0;
	}
ul.liste{
	list-style:none;
	}
ul.liste li{
	background-image:url(../images/puce.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:30px;
	}
.couleur_rose{
	color:#E4046C;
	}
strong{
	font-weight:700;

	}
.internet a{
	text-decoration:none;
	}
.internet a:hover{
	text-decoration:underline;
	}
	.bouton{
	font-family: 'Open Sans', sans-serif;
	width:96%;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 20px;
	border: none;
	color:#FFF;
	background-color: #064E7E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;


	}

.champs{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: 1px solid #C0C0C0;
	width: 230px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}
	
		
.champs2{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: 1px solid #C0C0C0;
	width: 480px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}

