/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	/**** CHANGER ICI !!!! *****/
	background: #dcdddf url(../images/Bkg_Cloud_Nl.jpg) no-repeat center top;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;
	
}
a {
	color: #175399;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
	
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}

li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin: 0px 0 .4em;
	color: #333;
}
h1 {
	font-size: 2em;
	margin: 0px 0 .4em;
	color: #A3A3A3;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.4em;
	
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 160px;
}

/* site pic */
#site-pic {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 0 0px;
	text-decoration: none;
}


/* site logo */
#site-logo {
	position: absolute;
	top: 33px;
	left: 155px;
	font: bold 27px/100% Arial, Helvetica, sans-serif;
	color: #7488b9;
	text-decoration: none;
}

#site-logo a{
	color: #7488b9;
	text-decoration: none;
}

/* site description */
#site-description {
	font: 12px/100%  Arial, Helvetica, serif;
	color: #fff;
	position: absolute;
	top: 69px;
	left: 180px;
}


/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 25px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: relative;
	top: 100px;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(../images/nav-bar-bg.png) repeat-x;
	background: -moz-linear-gradient(top, #b9b9b9 0%, #6a6a6a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9b9b9), color-stop(100%,#6a6a6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b9b9b9 0%,#6a6a6a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b9b9b9 0%,#6a6a6a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b9b9b9 0%,#6a6a6a 100%); /* IE10+ */
	background: linear-gradient(top, #b9b9b9 0%,#6a6a6a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9',endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: #515151; /* Old browsers */
	background: -moz-linear-gradient(top,  #515151 0%, #8c8c8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#8c8c8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #515151 0%,#8c8c8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #515151 0%,#8c8c8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #515151 0%,#8c8c8c 100%); /* IE10+ */
	background: linear-gradient(top,  #515151 0%,#8c8c8c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */
}
/************************************************************************************
LANG NAVIGATION
*************************************************************************************/
#lang-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
}

#lang-nav li {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#lang-nav a {
	line-height: 100%;
	font-weight: normal;
	color: #444;
	display: block;
	padding: 7px 6px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#lang-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: #575757; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #575757 25%, #575757 50%, #575757 75%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(25%,#575757), color-stop(50%,#575757), color-stop(75%,#575757), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#575757 25%,#575757 50%,#575757 75%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#575757 25%,#575757 50%,#575757 75%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#575757 25%,#575757 50%,#575757 75%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(top,  #d3d3d3 0%,#575757 25%,#575757 50%,#575757 75%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#575757',GradientType=0 ); /* IE6-9 */
}
/************************************************************************************
SUBNAVIGATION sub-nav1
*************************************************************************************/
#sub-nav1 {
	height: 25px;
	width: 100%;
	background: #888888;
	/* gradient */
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #707070 50%, #4c4c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(50%,#707070), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* IE10+ */
	background: linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
	margin: 0;
	padding: 0;
	position: relative;
	top: 100px;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #9aa5bf 
	/* rounded corner */
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#sub-nav1 li {
	top: 0px;
	left: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#sub-nav1 li:first-child {
	margin-left: 5px;
}
#sub-nav1 a {
	line-height: 100%;
	font-weight: normal;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	padding: 7px 7px;
	text-decoration: underline;
}
#sub-nav1 a:hover {
	color: #ffffff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#dddddd));
	background: -moz-linear-gradient(top,  #dddddd, #555555, #444444, #555555, #dddddd);
	background: linear-gradient(-90deg, #dddddd, #555555, #444444, #555555, #dddddd);
}

/************************************************************************************
SUBNAVIGATION sub-nav2
*************************************************************************************/
#sub-nav2 {
	height: 25px;
	width: 100%;
	background: #444444;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#444444));
	background: -moz-linear-gradient(top,  #555555,  #444444);
	background: linear-gradient(-90deg, #555555, #444444);
	margin: 0;
	padding: 0;
	position: relative;
	top: 100px;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #707070 50%, #4c4c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(50%,#707070), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* IE10+ */
	background: linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
 
	/* rounded corner */
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#sub-nav2 li {
	top: 0px;
	left: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#sub-nav2 li:first-child {
	margin-left: 5px;
}
#sub-nav2 a {
	line-height: 100%;
	font-weight: normal;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	padding: 7px 7px;
	text-decoration: underline;
}

#sub-nav2 a:hover {
	color: #ffffff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#dddddd));
	background: -moz-linear-gradient(top,  #dddddd, #555555, #444444, #555555, #dddddd);
	background: linear-gradient(-90deg, #dddddd, #555555, #444444, #555555, #dddddd);
}

/************************************************************************************
SUBNAVIGATION sub-nav3
*************************************************************************************/
#sub-nav3 {
	height: 25px;
	width: 100%;
	background: #aaaaab;
	margin: 0;
	padding: 0;
	position: relative;
	top: 100px;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #707070 50%, #4c4c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(50%,#707070), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* IE10+ */
	background: linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
 
	/* rounded corner */
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#sub-nav3 li {
	top: 0px;
	left: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#sub-nav3 li:first-child {
	margin-left: 10px;
}
#sub-nav3 a {
	line-height: 100%;
	font-weight: normal;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	padding: 7px 7px;
	text-decoration: underline;
}

#sub-nav3 a:hover {
	color: #ffffff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
	background: -moz-linear-gradient(top,  #282828,  #546387);
	background: linear-gradient(-90deg, #282828, #546387);
}

/************************************************************************************
SUBNAVIGATION
*************************************************************************************/
#sub-nav4 {
	height: 25px;
	width: 100%;
	background: #aaaaab;
	margin: 0;
	padding: 0;
	position: relative;
	top: 100px;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #707070 50%, #4c4c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(50%,#707070), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* IE10+ */
	background: linear-gradient(top,  #4c4c4c 0%,#707070 50%,#4c4c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
 
	/* rounded corner */
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#sub-nav4 li {
	top: 0px;
	left: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#sub-nav4 li:first-child {
	margin-left: 10px;
}
#sub-nav4 a {
	line-height: 100%;
	font-weight: normal;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	padding: 7px 7px;
	text-decoration: underline;
}

#sub-nav4 a:hover {
	color: #ffffff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
	background: -moz-linear-gradient(top,  #282828,  #546387);
	background: linear-gradient(-90deg, #282828, #546387);
}


/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 55px 0 30px;
	padding: 25px 25px 0px 25px;
	width: 620px;
	height: 890px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#content-text {
	background: #fff;
	width: 620px;
	height: 806px;
	float: left;
	
}

#content-footer {
	background: #fff;
	 
	padding: 0px 0px 0px 0px;
	width: 620px;
	height: 84px;
	float: left;
	
}



/* post */
.post {
	margin-bottom: 25px;
}

.post-title {
	color: #175392;
	margin: 0 0 5px;
	padding: 0;
	font: bold 18px/100% Arial, Helvetica, sans-serif;
}

.post-title a {
	text-decoration: none;
	color: #000;
}

.post-subtitle {
	color: #7488b9;
	margin: 0 0 5px;
	padding: 0;
	font: bold 17px/100% Arial, Helvetica, sans-serif;
}
.post-subtitle a {
	text-decoration: none;
	color: #000;
}

.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0px 0px 2px 0px;
	
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 290px;
	float: right;
	margin: 55px 0 30px;
}

.widget {
	background: #fff;
	margin: 0 0 20px;
	padding: 25px 25px 20px 25px;
	/* rounded corner */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
	
}

.widget li {
	margin-top:-5px;
	padding: 6px 0;
	list-style-type: none;
	background:url(../images/arrow.png) center left no-repeat;
	padding-left: 15px;
	clear: both;
	border-top: solid 1px #ccc;
}
.widget .image_with_text {
   position: relative;
   max-width: 100%;
   width: auto\9; /* ie8 */	
	overflow:hidden;
	height: auto;
	 
}
.widget span.over_text {
	
   overflow: hidden;
   position: absolute;
   top: 0px;
   left: 0;
   padding: 6px 0px 0px 12px;
   width: 100%;
   letter-spacing: 0px;
}

.image_with_text .black_background
{
   color: white;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.6);
   padding: 10px;
   /* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;

}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #000;
	font-size: 85%;
	height: 74px;
	width: 620px;
	background-color:#FFFFFF;
	 
}
#footer a {
	color: #0d43cb;
	height: 74px;
	width: 620px;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }