/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
a:link {
	text-decoration:none;
}
a:visited {
	color:#2C9BB6;
	text-decoration:none;
	background-color:;
}
nav ul li a:hover {
	color:#56C1F7;
	text-decoration:underline;
	background-color:;
}
a:active {
	color:#2C9BB6;
	text-decoration:none;
	background-color:;
}

body {
  min-width: 960px;
  background-color:#E1E1E1;
  font-family: sans-serif;
}

/* `Container

Bonne couleurs :
beige :E5E4CF
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}

#global{
margin: 0 auto;
position: relative;
width: 960px;
}

#slideshow{
position: relative;}
#block_slideshow{
position: absolute;
bottom: 0px;
z-index: 10;
}
h3 {
font-family: 'Cabin Condensed',sans-serif;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 30px;
margin: 0 0 20px;
color: #8D8D8D;
letter-spacing: -1px;}



.desc_photo img{
border-bottom: 1px solid #DFDFDF;
width: 100%;
margin: 0 auto;
float: left
}

.dropcap {
display: block;
width: 48px;
height: 48px;
text-align: center;
border-radius: 100%;
float: left;
font-size: 28px;
line-height: 48px;
margin: 5px 15px 0 0;
position: relative;
color: white;
background:#C4C4C4; 
}

.box {
width: 100%;
overflow: hidden;
min-height: 87px;}

#top{
color: white;
margin-top: 20px;
background-color: #2C9BB6;
}
#top p{
font-size: 29px;
font-family: sans-serif;
text-align: left;
font-weight: 300;
text-indent: 20px;
padding: 0px;}

#bottom{
color: #949494;
background: #181818;
}
p
{
font-size: 12px;
}
.button {
background: #191919;
color: white;
display: inline-block;
font-size: 11px;
line-height: 2em;
padding: 3px 11px;
text-decoration: none;
text-transform: capitalize;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
cursor: pointer;

}

.button:hover {background:#2c9bb6;}

a {
color: #2C9BB6;
outline: none;
}

h5 a:hover {
color: black;
}

h5 a {
color:#2C9BB6;
}

h5{
margin-bottom: 0px;
margin-top: 15px;
text-decoration: none;
font-family: 'Cabin Condensed',sans-serif;
font-style: normal;
line-height: 22px;
font-size: 16px;
font-weight: 400;
color: #2C9BB6;
margin-left: 10px;
}



#navigation{
display: block;
min-height: 55px;
background-color: rgb(47,47,	47	);

}
#navigation li{
margin-right: 20px;
display: inline-block;
}
#navigation li a{
display: block;
font-family: 'Cabin Condensed', sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 23px;
text-transform: capitalize;
text-decoration: none;
z-index: 999;
position: relative;
}
.bleu_txt{
color: #2C9BB6}

#bottom_slider_arrow{
background-image: url(../img/arrow.png);
height: 130px;
margin-right: 0px;
opacity: 0.7;
}
#bottom_slider_left_content{
font-family: 'Cabin Condensed',sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 400;
background-color: #FFF;
margin-left: 0px;
margin-right: 0px;
height: 130px;
opacity: 0.7;
width: 500px;
letter-spacing: -1px;
}

#bottom_slider_left_content p {font-size: 27px;}

.description_photo{
font-size: 14px;font-style: normal;color:#404040;
padding-left: 10px;
}

.cadre_photo{
width:300px;height:225px;margin-top: 20px
}
#contact_form{
margin-top: 20px;
margin-bottom: 20px;
background-color: white;}
#decription_all{
margin-bottom: 20px;
background-color: white;}
#decription_right{
width: 319px;
margin-left: 1px;
background-color: white;}


#bottom_slider_right_content{
font-family: 'Cabin Condensed',sans-serif;
background-color: black;
opacity: 0.7;
color: white;
font-size: 15px;
text-align: left;
height: 130px;
line-height: 30px;
margin-left: 0px;
margin-right: -10px;
}
#bottom_slider_right_content p{ font-size: 14px;
}

#bottom_slider_right_content em {
opacity: 1;}
.more_about a {
color: #91e2f6;
text-align: right;}
.more_about a{
margin-right: 30px;
float: right;}
#gallery_photos{
background-color: white;
margin-bottom: 20px;}

#gallery_photos a:hover{
opacity: 0.8
}

.desc_photo .fancybox img:hover{
opacity: 0.8
}
input[type="text"], textarea {
background: whiteSmoke;
border: 1px solid #DFDFDF;
}

input[type="text"], textarea {
padding: 5px 10px;}

input[type="submit"], input[type="reset"] {
background: none repeat scroll 0 0 #191919;
color: white;}

input[type="submit"], input[type="reset"] {
position: relative;
border: none;
height: 28px;
cursor: pointer;
display: inline-block;
font-size: 11px;
line-height: 2em;
padding: 3px 11px;
text-decoration: none;
text-transform: capitalize;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;}

#inform{
background-color: white;
margin-left: -9px;
width: 559px;
margin-top: 20px;}

#top_right_block_conditions{
background-color: whiteSmoke;
margin-top: 20px;
padding-top: 20px;
position: relative;
padding-bottom: 20px;
padding-left: 19px;
margin-left: 1px;
height: 480px;}

#top_left_block_conditions{
height:480px;
background-color: whiteSmoke;
margin-top: 20px;
padding-top: 20px;
position: relative;
padding-bottom: 20px;}


input[type="submit"]:hover, input[type="reset"]:hover {
background: #2C9BB6;
}
.wp-pagenavi{
margin-left: 10px;
margin-bottom: 20px;}
.wp-pagenavi a, .wp-pagenavi span {color:#fff; background:#191919;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {background:#2c9bb6;}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
width: 28px;
height: 28px;
text-align: center;
display: inline-block;
font-size: 11px;
line-height: 28px;
margin-right: 1px;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}

.col-1 {
width: 240px;
margin-right: 30px;
float: left;
}
.col-2 {
width: 270px;
float: left;
}