/*
Theme Name: Centric Theme
Author: ChiQ
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 11px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #373737;
	background: #F0F0F0 url(images/body.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #D64D21;
}
img {
	border: 0;
        align: center;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	float: center;
	margin: 4px 0 5px 10px;
}

.hidden {
	display: none;
}

#wrapper {
	width: 968px;
	margin: auto auto;
	text-align: left;
}

/** BEGIN header **/
#header {
	background: url(images/header.gif) no-repeat 0 bottom;
}
	#header h1 {
		padding: 10px 0 10px 25px;
	}
		#header h1 a {
			display: block;
			width: 747px; height: 66px;
			text-indent: -9999px;
			background: url(images/logo.gif) no-repeat 0 0;
			outline: none;
		}
	#header ul {
		height: 40px;
		background: url(images/navigation.gif) repeat-x 0 0;
		list-style-type: none;
		margin: 0 4px 0 196px;
		padding-left: 10px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.75em;
			font-family:Georgia, "Times New Roman", Times, serif;
			padding-left: 2px;
			background: url(images/divider.gif) no-repeat 0 center;
			line-height:40px;
		}
		#header ul li.f {
			padding-left: 0;
			background: none;
		}
		#header ul li a {
			color: #666;
			display: block;
			line-height:40px;
			padding-right:16px;
			padding-left:16px;
		}
		#header ul li a:hover {
			color: #333;
		}
/** END header **/

/** BEGIN body **/
#body {
	background: url(images/wrapper.png) repeat-y 0 0;
	width: 960px;
	padding: 0 4px 50px;
}
	#sidebar {
		width: 180px;
		float: left;
		font-size: 0.8em;
		color: #7E7E7E;
		padding: 15px 0 0 5px;
	}
		#sidebar h2 {
			font-size: 1.5em;
			font-family:Georgia, "Times New Roman", Times, serif;
			padding: 10px 0 0 5px;
			font-weight:lighter;
			color:#333;
		}
		#sidebar ul {
			list-style-type: none;
			border-bottom: 1px dotted #979797;
			padding: 5px 0 10px;
		}
			#sidebar ul li {
				padding: 5px 0 5px 15px;
			}
			#sidebar ul li a {
				color: #7E7E7E;
			}
			#sidebar ul li a:hover {
				color:#555;
			}

	#content {
		float: right;
		width: 684px;
		padding: 10px 32px 10px 52px;
	}
		#content #latest {
			background-color:#E1E1E1;
		}
			#content #latest h2 {
				font-size: 1.25em;
				margin-bottom: 15px;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-weight:lighter;
			}
			
			#content #latest h2 a {
			color:#333;
			}
			
			#content #latest img {
				float: left;
				border:5px #E1E1E1 solid;
			}
			#content #latest div {
				width: 270px;
				float: left;
				padding: 10px 10px 10px 10px;
			}
				#content #latest div p {
					font-size:0.75em;
					line-height:1.5em;
				}
				#content #latest .readmore {
					float: right;
					font-size:0.75em;
					padding:3px;
					margin: 5px 20px 0 0;
					font-family:Georgia, "Times New Roman", Times, serif;
					color:#999;
				}
				#content #latest .readmore:hover {
					color:#CCC;
					background:#333;
					}
		#content .box {
			width: 200px;
			float: left;
			margin: 20px 20px 0 0;
			border-top: 2px solid #666;
			padding: 10px 0;
			height:400px;
		}
		#content .end {
			margin-right: 0 !important;
		}
			#content .box h2 {
				font-size: 1.25em;
				color: #333;
				margin-bottom: 10px;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-weight:lighter;
			}
			#content .box img {
				border:5px #E1E1E1 solid;
			}
			#content .box p {
				margin: 10px 0;
				font-size:0.75em;
				line-height:1.5em;
			}
			#content .box .readmore {
					float: right;
					font-size:0.75em;
					padding:3px;
					margin: 0 20px 0 0;
					font-family:Georgia, "Times New Roman", Times, serif;
					color:#999;
			}
			#content .box .readmore:hover {
					color:#CCC;
					background:#333;
			}
			#content .box ul {
				list-style-type: none;
				clear: both;
			}
				#content .box ul li {
					border-bottom: 1px dotted #959595;
					padding: 5px 0;
					font-size:0.67em;
					color:#888;
				}
				#content .box ul li a {
					color: #666;
				}
				#content .box ul li a:hover {
					color: #2498BF;
				}
/** END body **/

/** BEGIN footer **/
#footer {
	background: url(images/footer.gif) no-repeat 0 0;
	padding: 40px 0 20px;
	text-align:center;
}
	#footer p {
		color: #7E7E7E;
		line-height: 1.6em;
		font-size:0.7em;
	}
	#footer a {
		color: #666;
	}
	#footer a:hover {
		color: #1A9DC9;
	}
/** END footer **/

/** BEGIN misc **/
.single {
	padding-top: 25px !important;
}
.post {
	padding: 0 20px 20px 0;
}
	.post p {
		margin-bottom: 10px;
		line-height: 1.6em;
		font-size:0.8em;
	}
	.post img {
		float: center;
                align: center;
		margin: 10px 10px 5px 0;
		border:10px #E1E1E1 solid;
	}
	
	.post img.catimg:hover {
		float: center;
                align: center;
		margin: 10px 10px 5px 0;
		border:10px #CCC solid;
	}
	
	.post h3 {
		font-size: 1.4em !important;
		padding-bottom: 10px;
		margin-bottom: 5px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:lighter;
	}
	
	.post h3 a {
		color:#444;
		}
		
	.post h3 a:hover {
		color:#000;
		}
		
	.post .details {
		clear: both;
		padding-left:5px;
		margin-top: 10px;
		background:#E1E1E1;
		color:#999;
		text-transform:uppercase;
	}
	.post .details a {
	color:#666;
	line-height:2em;
	padding:0.6em;
	}
	.post .details a:hover {
	background:#222;
	color:#CCC;
	}
	.post .details p {
		margin-bottom: 0;
	}
	.post .l {
		float: left;
	}
	.post .r {
		float: right;
	}
	.post ol {
		padding: 0 0 10px 20px;
	}
	.post ul {
		padding: 0 0 10px 15px;
	}
	.post li {
		margin: 2px 0;
	}
	.post blockquote {
		font-style: italic;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding-left:10px;
		color:#999;
		font-size:2em;
		margin:0;
		float:right;
		background:url(images/apostrophe.gif) no-repeat;
	}
#comments {
	
}
	#comments h2 {
		margin: 10px 0;
		font-size: 1.5em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
	#respond {
		padding-top: 20px;
	}
/** END misc **/


#topads {
	height:15px;
	background:#000;
}

/** **/

#content .post ul {
list-style-type:square;
width:250px;
        float: right;
        background-color: #E1E1E1;
        font-family: Georgia, "Times New Roman", Times, serif;
padding:10px 10px 10px 0;
font-size:14px;
color:#333;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

#content .post ul li {
margin-left:24px;
}

/* PAGE ARTICLE */

#page_article h2 { font-size:22px; margin:40px 0 10px 0; border-bottom:solid 1px #000000; }
#page_article p { font-size:14px; margin:5px 0 5px 0; }
#page_article a { text-decoration:none; font-size:14px; color:#b24f75; }
#page_article a:hover { text-decoration:underline; color:#e87fae; }
#page_article .clear { clear:both; }

#page_article .prix { width:178px; float:left; padding:10px; height:170px; background:url(images/bg_bloc.jpg) center left repeat-x; text-align:center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position:relative; margin-left:2px; margin-top:10px;  }
#page_article ul { list-style:none; width:178px !important; padding:0px !important;background:none !important; border:none !important; border-radius:none !important; float:none !important; }
#page_article ul li { border-bottom:solid 1px #cfd0d0; padding:5px 0 5px 0 !important;font-size:14px; list-style:none; margin:0 !important;}
#page_article .euros { font-size:30px; color:#595959; padding:5px 0 5px 0; position:absolute; bottom:4px; width:100%; left:0px; text-align:center;}

#page_article .little { font-size:12px; line-height:12px; color:#7f7f7f; }

#page_article .cc { text-align:right; display:block;margin-top: -12px;padding-bottom: 3px; }
#page_article .cc a { font-size:12px; text-decoration:none; }

/*formulaire */

#formbuilder-1-page-1 textarea {
	border:solid 1px #cfd0d0; width:300px !important; height:125px; color:#000000; background:none !important;
}
#formbuilder-1-page-1 input {
	 border:solid 1px #cfd0d0; margin-bottom:10px; width:200px; height:25px; color:#000000; background:none !important;
}
#formbuilder-1-page-1 input:focus, #formbuilder-1-page-1 textarea:focus {
	  background:none !important;
}

#formbuilder-1-page-1 input[type=submit] { font-size:16px; color:#ffffff !important; background-color:#b24f75 !important; cursor:pointer; height:35px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width:100px !important; border:none !important; }
#formbuilder-1-page-1 input[type=submit]:hover {  color:#ffffff !important; background-color:#e87fae !important; }

.formBuilderSubmit {
    width: 382px;
}
#formbuilder-1-page-1 .formBuilderLabelRequired { font-size: 14px; font-weight:normal;}
