* {
	margin:0;
	padding:0;
	list-style:none;
}


body {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#505050;	
	background-color:#ffffff;	
	behavior:url("js/csshover.htc");
}

form {
	margin:0;
	padding:0;
}

input,textarea,select {
	border:1px solid black;
	width:175px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:15px;
	background-color:#b2b4b7;
	color:white;
	padding:5px;
}
p,ul,table {
	margin:0 0 10px 0;
}


span {
	/*display:none;*/
}


#main {	
	width:1000px;
	visibility:visible;
	margin:0 auto;	
	background-image:url(../dynamique/arriere-plan/fond-maternite-1.jpg);
	background-repeat:no-repeat;
}


#logo {
	width:400px;
	height:240px;
}

#contact_entete {
	width:400px;
	height:90px;
}


#menu_principal {
	width:inherit;
	height:40px;
	background-image:url(../images/communs/arriere-plan-menu-principal.png);
	background-repeat:repeat-x;
	color:#ffffff;
	font-size:15px;
	margin:0 0 0 0;
	text-transform:uppercase;
}


#menu_principal a:link,
#menu_principal a:visited {
	color:#ffffff;
	text-decoration:none;
}

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

#menu_principal ul {
	 padding: 13px 0 0 85px;
}

#menu_principal li {
	float:left;
	margin:0 60px 0 0;
}

#formulaire_contact {
	width:940px;
	height:350px;
	background-image:url(../images/communs/arriere-plan-formulaire-contact.png);
	background-repeat:repeat-x;
	
	padding:10px 30px 10px 30px;
	margin:20px 0 0 0;
	
}


#contenu {
	width:inherit;
	padding:20px;
}

#colonne_1 {
	width:470px;
	float:left;
}


#photo {
    position: relative;
    width: 469px;
    height: 312px;
  }
  
  #photo img {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
	border:1px solid #bbbbbb;
  } 



#colonne_2 {
	width:480px;
	margin:0 0 0 10px;
	background-image:url(../images/communs/arriere-plan-texte.png);
	background-repeat:no-repeat;
	float:left;
}

#colonne_2 img {
	border:1px solid #bbbbbb;
}

#contact {
	width:450px;
	background-image:url(../images/communs/arriere-plan-contact.png);
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	padding:10px;
}

#contact strong,
#contact_entete strong,
#formulaire_contact strong{
	font-size:15px;
	letter-spacing:2px;
	font-weight:normal;
	
}

#contact img {
	margin:5px 0 5px 0;
	border: 1px solid black;
}

#contact li {
background-image:url(../images/communs/bullet.png);
background-repeat:no-repeat;
padding:0 0 0 15px;
margin:0 0 13px 0;
}

h1,h2,h3,h4,h5,h6{
	font-size:20px;
	letter-spacing:4px;
	font-weight:normal;
	margin-top:50px;
	
}



#footer {
	width:920px;
	height:35px;
	
	color:white;
	padding:5px 40px 0 40px;
	margin:0 0 0 0;
	
	background-image:url(../images/communs/arriere-plan-footer.png);
	
}

#footer p {
	margin:0 0 10px 0;
}

#copyright  {
	width:460px;
	float:left;
}

#2t3m {
	width:460px;
	float:left;
	text-align:right;
}


#footer a:link,
#footer a:visited {
	color:white;
	text-decoration:none;
}

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




a:link, a:visited {
	color:black;
	text-decoration:none;
}

a:hover, a:active {
	color:black;
	text-decoration:underline
}


<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:480px;
	height:174px;
	position:relative;
	text-align:center;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:448px;
  height:174px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  text-align:center;
}
#slideshow #slidesContainer .slide {
  
  width:428px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:174px;
  text-align:center;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:16px;
  height:174px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/communs/fleche-gauche.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/communs/fleche-droite.png) no-repeat 0 0;
}
