/*
Theme Name: Rock-the-Ballet V2
Theme URI: http://www.abactalab.com
Description: The theme created by Marck Abactalab
Version: 2.1
Author: Marck Abactalab
 
Creation Theme by Marck Abactalab || http://www.abactalab.com
*/
.previous-post{
	width: 130px;
	height: 18px;
	margin-right: 1px;
	position: relative;
	float: left;
	/*left: 0px;*/
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #0099a9;
	padding-top: 3px;
	}
.next-post{
	width: 130px;
	height: 18px;
	margin-right: 1px;
	position: relative;
	float: right;
	/*left: 0px;*/
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #0099a9;
	padding-top: 3px;
	}
	
.previous-post:hover{
	width: 130px;
	height: 18px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	box-shadow: 0 0 10px rgba(0, 153, 169, 1);
	-webkit-box-shadow: 0 0 10px rgba(0, 153, 169, 1);
	-moz-box-shadow: 0 0 10px rgba(0, 153, 169, 1);
	border: 1px solid #0099a9;
	margin-right: 1px;
	position: relative;
	float: left;
	color: #FFF;
	}
.next-post:hover{
	width: 130px;
	height: 18px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	box-shadow: 0 0 10px rgba(0, 153, 169, 1);
	-webkit-box-shadow: 0 0 10px rgba(0, 153, 169, 1);
	-moz-box-shadow: 0 0 10px rgba(0, 153, 169, 1);
	border: 1px solid #0099a9;
	margin-left: 1px;
	position: relative;
	float: right;
	color: #FFF;
	}	

.thumbsbox{
	width: 680px;
	margin-top: 5px;
	margin-bottom: 45px;
	margin-left: 40px;
}
.margin{
	height: 10px;
	width: 100%;
	margin-bottom: 100px;
}
/* HOME */
#bloctop2 {
	height: 600px;
	width: 624px;
	float: left!important;
	top: 0px;
}
#masque {
	top: 0px;
	z-index: 1;
	background-repeat: no-repeat;
	/*margin-left: 207px;*/
	height: 464px;
	width: 624px;
 background-image: url(http://www.rock-the-ballet.fr/wp-content/themes/rock-bleu/<?php bloginfo('template_url');?>/images/fd-rideau.jpg);
}
#video {
	z-index: 100;
	height: 380px!important;
	width: 680px;
	height: 280px;
	margin-top: 50px;
	/*margin-left: auto;
		margin-right: auto;*/
		margin-bottom: 0px;
	position: relative;
}
#contenu-home {
	/*background-image: url(http://www.rock-the-ballet.fr/wp-content/themes/rock-bleu/<?php bloginfo('template_url');?>/images/fd-degrade-home2.png);
	background-repeat: repeat-x;*/
	width: 624px;
	top: 490px;
	/*position: absolute;*/
	height: 40%!important;
	height: 300px;
}
#entree {
 background-image: url(http://www.rock-the-ballet.fr/wp-content/themes/rock-bleu/<?php bloginfo('template_url');?>/images/fd-bt-entree.jpg);
	background-repeat: repeat-x;
	height: 33px;
	width: 624px;
	margin-top: 100px;
}
.txt-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
	margin: 8px;
}
#bloc-entete-home{
	width: 610px;
	height: 50px;
	background: #0a5aab; /* Old browsers */
	background: -moz-linear-gradient(top, #0a5aab 0%, #0abef8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a5aab), color-stop(100%,#0abef8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5aab', endColorstr='#0abef8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* W3C */
	-moz-box-shadow: 0px 3px 3px #00;
	-webkit-box-shadow: 0px 3px 3px #000;
	box-shadow: 0px 3px 3px #000;
	margin-top: 20px;
	font-weight: bold;
	padding-top: 3px;
	margin-left: 40px;
	}
	
.menu {
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: 'Cabin', sans-serif; 
	/*font-size:10px;
	font-weight:bold;
	/*background-repeat: repeat-y;
	background-image: url(http://www.rock-the-ballet.fr/wp-content/themes/rock-bleu/images/fd-navig.gif);*/
	height: 27px;
	width:698px;
	-moz-box-shadow: 0px 3px 3px #00;
	-webkit-box-shadow: 0px 3px 3px #000;
	box-shadow: 0px 3px 3px #000;
	
}



/* MENU */

/** Container */

div.dropdown-horizontal-container{
	width: 100%;
	/*background-color: #FFFFFF;
	border-bottom: 1px solid #ddd;	*/
	background: #0abef8; /* Old browsers */
	background: -moz-linear-gradient(top, #0abef8 0%, #0a5aab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0abef8), color-stop(100%,#0a5aab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0abef8', endColorstr='#0a5aab',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* W3C */
}

ul.dropdown ul { /*border-bottom:1px solid #ddd; */}

ul.dropdown ul ul { top: 1px; left: 99%; }

ul.dropdown-upward ul ul { /* bottom: 1px; */ }

/* infos pour les boutons de navig */
ul.dropdown li {
	/*background-color: #FFFFFF;*/
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	padding-top: 4px;
	text-transform: uppercase;
}

ul.dropdown li a{ text-decoration: none; display:block; }



/** Right align fix */

ul.dropdown-align-right li{/* border-width: 0px 0px 0px 1px; */}


/*
ul.dropdown li.hover, ul.dropdown li:hover {
		background-image: url(http://www.rock-the-ballet.fr/wp-content/themes/rock-bleu/images/menu-hover.png);
	background-repeat: repeat-x;
	 cursor: default; }

*/

/** Hover effect */

ul.dropdown li.hover, ul.dropdown li:hover {
	
	color: #FFFFFF;
	
	/*background-color: #c1003c;*/
	background: #0a5aab; /* Old browsers */
	background: -moz-linear-gradient(top, #0a5aab 0%, #0abef8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a5aab), color-stop(100%,#0abef8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5aab', endColorstr='#0abef8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* W3C */
}



/** Link colors */

ul.dropdown a:link{
	color: #FFFFFF;
	}

ul.dropdown a:visited	{
	color: #FFFFFF;
}

ul.dropdown a:hover	{
	color: #FFF;
	height:80%;
	border: 0px solid rgba(0,0,0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

ul.dropdown a:active	{
	
}



/** Sub menus */

ul.dropdown ul { 
background: #0abef8; /* Old browsers */
	background: -moz-linear-gradient(top, #0abef8 0%, #0a5aab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0abef8), color-stop(100%,#0a5aab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0abef8', endColorstr='#0a5aab',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* W3C */
margin-top: 0px;
 margin-left:-1px; 
 /*
 border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;*/ }

	

ul.dropdown ul li { text-align: left; /*border-left:1px solid #ddd;*/ }



/** Current menu item */

li.current-cat a, li.current_page_item a, li.current-menu-item a,

li.current-cat a:link, li.current_page_item a:link, li.current-menu-item a:link,

li.current-cat a:visited, li.current_page_item a:visited, li.current-menu-item a:visited{
	color: #05335e;
}
li.current-cat a:hover, li.current_page_item a:hover, li.current-menu-item a:hover
{
	
	background: linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* W3C */
	color: #FFFFFF;
}




/** Not current fix */

li.current_page_item ul a, li.current_page_item ul a:visited, li.current_page_item ul a:link { color: #05335e; }



/** Ancestor */

li.current_page_ancestor a,li.current_page_ancestor a:visited, li.current_page_ancestor a:link {text-decoration:underline;}

li.current-menu-ancestor a,li.current-menu-ancestor a:visited, li.current-menu-ancestor a:link {text-decoration:underline;}



/** Not ancestor fix */

li.current_page_ancestor ul a, li.current_page_ancestor ul a:visited, li.current_page_ancestor ul a:link {text-decoration:none;}

li.current-menu-ancestor ul a,li.current-menu-ancestor ul a:visited, li.current-menu-ancestor ul a:link {text-decoration:none;}



/** Vertical menu support */

ul.dropdown-vertical{ min-width:160px; }

ul.dropdown-vertical li { /*border-bottom:1px solid #ddd;*/ }

div.shailan-dropdown-menu ul.dropdown-vertical{ 

	/*border-bottom:0px; 

	border-top: 1px solid #DDD;

	border-right: 1px solid #DDD;*/

}

ul.dropdown-vertical ul{

	border-bottom:0;

/*	border-right: 1px solid #DDD;*/

}
/* MENU */	
	
/* SITE */	
 
fieldset {
 padding:20px;
 margin-bottom:4px;
 }
 /*background-color:#FAFAFA;*/
 legend {
	color: #FFFFFF;
	font-weight: bold
 }
label {
 margin-top:0px;
 display:block;
 }
label.inline {
 display:inline
 }
  *:focus {
	/*border: 1px inset #05335e;*/
	color: #FFF;
	font-family: 'Cabin', sans-serif;
	border: 0px solid rgba(0,0,0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
 }
 
 /* Champs Texte de base -----*/
input {
	width: 250px;
	border: 1px inset #05335e;
	background-color: #0ab5f1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	height: 20px;	
 }
input[type=radio] {
 margin-right:50px;
 background-color:transparent;
 border:none;
 
 }
 
 /* Champs Texte de base -----*/


small {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}


 /* Champs Texte multiligne  -----*/
textarea {
	border: 1px inset #05335e;
	background-color: #0ab5f1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	height: 20px;	
 }
  /* BOUTONS  -----*/
 input[type=submit], input[type=reset] {
	width: 100px;
	border: 1px inset #05335e;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
 }
input[type=submit]:hover, input[type=reset]:hover {
	border: 1px outset #cc2a25;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #05335e;
	color: #999;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border: 0px solid rgba(255,255,255, 0);
	box-shadow: 0 0 5px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 1);	
 }
 /*
input[type=submit]:active, input[type=reset]:active {
	border: 1px inset #05335e;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #0ab5f1;
	color: #999;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border: 0px solid rgba(255,255,255, 0);
	box-shadow: 0 0 5px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 1);	
 } 
 */
.addthis_toolbox, .addthis_default_style{
	margin-bottom: 1px;
	width: 630px;	/*clear: none;
	float: left;
	
	margin-left: 230px;
	margin-bottom:0px;
	*/
 }
	
#homepost{
	float: left;	
	}
.txt-home img{
	border: 4px solid #FFF;
} 
/* SUPERSIZED   */

.date {
	font-size: 12px;
}


html, body, #wrap {height: 100%;}

body > #wrap {
	height: auto;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	
	}
body {
	height: auto;
	min-height: 100%;
	font-family: 'Cabin', sans-serif;
	/*text-align: center; */
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;	/*background-image: url(http://www.rock-the-ballet.fr/wp-content/themes/rock-bleu/images/fd-page.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3E0C0B;*/
	background-color: #0ab5f1;
	}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #05335e;
	text-decoration: underline;
}
a:active{
	border: 0px solid rgba(255,255,255, 0);
	box-shadow: 0 0 0px rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0);
	-moz-box-shadow: 0 0 0px rgba(255, 255, 255, 0);
	}

/*  ---- */
ul {
	text-align: left;
	list-style-type: none;
}

img {
   behavior: url("http://www.rock-the-ballet.fr/wp-content/themes/rock-bleu/pngbehavior.htc");
}

#main {padding-bottom: 52px;}  /* must be same height as the footer */

.fixed {
	position: fixed !important;
}

/* FOOTER */

#footer {
	font-size: 1em;
	width: 100%;
	height: 52px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	clear: both;
	/*background-image: url(http://www.rock-the-ballet.fr/wp-content/themes/rock-bleu/images/fd-footer.gif);
	background-repeat: repeat-x;*/
	z-index: 1000;
	position: relative;
	margin-top: -52px; /* negative value of footer height */
	background: #0a5aab; /* Old browsers */
	background: -moz-linear-gradient(top, #0a5aab 0%, #0abef8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a5aab), color-stop(100%,#0abef8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5aab', endColorstr='#0abef8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0a5aab 0%,#0abef8 100%); /* W3C */
	-moz-box-shadow: 0px -4px 8px #00;
	-webkit-box-shadow: 0px -4px 8px #000;
	box-shadow: 0px -4px 8px #000;
}
#partenaires {
	text-align: left;
	float: left;
	height: 52px;
	width: 350px;
	position: absolute;
	left: 0px;
}
#baseline {
	height: 52px;
	margin-right: 30px;
}
#sociaux {
	float: right;
	height: 52px;
	width: 650px;
	margin-right: 4px;
}


#footer p{
text-align: center;
font-size: 1em;
padding: 0 0px 00px 0;
}	

#footer .txt {
	font-family: 'Cabin', sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	font-variant: small-caps;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {
	
	display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */


/* FOOTER */

/* MENU CSS  */

/*  Fin MENU CSS*/ 




#page {
	margin-right: auto;
	margin-left: auto;
	width: 950px;	
}

/*
#page {
	text-align: center;
	margin-left: -475px;
	width: 950px;
	background-color: #0868B5;
	position: absolute;
	left: 50%;
}
*/
#header {
	width: 207px;
	height: 700px;
	float: left;
	display: block;
	top: 0px;
	z-index: 999;
}

#logo {
	height: 287px;
	width: 252px;
	z-index: 1001;
	position: relative;
}
#logo2 {
	height: 218px;
	width: 207px;
	z-index: 1001;
	/*position: relative;*/
	top: 287px;
}
/*#logo2 {
	height: 391px;
	width: 207px;
	clear: left;
	float: left;
}*/
#header h1 {
	padding: 0 20px 0 0;
	font-size: 1em;
	text-align: left;
}
#header p {
	font-size: 1em;
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

/* CONTENU DE PAGE */
#bandeau {
	height: 257px;
	width: 698px;
	top: 0px;
	float: right;
	z-index: 100;
	background-color: #0ab5f1;
	-moz-box-shadow: 0px 2px 10px #00;
	-webkit-box-shadow: 0px 2px 10px #000;
	box-shadow: 0px 2px 10px #000;
}
#bloctop {
	z-index: 1000;
	height: 287px;
	width: 950px;
	float: right;
	position: absolute;
	}

h1 {
	font-family: 'Cabin', sans-serif;
	font-size: 1em;
	color: #FFF;
	text-align: left;
	background-image: url(http://www.rock-the-ballet.fr/wp-content/themes/rock-bleu/images/picto-rasta.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 22px;
	text-transform: uppercase;
	height: auto;
	width: 95%;
	background: #0abef8; /* Old browsers */
	background: -moz-linear-gradient(top, #0abef8 0%, #0a5aab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0abef8), color-stop(100%,#0a5aab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0abef8', endColorstr='#0a5aab',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* W3C */
	vertical-align: middle;
	margin: 2px;
	-moz-box-shadow: 0px 3px 8px #00;
	-webkit-box-shadow: 0px 3px 8px #000;
	box-shadow: 0px 3px 8px #000;
	border: 2px solid #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

h2 {
	font-family: 'Cabin', sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	margin: 2px;
	text-align: center;
	height: 28px;
	width: 95%;
	background: #0abef8; /* Old browsers */
	background: -moz-linear-gradient(top, #0abef8 0%, #0a5aab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0abef8), color-stop(100%,#0a5aab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0abef8', endColorstr='#0a5aab',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* W3C */
	vertical-align: middle;
	-moz-box-shadow: 0px 3px 8px #00;
	-webkit-box-shadow: 0px 3px 8px #000;
	box-shadow: 0px 3px 8px #000;
	border: 1px solid #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 1em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	}


h3 {
	font-family: 'Cabin', sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	height: auto;
	width:80%;
	background: #0abef8; /* Old browsers */
	background: -moz-linear-gradient(top, #0abef8 0%, #0a5aab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0abef8), color-stop(100%,#0a5aab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0abef8', endColorstr='#0a5aab',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* W3C */
	vertical-align: middle;
	padding: 6px;
	-moz-box-shadow: 0px 3px 8px #00;
	-webkit-box-shadow: 0px 3px 8px #000;
	box-shadow: 0px 3px 8px #000;
	border: 2px solid #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 3px 8px #00;
	-webkit-box-shadow: 0px 3px 8px #000;
	box-shadow: 0px 3px 8px #000;
	border: 1px solid #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

h4 {
	font-family: 'Cabin', sans-serif;
	font-size: 1.4em;
	color: #FFF;
	/*font-variant: small-caps; */
	margin: 2px;
	padding: 6px;
	height: 26px;
	width: 90%;
	background: #0abef8; /* Old browsers */
	background: -moz-linear-gradient(top, #0abef8 0%, #0a5aab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0abef8), color-stop(100%,#0a5aab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0abef8', endColorstr='#0a5aab',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* W3C */
	vertical-align: middle;
	-moz-box-shadow: 0px 3px 8px #00;
	-webkit-box-shadow: 0px 3px 8px #000;
	box-shadow: 0px 3px 8px #000;
	border: 1px solid #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}

h5 {
	font-family: 'Cabin', sans-serif;
	/*font-size: 0.6em;*/
	font-size: 1.3em;
	color: #FFF;
	text-align: center;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	height: 26px;
	width: 100%;
	background: #0abef8; /* Old browsers */
	background: -moz-linear-gradient(top, #0abef8 0%, #0a5aab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0abef8), color-stop(100%,#0a5aab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0abef8', endColorstr='#0a5aab',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0abef8 0%,#0a5aab 100%); /* W3C */
	vertical-align: middle;
	padding: 6px;
	-moz-box-shadow: 0px 3px 8px #00;
	-webkit-box-shadow: 0px 3px 8px #000;
	box-shadow: 0px 3px 8px #000;
	border: 1px solid #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

h6 {
	font-family: 'Cabin', sans-serif;
	font-size: 0.8em;
	color: #FFF;
	font-weight: bolder;
	text-align: left;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h7 {
	font-family: 'Cabin', sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px;
	text-transform: uppercase;	/*text-align: center;*/
	font-weight: bold;
}


p {
	font-family: 'Cabin', sans-serif;
	font-size: 0.9em;
	color: #FFF;
	text-align: justify;	/*margin: 2px;
	padding: 2px;*/
}


/* NAVIGATION */
.navigation {
	width:100%;
	font-family: 'Cabin', sans-serif;
	font-size: 0.9em;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
}

.navigation a{
	font-size: 0.9em;
	font-family: 'Cabin', sans-serif;
	color: #FFFFFF;
	font-variant: small-caps;
	height: 10px;
	width: 150px;
	}

.navigation a:hover{
	color: #FFFFFF;
	font-variant: small-caps;
	text-decoration: underline overline;
}

.navigation a:active{
	color: #05335e;
	font-variant: small-caps;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.navig {
	width: 100%;
	}
 th{
	background-color: #05335e;	 
	 
	 }

td tr {
	font-family: 'Cabin', sans-serif;
	font-size: 0.8em;
	color: #FFF;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: left;	
}
.container p {
	font-family: 'Cabin', sans-serif;
	
}
#centerall {
	text-align: center;
	background-color: #0ab5f1;
}

.p-txt {
	font-family: 'Cabin', sans-serif;
	color: #FFF;
	font-size: 0.5em;
	text-align: left;
}


 /* LIEN POST */
 
.post H2, .post H2 a {
	font-family: 'Cabin', sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: left;
	}

.post H2 a:hover{
	font-family: 'Cabin', sans-serif;
	font-size: 1.2em;
	color: #05335e;
	text-align: left;
}

.post_content a {
	text-align: center;
}
 
.post_content a:hover {
	color: #05335e;
}

.post_content {
	color: #FFF;
	font-family: 'Cabin', sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify;
}

#content {
	width: 560px;
	top: 310px;
	z-index: 10000;
	left: 300px;
	float: left;
	/*margin-left: 65px;*/
	margin-top: 297px;
	}
#content-full {
	width: 658px;
	top: 310px;
	z-index: 100;
	left: 300px;
	float: left;
	/*margin-left: 65px;*/
	margin-top: 297px;
	background-color: #0ab5f1;
}
#content-full2 {
	width: 658px;
	top: 290px;
	z-index: 100;
	left: 300px;
	float: right;
	margin-top: 280px;
	background-color: #0ab5f1;
	padding: 20px;	
	-moz-box-shadow: 0px 2px 10px #00;
	-webkit-box-shadow: 0px 2px 10px #000;
	box-shadow: 0px 2px 10px #000;
	/*width: 670px;
	top: 310px;
	z-index: 100;
	left: 300px;
	float: left;
	margin-left: 65px;
	margin-top: 297px;
	*/	
	
	/*z-index: 1;
	
	width: 658px;
	float: left;
	
	
	top: -414px;
	background-color: #0ab5f1;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
	margin-left: 250px;
	right: 0px;*/}
#content-full-home {
	width: 680px;
	/*top: 310px;*/
	z-index: 100;
	float: left;
	margin-left: 45px;
	/*left: 360px;
	*/
	top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 8px;
	clip: rect(100px,auto,auto,auto);
}
#titre {
	width: 30px;
	float: left;
	top: 287px;
	position: absolute;
	margin-left: 222px;
	z-index: 100;
}

.content h2 {
	font-size: 1.2em;
	text-align: left;
	color: #FFF;
} 

/* ROLL OVER TITRE CONTENU */
.content h2 a{
	font-size: 0.9em;
	font-family: 'Cabin', sans-serif;
	color: #FFF;
}

.content h2 a:hover{
	color: #05335e;
}
/* -- sidebar1 */
#sidebar  {
	color: #FFFFFF;
	height: 27px;
	float: right;
	/*top: 257px;*/
	z-index: 1;
	}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0px;
	font-size: 0.8em;
	text-indent: 10px;
	font-variant: small-caps;
}

/* customiser chaque ligne de la liste principale de la sidebar. */
.sidebar ul li{
	list-style-type: none;
	}

/*la même chose mais au niveau inférieur, sur les lignes des listes comprises dans la liste principale de la sidebar */
.sidebar ul ul li{
	list-style-type: none;}

.sidebar h2 {
	font-size: 0.9em;
	color: #FFFFFF;
}



.sidebar a:hover {
	text-decoration: underline overline;
	border-bottom: 1px dotted;
	color: #05335e;
} 

.sidebar a {
	text-decoration: none;
	font-size: 1.2em;
} 
/*---*/

/* -- sidebar2 */
#sidebar2  {
	width: 250px;
	font-size: 0.8em;
	color: #000000;
	float: right;
	border: thin solid #000;
	clear:both;
	right: -100px;
	/*margin-left: 15px;*/
	background-color: #FFF;
}

.sidebar2 ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0px;
	font-size: 0.8em;
	text-indent: 10px;
	font-variant: small-caps;
}

/* customiser chaque ligne de la liste principale de la sidebar. */
.sidebar2 ul li{}

/*la même chose mais au niveau inférieur, sur les lignes des listes comprises dans la liste principale de la sidebar */
.sidebar2 ul ul li{}

.sidebar2 h2 {
	font-size: 0.9em;
	color: #FFFFFF;
}



.sidebar2 a:hover {
	text-decoration: underline overline;
	border-bottom: 1px dotted;
	color: #05335e;
} 

.sidebar2 a {
	text-decoration: none;
	font-size: 1.2em;
} 
/*---*/

/* -- sidebar3 */
 
 
.postmetadata {
	font-size: 0.9em;
	color: #FFF;
	font-family: 'Cabin', sans-serif;
	line-height: 0px;
	text-align: left;
	float: left;
	margin-left: 30px;
	margin-top: 5px;
} 



/*Commentaires */

/*Commentaires */
.comments-template{
	margin: 10px 0 0 0;
}

/*liste ordonnée (ol=ordered list) qui va afficher les commentaires, */
.comments-template ol{
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
}

/*Commentaires */ 
.comments-template ol p{
	font-family: 'Cabin', sans-serif;
	font-size: 0.7em;
}

/*Commentaires */ 
.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}

/*titre qui va indiquer le nombre de commentaires déjà rédigés */ 
.comments-template h2, .comments-template h3{
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

/*Commentaires */ 
.commentmetadata{
	font-size: 0.8em;
	font-family: 'Cabin', sans-serif;
	text-align: center;
	background-color: #0ab5f1;
}
 
/*Commentaires */
.comments-template p.nocomments{
	padding: 0;
}

/*Commentaires */ 
.comments-template textarea{
	font-family: 'Cabin', sans-serif;
	font-size: 0.9em;
}
/*Commentaires */ 
.cadre_commentaires {
	text-align: center;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.filet {
	border: thin dotted #FFFFFF;
}
#contentall {
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.navigpetite {
	font-family: 'Cabin', sans-serif;
	font-size: 0.5em;
	font-variant: small-caps;
}
.respond {
	text-align: center;
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #FFF;
	background-color: #0ab5f1;
}

/* //SIMILAR POST //*/
#centre{
	width: 70%;
	margin-right: auto;
	margin-left: auto;	
      }
#footerbloc {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#facebook{
	background-color: #FFF;
	height: auto;
	width: 650px;
}
.excerpt{
	padding: 0px;
	width: 80%;
}
.titre{
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 26px;
	width: 100%;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	clear:both;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.alignright,
img.alignright {	display: table-cell;
	display: inline;
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}