@charset "UTF-8";

:focus {
	outline: 0;
}

html, body { height: 100%; margin: 0; padding: 0; background-color:#FFF;
	font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    word-break: break-word;
    text-rendering: optimizeLegibility;}


.hidden { display:none; }
.inline { display:inline-block; }
.clear { clear:both; }
:focus { outline: 0; }
.left { float:left; }
.right { float:right; }
.none { float:none; }
.center { text-align: center; }
.tright { text-align: right; padding-right: 8px; }
.tleft { text-align: left; }
.pad { padding:15px; }
.pad-left { padding-left:5px; }
.pad_t5 { padding-top:5px; }
.pad_t20 { padding-top:20px; }
.pad_b20 { padding-bottom:20px; }
.marg_pict { margin: 2px; }
.marg_r { margin-right:10px; }
.marg_r5 { margin-right:5px; }
.marg_r20 { margin-right:20px; }
.marg_l { margin-left:10px; }
.marg_b { margin-bottom:10px; }
.marg_b20 { margin-bottom:20px; }
.marg_t { margin-top:10px; }
.marg_t5 { margin-top:5px; }
.marg_t20 { margin-top:20px; }
.marg_t30 { margin-top:40px; }
.miopac { opacity:0.5; }
.full { width:100%; }

.clear { clear:both; }
.right { float:right; }
.left { float:left; }

strong, b {
    font-weight: 700;
}

@font-face {
	font-family: 'bp';
	src:url('fonts/bp.eot');
	src:url('fonts/bp.eot?#iefix') format('embedded-opentype'),
		url('fonts/bp.woff') format('woff'),
		url('fonts/bp.ttf') format('truetype'),
		url('fonts/bp.svg#bp') format('svg');
	font-weight: normal;
	font-style: normal;
}

.picto {
	font-family: 'bp';
	speak: none;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding-right:7px;
}
.picto:before {
	content: "\6a";
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}

h1, .h1 {
	color: #003375;
	font-size: 1.8em;
    font-weight: 700;
	line-height: 1.1em;
	text-transform:uppercase;
}

h2, .h2 {
    font-size: 1.5em;
	font-weight:700;
	color: #669900;
	line-height:1.5em;
	margin: 0 0 10px;
}

h3, .h3 {
    color: #003375;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 0;
}

h4, .h4 {
	font-size: 1em;
	line-height:20px;
	color: #c9c9c9;
	font-style:italic;
}

h5, .h5 {
    font-size: 16px;
	font-weight:700;
	color: #003375;
	line-height:25px;
	margin: 0;
}

h6, .h6 {
    font-size: 12px;
	color: #545751;
	line-height: 25px;
}

p {
	color: #003375;
	font-size: 0.9em;
    line-height: 18px;
	margin:0;
	font-weight:400;
}
p em {
	color: #808080;
	font-size: 0.9em;
}
a {
    color: #003375;
    outline: 0 none;
    text-decoration: none;
    -moz-transition: color 250ms ease-out 0s;
    -webkit-transition: color 250ms ease-out 0s;
    -o-transition: color 250ms ease-out 0s;
    -ms-transition: color 250ms ease-out 0s;
    transition: color 250ms ease-out 0s;
	cursor:pointer;
	line-height:16px;
	cursor:pointer;
}
a:hover, a:active, a:focus {
	color: #669900;
    text-decoration: underline;
}
/*** boutons ***/
  
.btn, input[type="submit"] {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 0 20px;
    font-size: 12px;
	nt-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
	-webkit-transition: all .3s;
	color: #fff;
	text-transform:uppercase;
	border: 0;
	border-radius: 0;
	color: #003375;
    background: #fff;
    border: 1px solid #003375;
}

.btn:hover, .btn:active, .btn:focus {
	background-image: none;
	outline: 0;
	text-decoration:none;
	color: #fff;
    background: #669900;
	border: 1px solid #669900;
}
.btn-small {
	padding: 0 10px;
	font-size: 0.9em;
	font-weight: 600;
	height: 26px;
    line-height: 26px;
}
.btn-medium {
	padding: 0 15px;
	font-size: 12px;
	font-weight: 700;
	height: 32px;
	line-height: 32px;
}
.btn-large {
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
	font-size: 13px;
	font-weight: 700;
}
.language-selection {
    position: fixed;
    right: 1px;
    z-index: 10;
    margin: 15px 1% 0 0;
	z-index: 2;
	cursor:pointer;
}

.language-selection ul {
    float: left;
    list-style-type: none;
    padding-left: 0;
	margin-top: 0;
}

.language-selection li {
    overflow: hidden;
    float: left;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s;
	-webkit-transition: all .3s;
}
.language-selection a {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
	background-color: rgba( 250,250,250,0.75);
	color: #003375;
	text-transform:uppercase;
	padding: 0 10px;
	font-size: 0.8em;
	font-weight:500;
	line-height: 25px;
}
.language-selection:hover .active a, .language-selection li:hover a {
    background-color: #003375;
	color: #fff;
	text-decoration:none;
}
.language-selection a.selected {
    background-color: #003375;
	color: #fff;
	text-decoration:none;
}


#backgrounds IMG {
	position:fixed;
	top:0;
	left:0;
	min-height:100%;
	height:auto !important;
	height:100%;
	min-width:100%;
	width:auto !important;
	width:100%;
	display: block;
	background-color:black;
}

#backgrounds IMG[src='img/px.gif?ref=1'] {
	background: url(img/bg_grid.png) repeat, url(img/bg1.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
#backgrounds IMG[src='img/px.gif?ref=2'] {
	background: url(img/bg_grid.png) repeat, url(img/bg2.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
#backgrounds IMG[src='img/px.gif?ref=3'] {
	background: url(img/bg_grid.png) repeat, url(img/bg3.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
#backgrounds IMG[src='img/px.gif?ref=4'] {
	background: url(img/bg_grid.png) repeat, url(img/bg4.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
#backgrounds IMG[src='img/px.gif?ref=5'] {
	background: url(img/bg_grid.png) repeat, url(img/bg5.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
			
#backgrounds IMG[src='img/px.gif?ref=6'] {
	background: url(img/bg_grid.png) repeat, url(img/bg6.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
			
#backgrounds IMG[src='img/px.gif?ref=7'] {
	background: url(img/bg_grid.png) repeat, url(img/bg7.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
#backgrounds IMG[src='img/px.gif?ref=8'] {
	background: url(img/bg_grid.png) repeat, url(img/bg8.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
			#backgrounds IMG[src='img/px.gif?ref=9'] {
	background: url(img/bg_grid.png) repeat, url(img/bg9.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
			#backgrounds IMG[src='img/px.gif?ref=10'] {
	background: url(img/bg_grid.png) repeat, url(img/bg10.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
			#backgrounds IMG[src='img/px.gif?ref=11'] {
	background: url(img/bg_grid.png) repeat, url(img/bg11.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
			#backgrounds IMG[src='img/px.gif?ref=12'] {
	background: url(img/bg_grid.png) repeat, url(img/bg12.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}
			#backgrounds IMG[src='img/px.gif?ref=13'] {
	background: url(img/bg_grid.png) repeat, url(img/bg13.jpg) no-repeat center center fixed;
	-webkit-background-size: auto, cover; /* pour Chrome et Safari */
	-moz-background-size: auto, cover; /* pour Firefox */
	-o-background-size: auto, cover; /* pour Opera */
	background-size: auto, cover; /* version standardisée */
			}

#backgrounds_buttons {
	text-align:right;
	position:fixed;
	left: 1px;
    z-index: 2;
    margin: 15px 0 0 1%;
	
	-webkit-transition: padding .3s .1s, background .3s .1s;
	-moz-transition: padding .3s .1s, background .3s .1s;
	-o-transition: padding .3s .1s, background .3s .1s;
	-ms-transition: padding .3s .1s, background .3s .1s;
}

#backgrounds_buttons img { 
	cursor:pointer;
	width : 25px;
	height : 25px;
	}

#master {
	position:absolute;
	top:0;
	left:0;
	width : 100%;
	height : 100%;
	z-index: 1;
	text-align:center;
}

#container {
	margin: auto;
	width: 60%;
}

#page {
	margin: auto;
	width: 96%;
	background: rgba(255, 255, 255, 0.55);
	padding:2%;
	margin-bottom: 20px;

box-shadow: 0px 0px 80px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=80);
}

#content {
	margin: auto;
	width: 94%;
	background: rgba(255, 255, 255, 0.55);
	padding:3%;
	text-align:left;overflow: hidden;
}

#content #col1 {
	width:66%; margin: 0 4% 0 0;
}

#content #col2 {
	margin-top: 10px; width:30%; padding: 0;
}

.logo {
	width : 100%;
	margin: 3% auto;
	text-align:center;
	margin: 8% 0 5%
}

#menu {
	text-align:center;
	padding:0 0 3%;
}

a.menu_item {
	display:inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 600; 
	text-decoration: none;
	background-color: #003375;
	line-height: 30px;
	padding: 0 3%;
	margin: 5px;
	text-transform: uppercase;
	-webkit-transition: padding .3s .1s, background .3s .1s;
	-moz-transition: padding .3s .1s, background .3s .1s;
	-o-transition: padding .3s .1s, background .3s .1s;
	-ms-transition: padding .3s .1s, background .3s .1s;
}

a.menu_item:hover, a.menu_item.selected {
	background-color: #669900;
	text-decoration: none;
	color: #fff;
}

#menu2 {
	text-align:center;
	padding:0 0 2% 0;
	margin-bottom:10px;
	border-bottom: 1px solid #669900;
}

a.ssmenu_item {
	display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
	margin-bottom: 5px;
    background-color: rgba( 250,250,250,0.5);
    color: #003375;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 60px;
	border: 1px solid #003375;
}

a.ssmenu_item:hover, a.ssmenu_item.selected {
	border: 1px solid #669900;
    text-decoration: none;
    color: #fff;
    background: #669900;
}

#loading {
	width: 100%;
	height: 100%;
	z-index:100;
	background-color: #333;
	color: #000;
	position: absolute;
	text-align: center;

}

#loading p {
	color: #669900;
	font-weight: 700;
}
#footer {
	height: 20px;
	color: #cccccc;
	font-size : 10px;
	position: fixed;
	right:1px;
	margin: 10px 15px 0 0;
	text-align:right;
	bottom: 0px;
	text-shadow: 0px 1px 1px #000000;
}

.input2 { border:0; color:#333; outline:none; font-size:10px; -webkit-appearance:none; padding:2px; }

.input { background-color:#cccccc;
color:333333;
font-size:10px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
outline:none;
border:0; 
padding:2px;
margin-left:10px;
}

.input:hover { background-color:#ffffff; }

.form-control {
	position: relative;
  vertical-align: top;
  border: 1px solid #d5d5d5;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #003375;
  outline: none;
  height: 32px;
  width: 70%;
	max-width: 500px;
  *zoom: 1;
  background:rgba(255, 255, 255, 0.55);
  border-radius: 2px;
      padding: 5px 12px;
	  font-weight: 400;
	margin-bottom: 15px;
	font-size: 12px;
	cursor: pointer;
  }
.form-control:hover {
  color: #3c3c3c;
  border: 1px solid #7aad21;
  transition-duration: 0.3s;
	background: #fff;
}
.form-control:focus {
  color: #3c3c3c;
  background: #fff;
  border: 1px solid #7aad21;
  transition-duration: 0.3s;
}
.form-control::-moz-placeholder {
  color: #003375;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #003375;
}
.form-control::-webkit-input-placeholder {
  color: #003375;
}

.img { 
	max-width: 99%; height: auto; margin-bottom: 10px; border: 2px solid #003375; 
}
.img.half { 
	max-width: 46.7%;
    height: auto;
    margin: 1%;
    border: 2px solid #003375;
}
.img2 { 
	max-width: 26%; height: auto; margin: 0 2%;
}
.img3 { 
	max-width: 98%; height: auto; margin: 0; border: 4px solid #669900;
}
footer {
    padding: 50px 0;
}
footer p {
    font-size: 12px;
}
@media (max-width: 1430px)
  {
	  
#container {
	margin: auto;
	width: 75%;
}
	   }
@media (max-width: 1230px)
  {
	  
#container {
	margin: auto;
	width: 95%;
}
	   }

 @media (max-width: 768px)
  {
	  
h1 { font-size : 1.3em; margin-bottom:10px; }

h2 { font-size : 1em; }

h3 { font-size : 0.8em; line-height:16px; margin:10px 0; }

.logo img {
	max-width:250px;
	max-height:250px;
}

#backgrounds_buttons img { 
	cursor:pointer;
	width : 25px;
	height : 25px;
	}

#content {
	width: 90%;
	padding: 2% 5%;
}

#content #col1 {
	float:none; width:100%; margin: 0 2% 0 0;
}

#content #col2 {
	float:none; margin-top: 10px; width:100%; padding: 0;
}

.img { 
	max-width: 100%; height: auto; margin-bottom: 10px;
}
.img2 { 
	max-width: 26%; height: auto; margin: 0 2%;
}
a.ssmenu_item {
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
}
	  }
  
@media (max-width: 640px)
  {
	  
a.menu_item {
    font-size: 12px;
	}
a.ssmenu_item {
    padding: 0 10px;
    font-size: 12px;
    line-height: 25px;
	margin-left: 2px;
    margin-right: 2px;
}
	   }

   @media (max-width: 480px)
  {
	  
h1 { font-size : 1em; margin-bottom:10px;  }

h2 { font-size : 0.9em; }

h3 { font-size : 0.8em; line-height:16px; margin:10px 0;  }

#container {
	margin: auto;
	width: 95%;
}
.language-selection a {
    font-size: 0.6em;
    line-height: 20px;
}
.img.half {
    border: 1px solid #003375;
}
	  
.logo2 img {
	max-width:170px;
	max-height:171px;
}

a.menu_item {
	font-size: 0.6em;
	padding: 4px 2%;
	margin: 5px;
}
 a.ssmenu_item {
    padding: 0 10px;
    font-size: 0.6em;
    line-height: 25px;
}
.btn-medium {
    height: 30px;
    line-height: 30px;
	margin-bottom: 15px;
}
.img2 { 
	float:none; max-width: 90%; height: auto; margin: 2% 0;
}
.img3 {
    max-width: 98%;
    border: 2px solid #669900;
}
.img.half {
    max-width: 98%;
}
#backgrounds_buttons img { 
	cursor:pointer;
	width : 20px;
	height : 20px;
	}
	   }
		
	  