/* CSS Document */

body {
	background-color: #FFFFFF;
}
	
#bloc {
    max-width: 900px;
    text-align: left;
}
	
a:link {
	text-decoration: none;
}

header {
	display:true;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

figure {
	display:inline-block;
	margin:5px;
}

img {
	max-width: 100%;
	height: auto;
	text-align: center;
}

#illus {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	width: 100%;
	height: auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

h1 {
	color: #333333;
	font-family: 'Oswald', sans-serif;
	font-size: 175%;
	text-transform: uppercase;
	font-weight:normal;
	margin-bottom: 0px;
	text-align: left;
}
	
h2 {
	color: #566e95;
	font-family: 'Oswald', sans-serif;
	font-size: 150%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-weight:normal;
	text-align: left;
}
	
h3 {
	color: #333333;
	font-family: 'Raleway','Open sans', sans-serif;
	font-size: 130%;
	margin-left: 15px;
}
	
p {
    color: #333333;
    font-family: 'Raleway','Open sans', sans-serif;
}

.list {
	color: #333333;
	font-family: 'Raleway','Open sans', sans-serif;
	font-size: 100%;
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
	padding-bottom: 7px;
}

.p2 {
	color:#333333;
	font-family: 'Raleway', 'Open sans', sans-serif;
	font-size: 100%;
	text-align:justify;
	margin: 2px;
}

.pcenter {
	color: #333333;
	font-family: 'Lato', 'Open sans', sans-serif;
	font-size: 100%;
	text-align: center;
}

.pright {

	color: #333333;
	font-family: 'Raleway', 'Open sans', sans-serif;
	font-size: 100%;
	text-align:right;
}

.sign {
	color: #000000;
	font-family: 'Raleway', 'Open sans', sans-serif;
	font-size: 100%;
	text-align:right;
	font-style: italic;
}

.pTypo {
    color: #333333;
    font-family: "Courier New", Courier, monospace;
    font-size: 100%;
    text-align: left;
    margin: 10pt;
}

.pCitation {
    color: #333333;
    font-family: 'Raleway', 'Open sans', sans-serif;
    font-size: 120%;
    text-align: left;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    padding-left: 10px;
    margin-top: 6pt;
    margin-right: 10pt;
    margin-bottom: 0pt;
    margin-left: 10pt;
    font-style: italic;
}

.PunchLine {
	color: #333333;
	font-family: 'Raleway', 'Open sans', sans-serif;
	font-size: 130%;
	text-align:left;
	background-image:url(../img/quote.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left: 60px;
	margin-top: 6pt;
	margin-right: 10pt;
	margin-bottom: 6pt;
	margin-left: 10pt;
	font-style: italic;
}

.Legende2 {
	color:#333333;
	font-family: 'Raleway', 'Open sans', sans-serif;
	font-size: 100%;
	font-style: italic;
	text-align: center;
	margin: 0px;
}

.MAJ {
	font-family: 'Raleway', 'Open sans', sans-serif;
	font-style: italic;
	color: #000000;
	text-align: left;
	font-size: 90%;
	margin-top: 0px;
	padding-left:20px;
	background-image:url(../img/clock.png);
	background-position:left;
	background-repeat:no-repeat;
}

#video {
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 315;
}

footer{
	color: #333333;
	font-family: 'Raleway','Open sans', sans-serif;
	font-size: 85%;
	text-align:center;
}

.annonce {
	background-color:#F7F7F7;
	font-family: 'Raleway', 'Open sans', sans-serif;
	font-size: 85%;
	text-align:left;
	margin: 0px;
	padding:5px;
	width:97%;
	border:1px solid #cccccc;
	display:inline-block;
	color:#333333;
}

.home360 {
	background-color:#566e95;
	font-family: 'Raleway', 'Open sans', sans-serif;
	font-size: 85%;
	text-align:justify;
	margin: 0px;
	padding:5px;
	width:97%;
	border:1px solid #cccccc;
	display:inline-block;
	color:#FFFFFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #838486), color-stop(1, #4d5055));
	background:-moz-linear-gradient(top, #838486 5%, #4d5055 100%);
	background:-webkit-linear-gradient(top, #838486 5%, #4d5055 100%);
	background:-o-linear-gradient(top, #838486 5%, #4d5055 100%);
	background:-ms-linear-gradient(top, #838486 5%, #4d5055 100%);
	background:linear-gradient(to bottom, #838486 5%, #4d5055 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#838486', endColorstr='#4d5055',GradientType=0);
	background-color:#4d5055;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4d5055;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Raleway', 'Open sans', sans-serif;
	font-size:85%;
	font-weight: 700;
	padding:10px 10px;
	text-decoration:bold;
	text-align:center;
}

.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4d5055), color-stop(1, #838486));
	background:-moz-linear-gradient(top, #4d5055 5%, #838486 100%);
	background:-webkit-linear-gradient(top, #4d5055 5%, #838486 100%);
	background:-o-linear-gradient(top, #4d5055 5%, #838486 100%);
	background:-ms-linear-gradient(top, #4d5055 5%, #838486 100%);
	background:linear-gradient(to bottom, #4d5055 5%, #838486 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d5055', endColorstr='#838486',GradientType=0);
	background-color:#4d5055;
}

.button:active {
	position:relative;
	top:1px;
}

.button2 {
	background-color:#838486;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #e6e6e6;
	display:inline-block;
	width:190px;
	cursor:pointer;
	color:#999999;
	font-family:'Raleway', Arial;
	font-size:85%;
	padding:3px 10px;
	text-decoration:none;
	text-align:center;
}

.button2:hover {
	background-color:#e9e9e9;
}

.button2:active {
	position:relative;
	top:1px;
}

form {
	padding:7px;
	width:100%;
}
 
fieldset {
	background-color:#E6E6E6;
	padding:0 20px 20px 20px;
	margin-bottom:10px;
	border:1px solid #999999;
	border-radius:3px;
}
 
label {
	margin-top:10px;
	display:block;
}
 
label.inline {
	display:inline;
	margin-right:50px;
}
 
 input, textarea, select, option {
 	background-color:#ffffff;
 }
 
 input, textarea {
	 padding:3px;
	 border:1px solid #999999;
	 border-radius:3px;
	 width:100%;
	 box-shadow:1px 1px 2px #C0C0C0 inset;
 }
 
 select {
	 margin-top:10px;
	 padding:3px;
	 border:1px solid #999999;
	 border-radius:3px;
	 width:auto;
	 box-shadow:1px 1px 2px #C0C0C0 inset;
 }


 


/*     __     ____    ___  _____                */
/*    / /    / ___|  /   ||  _  |               */
/*   / /    / /___  / /| || |/' |  _ __  __  __ */
/*  < <     | ___ \/ /_| ||  /| | | '_ \ \ \/ / */
/*   \ \    | \_/ |\___  |\ |_/ / | |_) | >  <  */
/*    \_\   \_____/    |_/ \___/  | .__/ /_/\_\ */
/*                                | |           */
/*                                |_|           */
/* Mise en forme  pour les ecrans inferieurs à 640 px */
@media screen and (max-width: 640px) {
	
body {
	margin:0;
	background-color:#FFFFFF;
}

header {
	width:100%;
	}
	
p {
	font-size: 120%;
}
	
.PunchLine {
	float:none;
	width:80%
}

#illus {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	width: 100%;
	height: auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

nav {
	position: relative;
	top: 0;
	margin-top:-25px;
	width: 100%;
	z-index:999;
}

.button {
	width:97%;
	padding: 10px 5px;
}
	
#bandeaubig {
	display:none;
}

#sharenomobile {
	display:none;
}

#bandeausmall {
	display:block;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#menu_horizontal {
	display:none;
	width:75%;
	list-style-type: none;
	margin-right:0px;
	margin-top:25px;
	position: relative;
	float:right;
	text-align:left;
	font-size: 12pt;
	/*background-color:#FAFAFA;*/
	background-color: #4d5055;
	box-shadow: -5px 5px 5px #aaa;
}

#menu_horizontal li {
	display:block;
	text-decoration:none;
	margin: 0px;
	margin-left:-20px;
}
	
#menu_horizontal li a {
	display: block;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-size: 14pt;
	color:#FFFFFF;
	margin: 0px;
	padding: 18px;
}

#menu_horizontal li a:hover {
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	border-bottom-color:#FFFFFF;
	border-bottom-width:3px;
	border-bottom-style:solid;
	margin: 0px;
	padding: 18px;
	background-color:#A2A2A2;
}

#menu_horizontal ul li {
 	display:block;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin-left: -10px;
	width:90%;
 	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-color: #FFFFFF;
	text-align:left;
}

#menu_horizontal li:hover ul li {
 	display:block;
	float:none;
	margin-left: -10px;
 }
 
#menu_horizontal li ul a:hover {
 	background-color:#A2A2A2;
	width:94%;
 }

#menu_horizontal ul li ul {
	width:100%;
 	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-color: #333366;
	text-align:left;
	background-color:#FFFFFF;
}
 
main {
	display:block;
	max-width:950px;
	margin-left: auto;
 	margin-right: auto;
	padding:10px;
	margin-top:10px;
}

article {
	text-align: justify;
	margin-top:0px;
	padding-top:5px;
	padding:5px;
}

aside {
  	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-right:10px;
}

footer {
	display:block;
    position: relative;
	margin-left: auto;
 	margin-right: auto;
  	max-width: 930px;
	margin-top:10px;
	padding:10px;
}

input[type=submit], input[type=reset] {
 width:100%;
}
 

/* Mise en forme champ de recherche */
 
.search {
	text-align:center;
	font-family:'Raleway', Arial;
	font-size:120%;
}

.top-search{
	display:inline;
}
	
.texte-a-cacher {
  	display: none;
}

#searchform #q{
	display:inline;
	color: #49494b;
	font-size: 12px;
	width: 80%;
	height: 25px;
	margin: 0px 0px -10px 0px;
	padding: 0px 0px 0px 8px;
	border: 0px;
	background: #f0efeb;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
}

#searchform #searchsubmit{
	display:inline;
	width: 25px;
	height: 25px;
	border: 0px;
	margin: -1px;
	background-image:url(../img/search.png);
	cursor:pointer;
}

}

/*   ____    ___  _____   __      ______ _____  _____                */
/*  / ___|  /   ||  _  |  \ \    |___  /|  ___||  _  |               */
/* / /___  / /| || |/' |   \ \      / / |___ \ | |/' |  _ __  __  __ */
/* | ___ \/ /_| ||  /| |    > >    / /      \ \|  /| | | '_ \ \ \/ / */
/* | \_/ |\___  |\ |_/ /   / /   ./ /   /\__/ /\ |_/ / | |_) | >  <  */
/* \_____/    |_/ \___/   /_/    \_/    \____/  \___/  | .__/ /_/\_\ */
/*                                                     | |           */
/*                                                     |_|           */
/* Mise en forme  pour les ecrans entre 640 et 750 px */
@media screen and (min-width: 641px) and (max-width: 750px) {

header {
	width:640px;
	border-top-color:#999999;
	border-top-width:0px;
	border-top-style:solid;
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#999999;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
}

p {
	font-size: 100%;
}
	
.PunchLine {
	float:none;
	width:80%
}

#illus {
	float:left;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


	
nav {
	float:none;
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#999999;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:solid;
	position: sticky;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	/*background-color: #FFFFFF;*/
	background-color: #262627;
	z-index:999;
}


#home640 {
	display:none;
}

#bandeaubig {
	display:block;
}
#bandeausmall {
	display:none;
}


#menu_horizontal {
	list-style-type: none;
	border-bottom-color:#566e95;
	border-bottom-width:0px;
	border-bottom-style:solid;
	margin: 0px;
	position: relative;
	text-align:center;
	font-size: 12pt;
}

#menu_horizontal li {
	display: inline-block;
	*display: inline; /* IE < 8 */
	*zoom : 1; /* IE < 8 */
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-color: #333366;
	margin: 1px;
	}
	
#menu_horizontal li a {
	display: inline-block;
	*display: inline; /* IE < 8 */
	*zoom : 1; /* IE < 8 */
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	/*color:#000000;*/
	color:#FFFFFF;
	margin: 0px;
	padding: 8px;
	border-bottom-color:#566e95;
	border-bottom-width:0px;
	border-bottom-style:solid;
	}

#menu_horizontal li a:hover {
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	padding:8px;
	/*border-bottom-color:#566e95;*/
	border-bottom-color:#FFFFFF;
	border-bottom-width:3px;
	border-bottom-style:solid;
}

#menu_horizontal ul li {
 	display:none;
	/*border-bottom-color:#566e95;*/
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	/*border-left-color:#566e95;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#566e95;
	border-right-width:1px;
	border-right-style:solid;*/
	width:200px;
 	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	text-align:left;
	/*background-color:#FFFFFF;*/
	background-color:#4d5055;
}
 
#menu_horizontal li ul {
	position:absolute;
 	margin-left:-40px;
}

#menu_horizontal li:hover ul li {
 	display:block;
	float:none;
	margin:0px;
 }
 
#menu_horizontal li ul a:hover {
 	/*background-color:#ececec;*/
	background-color:#A2A2A2;
	width:89%;
 }

#menu_horizontal ul li ul {
 	display:none;
	width:300px;
 	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-color: #333366;
	text-align:left;
	background-color:#FFFFFF;

 }
 
main {
	display:block;
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#999999;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:0px;
	border-bottom-style:solid;
	padding-left:0px;
	position: relative;
	margin-top:0px;
	margin-left:auto;
 	margin-right:auto;
  	width:640px;
	background:#FFFFFF;
	z-index:2;
}	

article {
    display:inline-block;
	position:relative;
	left:auto;
	text-align: left;
	padding-top:10px;
	margin-left:16px;
	margin-bottom:10px;
	width:380px;
	margin-top:0px;
	height:auto;
	background-color: #FFFFFF;
	z-index:3;
	}
	
aside {
	display:inline-block;
	vertical-align:top;
	position:relative;
	left:auto;
	top:0px;
	width:210px;
	right:0px;
	margin-right:2px;
	margin-left:8px;
	padding-top:20px;
	background-color: #FFFFFF;
	padding:5px;
	z-index:3;
}

footer {
	display:block;
	border-left-color:#999999;
	border-left-width:0px;
	border-left-style:solid;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-top-color:#999999;
	border-top-width:1px;
	border-top-style:solid;
	margin-left: auto;
 	margin-right: auto;
  	margin-top:10px;
	position: relative;
  	width: 610px;
	padding:20px;
	background-color: #FFFFFF;
	z-index:50;
}

/* Mise en forme champ de recherche */

.search {
	text-align:left;
	font-family:'Raleway', Arial;
	font-size:100%;
}
	
.top-search{
	display:inline;
}

#searchform #q{
	display:inline;
	color: #49494b;
	font-size: 12px;
	width: 65%;
	height: 25px;
	margin: 0px 0px 0px -12px;
	padding: 0px 35px 0px 8px;
	border: 0;
	background: #f0efeb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#searchform #searchsubmit{
	display:inline;
	width: 25px;
	height: 25px;
	border: 0px;
	background-image:url(../img/search.png);
	cursor:pointer;
}

}

/* ______ _____  _____   __      _____  _____  _____                */
/* |___  /|  ___||  _  |  \ \    |  _  ||  ___||  _  |              */
/*    / / |___ \ | |/' |   \ \   | |_| ||___ \ | |/' |  _ __  __  __*/
/*   / /      \ \|  /| |    > >  \____ |    \ \|  /| | | '_ \ \ \/ /*/
/* ./ /   /\__/ /\ |_/ /   / /   .___/ //\__/ /\ |_/ / | |_) | >  < */
/* \_/    \____/  \___/   /_/    \____/ \____/  \___/  | .__/ /_/\_\*/
/*                                                     | |           */
/*                                                     |_|           */
/* Mise en forme  pour les ecrans entre 750 et 950 px */
@media screen and (min-width: 751px) and (max-width: 950px) {

header {
	width:750px;
	border-top-color:#999999;
	border-top-width:0px;
	border-top-style:solid;
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#999999;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
}


p {
	font-size: 100%;
}
	
.PunchLine {
	float:left;
	width:33%
}

#illus {
	float:left;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


	
nav {
	float:none;
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#999999;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:solid;
	position: sticky;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	/*background-color: #FFFFFF;*/
	background-color: #262627;
	z-index:999;
}


#home640 {
	display:none;
}

#bandeaubig {
	display:block;
}
#bandeausmall {
	display:none;
}

#menu_horizontal {
	list-style-type: none;
	border-bottom-color:#566e95;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin: 0px;
	position: relative;
	text-align:center;
	font-size: 12pt;
}

#menu_horizontal li {
	display: inline-block;
	*display: inline; /* IE < 8 */
	*zoom : 1; /* IE < 8 */
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-color: #333366;
	margin: 1px;
	}
	
#menu_horizontal li a {
	display: inline-block;
	*display: inline; /* IE < 8 */
	*zoom : 1; /* IE < 8 */
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	/*color:#000000;*/
	color:#FFFFFF;
	margin: 0px;
	padding: 8px;
	}

#menu_horizontal li a:hover {
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	padding:8px;
	/*border-bottom-color:#566e95;*/
	border-bottom-color:#FFFFFF;
	border-bottom-width:3px;
	border-bottom-style:solid;
}

#menu_horizontal ul li {
 	display:none;
	/*border-bottom-color:#566e95;*/
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	/*border-left-color:#566e95;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#566e95;
	border-right-width:1px;
	border-right-style:solid;*/
	width:200px;
 	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	text-align:left;
	/*background-color:#FFFFFF;*/
	background-color:#4d5055;
}
 
#menu_horizontal li ul {
	position:absolute;
 	margin-left:-40px;
}

#menu_horizontal li:hover ul li {
 	display:block;
	float:none;
	margin:0px;
 }
 
#menu_horizontal li ul a:hover {
 	/*background-color:#ececec;*/
	background-color:#A2A2A2A2;
	width:92%;
 }

#menu_horizontal ul li ul {
 	display:none;
	width:300px;
 	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-color: #333366;
	text-align:left;
	background-color:#FFFFFF;

 }
 
main {
	display:block;
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#999999;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:0px;
	border-bottom-style:solid;
	padding-left:0px;
	position: relative;
	margin-top:0px;
	margin-left:auto;
 	margin-right:auto;
  	width:750px;
	background:#FFFFFF;
	z-index:2;
}	

article {
    display:inline-block;
	position:relative;
	left:auto;
	text-align: left;
	padding-top:10px;
	margin-left:16px;
	margin-bottom:10px;
	width:490px;
	margin-top:0px;
	height:auto;
	background-color: #FFFFFF;
	z-index:3;
}
	
aside {
	display:inline-block;
	vertical-align:top;
	position:relative;
	left:auto;
	top:0px;
	width:210px;
	right:0px;
	margin-right:2px;
	margin-left:8px;
	padding-top:20px;
	background-color: #FFFFFF;
	padding:5px;
	z-index:3;
}

footer {
	display:block;
	border-left-color:#999999;
	border-left-width:0px;
	border-left-style:solid;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-top-color:#999999;
	border-top-width:1px;
	border-top-style:solid;
	margin-left: auto;
 	margin-right: auto;
  	margin-top:10px;
	position: relative;
  	width: 710px;
	padding:20px;
	background-color: #FFFFFF;
	z-index:50;
}

/* Mise en forme champ de recherche */

.search {
	text-align:left;
	font-family:'Raleway', Arial;
	font-size:100%;
}

.top-search{
	display:inline;
}

#searchform #q{
	display:inline;
	color: #49494b;
	font-size: 12px;
	width: 65%;
	height: 25px;
	margin: 0px 0px 5px -12px;
	padding: 0px 35px 0px 8px;
	border: 0;
	background: #f0efeb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#searchform #searchsubmit{
	display:inline;
	width: 25px;
	height: 25px;
	border: 0px;
	background-image:url(../img/search.png);
	cursor:pointer;
}

}


/*  ________ .________ ____     __       ____  ____  ._______________                        */
/* /   __   \|   ____//_   |    \ \     /_   |/_   | |   ____/\   _  \      ______ ___  ___  */
/* \____    /|____  \  |   |     \ \     |   | |   | |____  \ /  /_\  \     \____ \\  \/  /  */
/*    /    / /       \ |   |     / /     |   | |   | /       \\  \_/   \    |  |_> >>    <   */
/*   /____/ /______  / |___|    /_/      |___| |___|/______  / \_____  /    |   __//__/\_ \  */
/*                 \/                                      \/        \/     |__|         \/    */
/* Mise en forme  pour les ecrans entre 950 et 110 px */
@media screen and (min-width: 951px) and (max-width: 1150px) {

header {
	width:950px;
	border-top-color:#999999;
	border-top-width:0px;
	border-top-style:solid;
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#999999;
	border-left-width: 0px;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
}


p {
	font-size: 100%;
}
	
.PunchLine {
	float:left;
	width:33%
}

#illus {
	float:left;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

	
nav {
	float:none;
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#999999;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:solid;
	position: sticky;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	/*background-color: #FFFFFF;*/
	background-color: #262627;
	z-index:999;
}


#home640 {
	display:none;
}

#bandeaubig {
	display:block;
}
#bandeausmall {
	display:none;
}

#menu_horizontal {
	list-style-type: none;
	border-bottom-color:#566e95;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin: 0px;
	position: relative;
	text-align:center;
	font-size: 12pt;
}

#menu_horizontal li {
	display: inline-block;
	*display: inline; /* IE < 8 */
	*zoom : 1; /* IE < 8 */
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-color: #333366;
	margin: 1px;
	}
	
#menu_horizontal li a {
	display: inline-block;
	*display: inline; /* IE < 8 */
	*zoom : 1; /* IE < 8 */
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	/*color:#000000;*/
	color:#FFFFFF;
	margin: 0px;
	padding: 8px;
	}

#menu_horizontal li a:hover {
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	padding:8px;
	/*border-bottom-color:#566e95;*/
	border-bottom-color:#FFFFFF;
	border-bottom-width:3px;
	border-bottom-style:solid;
}

#menu_horizontal ul li {
 	display:none;
	/*border-bottom-color:#566e95;*/
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	/*border-left-color:#566e95;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#566e95;
	border-right-width:1px;
	border-right-style:solid;*/
	width:200px;
 	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	text-align:left;
	/*background-color:#FFFFFF;*/
	background-color:#4d5055;
}
 
#menu_horizontal li ul {
	position:absolute;
 	margin-left:-40px;
}

#menu_horizontal li:hover ul li {
 	display:block;
	float:none;
	margin:0px;
 }
 
#menu_horizontal li ul a:hover {
 	/*background-color:#ececec;*/
	background-color:#A2A2A2A2;
	width:92%;
 }

#menu_horizontal ul li ul {
 	display:none;

	width:300px;
 	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-color: #333366;
	text-align:left;
	background-color:#FFFFFF;

 }
 
main {
	display:block;
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#999999;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:0px;
	border-bottom-style:solid;
	padding-left:0px;
	position: relative;
	margin-top:0px;
	margin-left:auto;
 	margin-right:auto;
  	width:950px;
	background:#FFFFFF;
	z-index:2;
}	

article {
    display:inline-block;
	position:relative;
	left:auto;
	text-align: left;
	padding-top:10px;
	margin-left:16px;
	margin-bottom:10px;
	width:650px;
	margin-top:0px;
	height:auto;
	background-color: #FFFFFF;
	z-index:3;
}
	
aside {
	display:inline-block;
	vertical-align:top;
	position:relative;
	left:auto;
	top:0px;
	width:250px;
	right:0px;
	margin-right:2px;
	margin-left:8px;
	padding-top:20px;
	background-color: #FFFFFF;
	padding:5px;
	z-index:3;
}

footer {
	display:block;
	border-left-color:#999999;
	border-left-width:0px;
	border-left-style:solid;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-top-color:#999999;
	border-top-width:1px;
	border-top-style:solid;
	margin-left: auto;
 	margin-right: auto;
  	margin-top:10px;
	position: relative;
  	width: 910px;
	padding:20px;
	background-color: #FFFFFF;
	z-index:50;
}
/* Mise en forme champ de recherche */

.search {
	text-align:left;
	font-family:'Raleway', Arial;
	font-size:100%;
}

.top-search{
	display:inline;
}

#searchform #q{
	display:inline;
	color: #49494b;
	font-size: 12px;
	width: 65%;
	height: 25px;
	margin: 0px 0px 5px -12px;
	padding: 0px 35px 0px 8px;
	border: 0;
	background: #f0efeb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#searchform #searchsubmit{
	display:inline;
	width: 25px;
	height: 25px;
	border: 0px;
	background-image:url(../img/search.png);
	cursor:pointer;
}

}

/*  __       ____  ____  ._______________     */
/*  \ \     /_   |/_   | |   ____/\   _  \    */
/*   \ \     |   | |   | |____  \ /  /_\  \   */
/*   / /     |   | |   | /       \\  \_/   \  */ 
/*  /_/      |___| |___|/______  / \_____  /  */
/*                             \/        \/   */
/* 
                                         
/* Mise en forme  pour les ecrans superieurs à1150 px */
@media screen and (min-width: 1151px) {

header {
	width:1150px;
	border-left-color:#999999;
	border-left-width:0px;
	border-left-style:solid;
	border-top-color:#999999;
	border-top-width:0px;
	border-top-style:solid;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
}

p {
    font-size: 100%;
    text-align: left;
}
	
.PunchLine {
	float:left;
	width:33%
}

#illus {
	float:left;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

	
nav {
	float:none;
	position: sticky;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	border-left-color:#999999;
	border-left-width:0px;
	border-left-style:solid;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:solid;
	width: 1150px;
	/*background-color: #FFFFFF;*/
	background-color: #262627;
	z-index:999;
}

#home640 {
	display:none;
}

#bandeaubig {
	display:block;
}
#bandeausmall {
	display:none;
}

#menu_horizontal {
	list-style-type: none;
	border-bottom-color:#566e95;
	border-bottom-width:0px;
	border-bottom-style:solid;
	margin: 0px;
	position: relative;
	text-align:center;
	font-size: 12pt;
}

#menu_horizontal li {
	display: inline-block;
	*display: inline; /* IE < 8 */
	*zoom : 1; /* IE < 8 */
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-color: #333366;
	margin: 1px;
	}
	
#menu_horizontal li a {
	display: inline-block;
	*display: inline; /* IE < 8 */
	*zoom : 1; /* IE < 8 */
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	/*color:#000000;*/
	color:#FFFFFF;
	margin: 0px;
	padding: 8px;
	}

#menu_horizontal li a:hover {
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	padding:8px;
	/*border-bottom-color:#566e95;*/
	border-bottom-color:#FFFFFF;
	border-bottom-width:3px;
	border-bottom-style:solid;
}

#menu_horizontal ul li {
 	display:none;
	/*border-bottom-color:#566e95;*/
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	/*border-left-color:#566e95;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#566e95;
	border-right-width:1px;
	border-right-style:solid;*/
	width:200px;
 	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	text-align:left;
	/*background-color:#FFFFFF;*/
	background-color:#4d5055;
}
 
#menu_horizontal li ul {
	position:absolute;
 	margin-left:-40px;
}

#menu_horizontal li:hover ul li {
 	display:block;
	float:none;
	margin:0px;
 }
 
#menu_horizontal li ul a:hover {
 	/*background-color:#ececec;*/
	background-color:#A2A2A2A2;
	width:92%;
 }

#menu_horizontal ul li ul {
 	display:none;
	width:300px;
 	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-color: #333366;
	text-align:left;
	background-color:#FFFFFF;

 }
main {
	display:block;
	border-left-color:#999999;
	border-left-width:0px;
	border-left-style:solid;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:0px;
	border-bottom-style:solid;
	padding-left:0px;
	position: relative;
	margin-top:0px;
	margin-left:auto;
 	margin-right:auto;
  	width:1150px;
	background:#FFFFFF;
	z-index:2;
}	

article {
    display: inline-block;
    position: relative;
    left: auto;
    padding-top: 10px;
    margin-left: 15px;
    margin-right: 0px;
    width: 830px;
    margin-top: 0px;
    margin-bottom: 10px;
    height: auto;
    background-color: #FFFFFF;
    z-index: 3;
}
	
aside {
	display:inline-block;
	vertical-align:top;
	position:relative;
	left:auto;
	top:0px;
	width:260px;
	right:0px;
	margin-right:auto;
	margin-left:8px;
	padding-top:20px;
	background-color: #FFFFFF;
	padding:5px;
	z-index:3;
}

footer {
	display:block;
	border-left-color:#999999;
	border-left-width:0px;
	border-left-style:solid;
	border-right-color:#999999;
	border-right-width:0px;
	border-right-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-top-color:#999999;
	border-top-width:1px;
	border-top-style:solid;
	margin-left: auto;
 	margin-right: auto;
  	margin-top:10px;
	position: relative;
  	width: 1110px;
	padding:20px;
	background-color: #FFFFFF;
	z-index:50;
}

/* Mise en forme champ de recherche */

.search {
	text-align:left;
	font-family:'Raleway', Arial;
	font-size:100%;
	border: 0px;
	}

.top-search{
	display:inline;
}

#searchform #q{
	display:inline;
	color: #49494b;
	font-size: 12px;
	width: 65%;
	height: 25px;
	margin: 0px 0px 5px -12px;
	padding: 0px 35px 0px 8px;
	border: 0px;
	background: #f0efeb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#searchform #searchsubmit{
	display:inline;
	width: 25px;
	height: 25px;
	border: 0px;
	background-image:url(../img/search.png);
	cursor:pointer;
}

/* Mise en forme  des résultats de recherche Google CSE */

/* Hide number of result count */

.gsc-result-info {
    display: none;
}
 
/* Change search result heading font size change */

.gsc-result .gs-title {
    height: 1.3em !important;
	font-family:'Raleway', Arial;
    font-size: 17px !important;
	text-decoration:none;
}
 
.gs-result .gs-snippet {
    line-height: 19px !important;
	font-family:'Raleway', Arial;
    font-size: 16px !important;
	font-weight: normal;
}

.gs-result .gs-title b {
    font-weight: normal;
	font-size:17px;
 }
 
/* Remove Clear cross image and CSS adjustment - below 3 CSS prop changes */

div.gsc-clear-button {
    display: none !important;
}

td.gsc-clear-button {
    width: 0px !important;
}

td.gsc-input {
    padding-right: 1px !important;
}

}
