/* ### Emmanuel Ritz - architecte ### */
/* ### SCREEN stylesheet ###*/
/* ### Esprit Public - 2007 ### */
/* ### Franck GRENIER (et Didier LLOPIS :) ) ### */


/*
	Version 1
	Dernière modification : 19/11/2007
	Par : Franck Grenier (f.grenier@esprit-public.fr)
*/


/* ############### SOMMAIRE ############### */
/*
 $0. Remise à zéro des styles
 $1. Base tags
 $2. Layout blocks
 $3. Main menu
 $4. Menu niveau 2
 $5. Menu niveau 3
 $6. Blocs Humeur et Actu
 $7. Formulaire de contact
 $8. Pages références
*/
/* ######################################## */


/* ###################### $0. Remise à zéro des styles ###################### */
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, strong, 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;
	background:transparent;
}

:focus {
	outline:0;
}

body {
	line-height:1;
	color:black;
	background:white;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}


/* ###################### $1. Base tags ###################### */
body {
	font-family:"Arial",sans-serif;
	font-size:82.5%;
	line-height:1.5em;
	color:#333333;
	margin:0;
	padding:0;
	background:#000000;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background:#0a3667;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1,h2,h3,h4,h5,h6 {
	line-height:1em;
	margin:0;
	padding:0;
}

h1 {
	font-size:2.3em;
	margin:0 0 20px 0;
	clear:both;
}

h2 {
	font-size:1.45em;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#0a3667;
	margin:30px 0 13px 0;
	clear:both;
}

#mainContent>h2 {
	margin-top:0;
}

h3 {
	width:20em;
	font-size:1em;
	font-weight:normal;
	color:#000;
	margin:25px 0 15px -15px;
	padding:4px 40px 4px 15px;
	clear:both;
	background:#FFFFFF;
}

h4 {
	font-size:1em;
	color:#307cd1;
	margin:0 0 5px 0;
}

p {
	margin:0 0 15px 0;
}

img {
	border:0;
}

ul {
	padding:0 40px 0 40px;
	margin:10px 0 25px 0;
}

li {
	margin:2px 0 2px 0;
	list-style-type:square;
}

ul ul {
	padding:0 20px 0 20px;
	margin:5px 0 10px 0;
}

ul ul li {
	margin:2px 0 2px 0;
	list-style-type:square;
}

table {
	width:100%;
	border-collapse:collapse;
	margin:auto;
	margin-bottom:25px;
}

table td, table th {
	padding:2px 10px 2px 10px;
	vertical-align:top;
	border:4px solid #FFFFFF;
	background:#d5d6d9;
}

table th {
	text-align:left;
	font-weight:normal;
	color:#307cd1;
}

form {
	padding:20px 100px 20px 10px;
}

fieldset {
	border:0;
}

label, .wpcf7-quiz-label {
	display:block;
	float:left;
	width:7em;
	color:#0a3667;
	font-size:1em;
	text-align:right;
	padding:5px 0 1px 0;
	margin:0 10px 0 0;
}

input, select, textarea {
	font-family:"Arial",sans-serif;
	font-size:0.9em;
	color:#333333;
	padding:2px;
	margin:2px 0 2px 0;
	vertical-align:middle;
	border:2px #c5c5c5 solid;
}

input:hover, select:hover, textarea:hover {
	border:2px solid #868686;
}

input:focus, select:focus, textarea:focus {
	border:2px solid #868686;
}

textarea {
	width:270px;
	height:130px;
}

input[type=text], select {
	width:180px;
}

input[type=radio], input[type=checkbox] {
	border:0;
}

#contactsubmit {
	font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px;
	background:#0a3667;
	border:none;
}

.submitForm {
	width:362px;
	text-align:right;
	margin-top:20px;
	padding:0;
}

.confirm {
	color:#666666;
	font-weight:bold;
}

.sansBordure {
	border:0;
}

.required {
	font-size:0.9em;
	color:#307cd1;
}

.submitForm .required {
	float:left;
	font-style:italic;
}

legend, caption {
	display:none;
}

.noDisplay {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

img.floatLeft {
	float:left;
	margin:0 10px 0 0;
}

img.floatRight {
	float:right;
	margin:0 0 0 10px;
}

.stopFloat {
	clear:both;
}

.stopFloat:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

* html .stopFloat {
	height:0%;
	font-size:0;
}

.stopFloat {
	display:block;
}


/* ###################### $2. Layout blocks ###################### */
#container {
	width:950px;
	padding:25px 0 200px 0;
	margin:0 auto 0px auto;
	background:none;
}

#container.home {
	height:600px;
	padding:18px 0 0px 0;
}

#container.home.style1 {background:none;}
#container.home.style2 {background:none;}
#container.home.style3 {background:none;}
#container.home.style4 {background:none;}
#container.home.style5 {background:none;}
#container.home.style6 {background:none;}

	#header {
		/*height:15px;*/
	}
	
	* html #header {
		height:15px !important;
		margin:0 0 10px 0;
		padding:0 0 -10px 0;
	}
	/*
	* html #header h1 {
		font-size:2.3em;
		margin-left:14px;
	}*/

		#header h1 {
			float:left;
			margin:0;
			padding:0 0 0 25px;
			width:161px;
		}

		#header h1 a {
			display:block;
			height:24px;
			background:url(../images/logo_ritz.gif) no-repeat;
		}
		
		#header #menuHaut {
			display: none;
			float:right;
			padding:0 25px 0 0;
			margin:0.5em 0 0 0;
		}

		#header #menuHaut ul {
			padding:0;
			margin:0;
		}
		
		#header #menuHaut li {
			display:inline;
		}
		
		#header #menuHaut a {
			color:#333333;
			text-decoration:none;
		}
		
		#header #menuHaut a:hover {
			color:#333333;
			text-decoration:underline;
			background:none;
		}

	#mainContent {
		width:620px;
		font-size:1.1em;
		padding:15px 15px 20px 15px;
		margin:0px 25px 0 25px;
		background:#FFFFFF url(../images/back_contenu.gif) repeat-x;
		overflow:auto;
	}
	
	#container.home #mainContent {
		padding:0px;
		background:none;
	}
	
	#mainContent img {
		padding:2px;
		border:1px solid #e6e6e6;
		margin:0 10px 5px 0;
	}
	
	div.alignleft,
	img.alignleft {
		float: left;
	}
	
	div.alignright,
	img.alignright {
		float: right;
	}
	
	#mainContent a:hover img {
		border:1px solid #0A3667;
	}




/* ###################### $3. Main menu ###################### */
#mainMenu {
	display:none;
}

* html #mainMenu {
	padding:0 0 -10px 0;
	height:8px;
}

#mainMenu ul {
	padding:0;
	margin:0;
}

* html #mainMenu ul {
	height:13px;
	font-size:1em;
}

	#mainMenu li {
		float:left;
		padding:0;
		margin:0;
		list-style:none;
	}

	#mainMenu .page_item a {
		float:left;
		display:block;
		height:15px;
		color:#082449;
		font-size:1.2em;
		text-decoration:none;
		padding:0 8px 0 8px;
	}
	
	#mainMenu .page-item-3 a {
		padding-left:25px;
	}
	
	#mainMenu .page_item a:hover, #mainMenu .current_page_item a, #mainMenu .current_page_parent a {
		color:#fff;
		text-decoration:none;
		background:#0a3667;
	}

/* ###################### $4. Menu niveau 2 - PAS UTILISE ###################### */
/*
#subMenu ul {
	width:215px;
	padding:0;
	margin:0;
}

	#subMenu li {
		list-style:none;
		font-size:1.2em;
		width:100%;
		padding:0;
		margin:0;
	}

	#subMenu a {
		display:block;
		text-decoration:none;
		padding:8px 15px 8px 25px;
		margin:0;
		background:#F5F5F5 url(../images/subMenu_bullet.gif) no-repeat 10px 50%;
		border-bottom:1px dotted #C8C8C8;
	}

	#subMenu a:hover {
		background-color:#EDEDED;
	}

	#subMenu .current_page_item a {
		background-color:#EDEDED;
	}

		#subMenu ul ul {
			list-style:none;
			width:215px;
			padding:0;
			margin:0;
		}
		
		#subMenu ul ul li {
			font-size:0.9em;
			width:100%;
			padding:0;
			margin:0;
		}

		#subMenu ul ul li a {
			color:#A2BECC;
			display:block;
			text-decoration:none;
			padding:5px 15px 5px 35px;
			margin:0;
			background:#FBFBFB url(../images/subMenu_subBullet.gif) no-repeat 23px 50%;
			border-bottom:1px dotted #C8C8C8;
		}
		
		#subMenu ul ul li a:hover {
			color:#879EAA;
			background-color:#FFFFFF;
		}*/

/* ###################### $5. Menu niveau 3 ###################### */
#menuNiv2 {
display:none;
}

#menuNiv2 ul {
	padding:0;
	margin:0;
}

#menuNiv2 ul li {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

#menuNiv2 ul li a {
	display:block;
	color:#000000;
	font-size:1.1em;
	text-decoration:none;
	padding:3px 6px 0px 6px;
	border-bottom:3px solid #FFFFFF;
}

#menuNiv2 ul li a:hover {
	color:#000000;
	background:none;
	border-bottom:3px solid #0a3667;
}

#menuNiv2 ul li.current_page_item a, #menuNiv2 ul li.current-cat a {
	color:#000000;
	background:none;
	border-bottom:3px solid #0a3667;
}

/* ###################### $5. Menu niveau 3 ###################### */

#menuNiv3 {
display:none;
}


/* ###################### $6. Blocs Humeur et Actu ###################### */
#humeur, #a_la_une {
	position:relative;
	width:290px;
	padding:10px 15px 15px 15px;
	margin:0 0 30px 0;
	background:#FFFFFF;
}

#humeur p, #a_la_une p {
	margin:0;
}

h2#titre_humeur {
	width:98px;
	height:17px;
	margin:0 0 8px 0;
	background:#FFFFFF url(../images/h2_humeur.gif) no-repeat;
}

h2#titre_a_la_une  {
	width:98px;
	height:17px;
	margin:0 0 8px 0;
	background:#FFFFFF url(../images/h2_a_la_une.gif) no-repeat;
}

#humeur h3, #a_la_une h3 {
	width:auto;
	margin:0 0 0 -15px;
}

.meta {
	color:#999;
	font-size:0.9em;
	text-align:right;
	margin:0 0 10px 0;
}


/* ###################### $7. Formulaire de contact ###################### */
#contactform br {
	display:none;
}

#contactform input, #contactform textarea {
	float:left;
}

* html #contactform input, #contactform textarea {
	float:left;
	margin-right:300px;
}

#contactform label {
	clear:both;
}

#contactform #contactsubmit {
	clear:both;
	margin:10px 0 0 310px;
}

#contactform #contactsubmit:hover {
	background:#868686;
}

#contactform #wpcf_response {
	width:70px;
}


/* ###################### $8. Pages références ###################### */
.reference {
	width:172px;
	padding:10px;
	margin:6px;
	float:left;
	border:1px #dedede solid;
}

#mainContent .reference img {
	display:block;
	margin:0 auto;
}

.reference h3 {
	width:182px;
	height:24px;
	padding:4px 0 4px 10px;
	margin:-10px -10px 10px -10px;
}

#mainContent.detail_post img {
	float:right;
	margin:0 0 5px 10px;
}

.ngg-galleryoverview {
	width:400px;
	float:right;
	clear:right;
}

#mainContent.detail_post .ngg-gallery-thumbnail-box img {
	float:left;
	margin:5px 10px 5px 0;
}

#mainContent.detail_post h4 {
	display:inline;
}

.infos {
	float:left;
}

.wp-pagenavi {
	padding-top: 15px;
	text-align: center;
}

#mainContent .actualite {
	position: relative;
	margin-bottom: 20px;
}

#mainContent .actualite .image {
	margin-left: 180px;
	overflow: hidden;
	height: 240px;
}

#mainContent .actualite .image img {
	border: none;
	width: 600px;
}
#mainContent .actualite .image a:hover {
	text-decoration: none;
	background: none;
}
#mainContent .actualite .content h3 a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#mainContent .actualite .content {
	position: absolute;
	top: 50px;
	left: 100px;
	background: #fff;
	width: 300px;
	padding: 0px;
	border-left: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

#mainContent .actualite .text {
	padding: 4px 0px 4px 15px;
}
#mainContent .actualite .text a {
	display: block;
	color: #000;
	text-decoration: none;
}
#mainContent .actualite .text a:hover {
	background: none;
}
#mainContent .actualite .content p {
	margin: 0;
}

#mainContent .actualite .content h3 {
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	padding: 0px;
	width: 285px;
	padding: 4px 0px 4px 15px;
}

/* Presentation en lignes. */
#mainContent.post-4.line ul {
	padding: 0;
	width: 700px;
}

#mainContent.post-4.line ul li {
	clear: both;
	list-style: none;
}

#mainContent.post-4.line ul li img {
	float: left;
}

/* Presentation en colonnes. */
#mainContent.post-4.column ul {
	display: block;
	padding: 0;
}

#mainContent.post-4.column ul li {
	display: block;
	float: left;
	list-style: none;
	width: 270px;
	margin-right: 15px;
}

#mainContent.post-4.column ul li img {
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.gm_map {
	margin-top: 5px;
	background: url('../images/staticmap.png') no-repeat;
}

#map_container #result {
	margin-top: 5px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#mainMenu li.page-item-321 {
	float: right;
}

