@charset "utf-8";

/* Copyright MegaraM - www.megaram.be - support@megaram.be */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
/*	vertical-align: baseline;	*/}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
/*	text-align: left;	*/
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body {
	background-color: #134E5E;
	color: #134E5E;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}

/* TOP BANNER */
#topBanner {
	background: url(/layouts/defaut/FR/design/bg_top_banner.jpg) no-repeat top left;
	height: 186px;
	position: relative;
	z-index: 5;
}
#topBanner h1 {
	height: 100%;
	text-indent: -9999px;
	margin: 0px;
	width: 100%;
}
#topBanner a {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}
#logo {
	left: 347px;
	position: absolute;
	top: 0px;
}

/* COLONNE GAUCHE */
#colLeft {
	background: url(/layouts/defaut/FR/design/bg_col_left.jpg) repeat-y top left;
	float: left;
	height: 640px;
	margin-top: -84px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: right;
	width: 349px;
	z-index: 10;
}

#mainMenu {
	background-color: #234148;
	text-transform: uppercase;
}
#mainMenu li {
	background: url(/layouts/defaut/FR/design/bg_menu_item.png) no-repeat bottom right;
	height: 30px;
	line-height: 30px;
	margin-right: 8px;
}
#mainMenu li.last {
	background: none;
}
#mainMenu a {
	color: #FFF;
	display: block;
	height: 30px;
	text-decoration: none;
	text-shadow: #000 2px 2px 2px;
}
#submenu {
	background: url(/layouts/defaut/FR/design/bg_submenu.jpg) top left;
	padding-bottom: 2px;
	padding-top: 2px;
}
#submenu a {
	color: #134e5e;
	font-size: 0.9em;
	font-weight: bold;
	height: 5px;
	line-height: 5px;
	margin: 0px;
	padding: 4px 8px 4px 4px;
	text-shadow: none;
}

#newsPreview {
	background: url(/layouts/defaut/FR/design/bg_news_preview.png) no-repeat bottom left;
	color: #53170C;
	padding: 1px 8px 2px 50px;
}
#newsPreview h1 {
	color: #134E5E;
	font-size: 1.8em;
	font-weight: normal;
	padding: 12px 0px 20px;
	text-transform: uppercase;
}
#newsPreview a {
	color: #134E5E;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
#newsPreview .readon {
	margin-bottom: 8px;
}

/* CONTENU */
#content {
	background: #336775 url(/layouts/defaut/FR/design/bg_content.jpg) no-repeat top left;

	min-height: 496px;
	height:auto !important;
	height:496px;

	margin: 0px 0px 0px 349px;
	padding: 50px 0px 10px 20px;
	position: relative;
}

#galerie_actif {
	height: 640px;
	left: 0px;
	margin: 30px 0px 0px 320px;
	position: absolute;
	top: 0px;
	width: 550px;
}
#galerie {
	border: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	width: 0px;
}

#text {
	padding-right: 10px;
	width: 630px;
}
#text.home_actif {
	text-align: justify;
	width: 260px;
}
h1 {
	font-size: 2em;
	text-transform: uppercase;
	margin: 15px 0px 10px;
}
h2 {
	font-size: 1.8em;
	margin: 15px 0px 5px;
}
h3 {
	font-size: 1.6em;
	margin: 15px 0px 5px;
}
h4 {
	font-size: 1.4em;
	margin: 15px 0px 5px;
}
h5 {
	font-size: 1.2em;
	margin: 15px 0px 5px;
}
h6 {
	font-size: 1.1em;
	margin: 15px 0px 5px;
}
p {
	margin: 0px 0px 8px;
}
#text strong, #text b {
	font-weight: bold;
}
#text em, #text i {
	font-weight: normal;
	font-style: italic;
}

#form img {
	margin-bottom:4px;
	margin-left:10px;
	margin-top:4px;
}
input, select, textarea {
	background-color:#eeeeee;
	border:1px solid #666;
	color:#666;
	font-size:13px;
	margin-bottom:4px;
	margin-left:10px;
	margin-top:4px;
	width:188px;
}
textarea {
	height:80px;
	width:320px;
}




/* FOOTER */

#footer {
	font-size: 0.9em;
	color: #FFF;
	margin: 5px 0px 20px 368px;

}
#footer a {
	color: #FFF;
}

/* LIENS */
a:focus {
	outline: none;
}
a {
	color: #38130B;
}

#cmsMenuEditor {
	padding-top:4px;
	padding-bottom:4px;
}
#cmsMenuEditor p {
	font-size:8px;
/*	height:10px;*/
	line-height:normal;
	margin:0px;
	padding:0px;
	text-align:right;
/*	width:350px;*/
}

.formCaptcha {
	background-color:#eeeeee;
	border:1px solid #666;
	color:#000;
	font: normal 13px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:2px;
	width:50px;
	text-transform:uppercase;
}
.obligatoire {
	color:#C00;
}

#photos_thumb td {
	padding:4px;
}
#photosBig {
	width:350px;
}
.photosThumb {
	padding-left:6px;
	padding-bottom:6px;
}
