#document {
	width:1024px;
	margin : 0 auto;
	padding : 0;
	text-align: left;
	overflow: auto !important;
	/overflow: auto;
	-overflow: none;
	background: url(interface/mary_03.jpg) repeat-y;
}

a:link         { color: #444; font-size: 14px; font-family: "Times New Roman", Times, serif; text-decoration: none }
a:visited         { color: #444; font-size: 14px; font-family: "Times New Roman", Times, serif; text-decoration: none }
a:hover       { color: #93425B; font-size: 14px; font-family: "Times New Roman", Times, serif; text-decoration: none }

.texte-fonce { font-size : 80% }

input, select, textarea { color: #000000; font-size: 12px; font-family: "Times New Roman", Times, serif; background-color: #fff; margin: 2px; padding: 3px; border: solid 1px #c0c0c0 }

body  { color: #444; font-size: 14px; font-family: "Times New Roman", Times, serif; line-height: 16px; text-align: center; margin: 0; padding: 0 }

.gris {
font-family: "Times New Roman", Times, serif;
font-size: 80%;
color: #213E59;
}

ul { 
	margin : 5px;
	padding : 0;
}
ul li  { list-style-type: none; margin: 5px 0 5px 45px; padding: 0 0 0 0 }

/* COMPOSITION */
/*#corps {
	clear : both;
	margin-top : 0;
	background: url(interface/fd.jpg) repeat-y;
}
*/
/* BANDEAU DU HAUT */
#haut {
	height : 85px;
	width: 1024px;
	background: url(interface/mary_01.jpg) no-repeat;
}

/* NAVIGATION PRIMAIRE */
#bouton			{ background : url(interface/menu.png) repeat-x; font-size: 12px; float: left; height: 30px; width: 200px; margin: 0 0 0 0; text-align: right  }
#bouton h2		{ color: #420805; font-size: 110%; font-weight: normal; margin: 0 0 0 0; padding: 8px 0 0 0; text-align:right }
#bouton a		{ background : url(interface/menu.png) repeat-x; height: 30px; display: block; text-decoration : none; }
#bouton a:hover { background : url(interface/menu.png) repeat-x 0 -30px; height: 30px; display: block; text-decoration : none }
#bouton a.actif { background : url(interface/menu.png) repeat-x 0 -30px; height: 30px; display: block; text-decoration : none }

/* CONTENU */

#contenu {
	float: left;
	width: 1024px;
	background: url(interface/mary_02.jpg) no-repeat;
}

#galerie {
	float : left;
	width: 530px;
	margin: 0 0 0 10px;
}

#photogalerie {
	border : 0px solid #ffffff;
	background-color : #ececec;
	float : left;
	margin: 0 0 5px 3px;
}


#contenu a { color: #213E59; font-weight: normal; }
#contenu a:visited { color: #213E59; font-weight: normal; }
#contenu a:hover { color: #93425B; font-weight: normal; }

#contenu h1 {
	color: #93425B; font-size: 190%;
	font-weight: normal;
	margin: 0 0 0 0px;
}

#contenu h2 {
	color: #93425B; font-size: 140%;
	font-weight: normal;
	margin: 0 0 0 0px;
}

#contenu h3 {
	color: #213E59; font-size: 110%;
	font-weight: normal;
	margin: 15px 0 10px 15px;
}

#contenu h4 {
	color: #213E59; font-size: 100%;
	font-weight: bold;
	margin: 15px 0 10px 15px;
}

#contenu p {
	color: #ffffff; font-size: 95%;
	font-weight: normal;
	line-height: 14px;
	padding: 0 15px 0 15px;
	text-align: justify;
}

#contenu .plus {
	color: #93425B; font-size: 100%;
	line-height: 16px;
	font-weight: bold;
}

#colonneGauche { float: left; width: 200px }

#page { float: left; margin: 20px 0 0 0; width: 820px }

/* BAS */
#bas { width: 1024px; margin : 0; padding : 20px 0 20px 0;text-align: center; }
	
#bas h3 { color : #556176; font-size: 100% }

#bas a { color: #556176; font-weight: normal; }
#bas a:hover { color: #93425B; font-weight: normal; }

/* FORMULAIRE */
form {
	margin : 0;
	padding : 0;
}
#contenu fieldset {
	border-width : 0;
}
#contenu legend {
	color : #93425B;
	font-weight : normal;
	font-size : 100%;
	margin : 20px 0 0 50px;
	padding : 0;
	width : auto;
	border-bottom : 2px solid #93425B;
}
input, textarea,select {
	font-size : 100%;
	font-family : arial, sans-serif;
	border-width : 1px;
	border-style : solid;
	border-top-color : #8A8A8A;
	border-right-color : #8A8A8A;
	border-bottom-color : #E0E0E0;
	border-left-color : #E0E0E0;
	background-color: #e7e7e7;
	padding : 1px 2px;
	margin-left : 8px;
	color:#000000;
}
p.action input {
	width : auto;
	color : #213E59;
	border-color : #213E59;
	margin : 0 150px;
}
form p {
	clear: both;
	margin: 0;
	padding: 2px 0;
}
#contenu p label {
	float: left;
	width: 110px;
	margin-bottom : 8px;
	text-align: right;
	color : #444;
	font-weight : normal;
}
