/*
Theme Name: water-proof.net
Theme URI: http://www.water-proof.net/
Description: Theme created by Benoit Buzzi.
Version: 1.0
Author: Benoit Buzzi
 
Creation Theme by Benoit Buzzi || http://www.water-proof.net/
 
*/

/* choisissez le type de blog ici */
@import url('layouts-blog/1col-droite.css');
/*corps de la page web */

body {
	text-align: left;
	color: #000;
	font: 0.8em Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border: none;
}
#page {
	margin: 0 auto;
	width: 1064px;
	background-image: url(images/back_page.jpg);
	background-repeat: repeat-y;
}
#image_back {
	width: 1064px;
	background-image: url(images/back_header.jpg);
	background-repeat: no-repeat;
}
/* formulaires */

input, textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
}
/* gestion de l'entête */

#header {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color:#000;
	height: 30px;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 370px;
}
#header h1 {
	padding: 0 20px 0 0;
	font-size: 2em;
	text-align: right;
}
#header h1 a {
	color: #666;
	background-color: #ccc;
}
#header p {
	padding: 0 20px 0 0;
	font-size: 1em;
	text-align: right;
}
/* gestion menu */

/*#menu {
	float: left;
	height: 30px;
	width: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 310px;
}
ul#menu_container {
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	display: inline;
	font: normal 1em Arial, Helvetica, sans-serif;
}
ul#menu_container li {
	display: inline;
}
.menu_container a {
	color: #FFF;
	margin: 0px;
	float: left;
	height: 22px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.menu_container a:hover {
	color: #000;
	text-decoration: none;
}*/
/* gestion du contenu */

#back_content {
	float: left;
	width: 1024px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content {
	float: right;
	width: 694px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content h2 {
	font: 2em Arial, Helvetica, sans-serif;
	color: #C5C5C5;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	background-color: inherit;
	background-image: none;
}
.post {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: auto;
	height: 100%;
	clear: both;
}
.navigation {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: auto;
	height: 100%;
	clear: both;
}
.post_content {
	font-size: 1em;
	color: #000;
	background-color: inherit;
	padding-bottom: 5px;
	text-align: left;
	padding-top: 12px;
}
.post_content ul {
	padding-left: 20px;
}
.post_content li {
	list-style-image: url(images/arrow_off.png);
}
.postmetadata {
	font-style: italic;
	font-size: 0.8em;
	color: #000;
	background-color: inherit;
}
.ngg-singlepic {
	border: 1px solid #CCC;
	margin-bottom: 6px;
}
/* gestion de la sidebar */

.sidebar {
	float: left;
	padding: 0px;
	width: 330px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidebar ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}
.sidebar li a {
	padding-left: 12px;
}
.sidebar h2 {
	list-style-image: inherit;
	color: #C5C5C5;
	background: inherit;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
#search {
	margin-top: 20px;
}
/* gestion du footer */

#footer {
	font-size: 0.9em;
	color: #000;
	padding: 0px;
	clear: both;
	width: 100%;
	background-image: url(images/back_footer.jpg);
	background-repeat: no-repeat;
}
#footer a {
	text-decoration: underline;
	color: #000;
}
#footer a:hover {
	color: #C5C5C5;
}
#footer p {
	text-align: center;
	font-size: 0.9em;
	padding: 0 0px 20px 0;
}
/* gestion des commentaires */

.comments-template {
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.comments-template ol {
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
}
.comments-template ol p {
	font: 0.9em Arial, Helvetica, sans-serif;
}
.comments-template ol li {
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}
.comments-template h2, .comments-template h3 {
	font-size: 1.2em;
}
.commentmetadata {
	font-size: 0.9em;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.9em;
}
.cadre_commentaires {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
/* gestion des liens */

a {
	color: #000;
	text-decoration: none;
	background-color: inherit;
}
a:hover {
	color: #000;
	text-decoration: underline;
	background: inherit;
}
#content h2 a {
	color: #C5C5C5;
	background: inherit;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 24px;
}
#content h2 a:hover {
	color: #A0A0A0;
	background: inherit;
	text-decoration: none;
}
.post_content {
	margin-bottom: 30px;
}
.post_content a {
	color: #666;
	background: inherit;
}
.post_content a:hover {
	color: #666;
	text-decoration: underline;
	background: inherit;
}
.sidebar a, .lang_sel_list a, .icl-en a, .lang_sel_other a {
	text-decoration: none;
	background-image: url(images/arrow_off.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
	margin-left: 78px;
	display: block;
}
.sidebar a:hover, .current_page_item a, .current-cat a, .lang_sel_sel, a.lang_sel_sel , a.lang_sel_sel :hover {
	text-decoration: underline;
	background-image: url(images/arrow_on.png);
}
.wpcf7 {
	display: block;
	height: 100%;
	overflow: auto;
}
/*gallery*/
.ngg-singlepic {
	border-color: #DCDCDC;
}
.ngg-clear {
	padding: 0px;
	margin: 0px;
	height: 0px;
}
.ngg-gallery-thumbnail-box {
	float: left;
}
