/*
Theme Name: Cyril Bosson
Theme URI: http://www.cyrilbosson.com/
Description: Template cyrilbosson.com
Version: 1
Author: Cyril Bosson
 
*/

/* !----- GENERAL ----- */

html {
  height: 100%;
  margin-bottom: 1px;
}

form, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B3E0F2;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 15px;
	color: #2D2D2D;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #2D2D2D;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

.clear{
	clear: both;
	visibility: hidden;
	height: 1px;
	font-size: 1px;
}

/* !----- TOOLBAR ----- */
#toolbar{
	width: 1000px;
	margin: auto;
	color: white;
	height: 28px;
	line-height: 28px;
	overflow-y: hidden;
	overflow-x: hidden;
}
#toolbar #toolbar_contact{
	float: left;
}
#toolbar #toolbar_contact a{
	color: white;
	font-weight: bold;
}
#toolbar #toolbar_search{
	float: right;
	font-size: 12px;
}
#toolbar #toolbar_search img{
	float: left;
	margin-right: 5px;
}
#toolbar #toolbar_search a{
	color: #666;
}

/* !----- HEADER ----- */
#header{
	height: 120px;
	width: 1000px;
	margin: auto;
}
#header #logo{
	float: left;
	width: 350px;
	margin: 0 90px 0 0;
}

/* !----- MENU ----- */
ul.menu {
	float: left;
	width: 560px;
	padding: 60px 0 0 0;
	margin: 0px;
}
.menu li{
	display: inline;
	height: 28px;
	line-height: 28px;
	padding: 0px 10px;
}
.menu a{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.menu a span{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.menu a:hover{
	text-decoration: none;
}

/* !----- CONTENU ----- */
#global {
	width: 1000px;
	margin: auto;
	position: relative;
}
.contenu{
}
.contenu-page{
	margin-top: 0px;
}
.contenu-accueil{
	width: 960px;
	margin: auto;
	margin-top: 10px;
}
.bloc-accueil{
	float: left;
	width: 480px;
}
.bloc-accueil h2{
	margin-bottom: 10px;
}

#picture{
	width: 223px;
	height: 194px;
	margin-left: 50px;
}
h1{
	position: absolute;
	top: 20px;
	left: 200px;
	width: 709px;
	height: 87px;
}
.contenu-page h1{
	position: relative;
	height: auto;
	width: auto;
	top: 0;
	left: 0;
	margin-bottom: 15px;
}

.ref_preview{
	border: 5px solid #23519C;
}

.navigation{
	width: 100%;
}
.navleft{
	float: left;
}
.navright{
	float: right;
}
/* !----- PAGE ----- */
.page{
	margin-bottom: 15px;
}
.page h2{
	margin: 0;
}
.page h2 a{
	font-size: 25px;
	font-weight: bold;
}
.page h2 a:hover{
	text-decoration: none;
}

/* !----- ARTICLE ----- */
.post h2{
	margin: 0;
}
.post h2 a{
	font-size: 25px;
	font-weight: bold;
}
.post h2 a:hover{
	text-decoration: none;
}
.postmetadata, .postmetadatafooter{
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
}
.postmetadatafooter{
	text-align: right;
}
.post_content{
	text-align: justify;
	width: 900px;
	margin: auto;
}
.post_content p{
	margin: 10px 0;
}
.more-link{
	font-size: 12px;
	color: #0C3A6D;
	font-weight: bold;
}
.contenu-accueil .category-references{
	position: relative;
	margin: 5px 0 0 50px;
}
.infos-hover{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 380px;
	color: white;
	background-color: #23519C;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
}
.infos-hover a{
	color: white;
}
.contenu-page .category-references{
	width: 380px;
	float: left;
	margin-left: 70px;
	margin-bottom: 25px;
}
.category-references h3{
	margin: 5px 0;
}
#post-5 .post_content{
	width: 600px;
}
#post-3 h2{
	margin-bottom: 15px;
	border-bottom: 2px solid #1B428E;
	text-indent: 10px;
	color: #1B428E;
	text-align: center;
	font-size: 25px;
}
.bloc-text{
	background-color: #FFFFFF;
	border: 3px solid #D1E2FF;
	padding: 5px;
	margin: 5px 5px 15px 5px;
	text-align: justify;
}

/* !----- FOOTER ----- */
.footer{
	float: left;
	width: 1000px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 11px;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

#wpcf7-f1-p5-o1{
	margin-top: 50px;
}
