* {
	margin:0;
	padding:0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #000;
		text-align: justify;
}
html,body {
	height: 100%;
    background: #fff;
}
.body_no_scroll {
  overflow: hidden;
}
#test_image {
	background: url(../_img/css/image.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.all_fond {
	width: 100%;
  height: 100%;
  display: block;
  position: fixed;
	top: 0;
	left: 0;
  background: url(../_img/css/fond.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
header {
	width: 100%;
	text-align: center;
	display: block;
}
h1, .comme_h1 {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}
h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}
h4 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
p, .bloc_presentation ul, .colonne_texte ul {
	margin-bottom: 20px;
}
p a, p strong {
	text-decoration: none;
	font-weight: 700;
}
p a:hover {
	color: #3c3c3e;
}
.fond_home {
  width: 80%;
	margin: auto;
  height: auto;
  display: block;
  position: relative;
	background: rgba(255, 255, 255, 0.8);
	padding: 50px;
}
.add_fish {
	width: 150px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #cc0000;
	color: #fff;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}
.add_fish:hover {
	background-color: #000;
}
.fond_home h1, .fond_home h2, .fond_home h3 {
	text-align: center;
}
.fond_home .listing {
	max-width: 1000px;
	margin: auto;
	display: block;
}
.fond_home .listing .une_ligne {
	padding: 5px 0;
	padding-left: 205px;
	min-height: 107px;
	position: relative;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	display: block;
	margin-bottom: 20px;
}
.fond_home .listing .une_ligne:after {
	content: '';
	display: block;
	clear: both;
}
.fond_home .listing .une_ligne span {
	float: left;
	display: block;
	padding: 10px 5px;
}
.fond_home .listing .img_span {
	width: 200px;
	height: 100px;
	float: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background: url(../_img/css/saumon.svg) no-repeat center scroll;
	-webkit-background-size: contain; /* pour Chrome et Safari */
	-moz-background-size: contain; /* pour Firefox */
	-o-background-size: contain; /* pour Opera */
	background-size: contain; /* version standardis�e */
}
.fond_home .listing .img_cover {
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.fond_home .listing .date {
	width: auto;
}
.fond_home .listing .poisson {
	width: auto;
}
.fond_home .listing .sex {
	width: auto;
}
.fond_home .listing .poids {
	width: auto;
}
.fond_home .listing .cm {
	width: auto;
}
.fond_home .listing .c_r {
	width: auto;
}
.fond_home .listing .nom {
	width: auto;
	clear: both;
}
.fond_home .listing .pool {
	width: auto;
}
.fond_home .listing .mouche {
	width: auto;
}
.fond_home .listing .link_livre {
	width: 100px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 40px;
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}
.fond_home .listing .link_livre:hover {
	background-color: #ccc;
}
.sous_ligne {
	display: block;
	clear: both;
}
.sous_ligne:after {
	content: '';
	display: block;
	clear: both;
}
.sous_ligne span {
	display: inline-block;
	font-size: 12px;
}
.sous_ligne span strong {
	font-size: 12px;
}

.formulaire_add {
	max-width: 1000px;
	margin: auto;
	display: block;
}

.formulaire_add {

}
.formulaire_add .form_ligne {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.formulaire_add .form_ligne:after {
	content: '';
	display: block;
	clear: both;
}
.formulaire_add .nom_form {
	display: block;
	position: relative;
	width: 98%;
	margin: auto;
	text-align: center;
	padding-bottom: 5px;
}
.formulaire_add select {
	display: block;
	position: relative;
	width: 98%;
	margin: auto;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
.formulaire_add .select_left {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.formulaire_add input {
	display: block;
	position: relative;
	width: 98%;
	margin: auto;
	text-align: center;
	line-height: 30px;
}
