@font-face { 
font-family: "Bitter"; font-style: normal; font-weight: 700; src: local("Bitter Bold"), local("Bitter-Bold"), url("http://fonts.gstatic.com/s/bitter/v11/evC1haE-MsorTl_A7_uSGVtXRa8TVwTICgirnJhmVJw.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; 
}

html, body {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	height: 90%;
	font-family: 'Open Sans',"Bitter",Arial,sans-serif;
}

#wrapper {
	/*background-color: #eee;*/
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#topbar {
	background-color: rgba(255, 255, 255, 1);
	height: 30px;
	font-size: 0.8em;
	border-bottom: 1px solid #000;
	padding-top: 10px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

#col1 {
	width: 600px;
	min-width: 600px;
	margin-right: auto;
	float: left;
}

#col1 ul {
	list-style: none;
	display: flex;
	margin-top: 0px;
	padding-left: 0;
}

#col1 ul li {
	padding-left: 20px;
	font-size: 1.0em;
}

#col2 {
	width: 150px;
	min-width: 150px;
	margin-left: auto;
}

#col2 ul {
	list-style: none;
	display: flex;
	margin-top: 0px;
}

#col2 ul li {
	padding-left: 20px;
	font-size: 1.1em;
	decoration: none;
}

#col2 ul li a {
	text-decoration: none;
	color: #023535;
	font-weight: 600;
	font-family: Arial,sans-serif;
}

#col2 ul li a:hover {
	text-decoration: underline;
	color: red;
}

#haut {
	/*background-color: #eee;*/
	clear: left;
	background-color: rgba(255, 255, 255, 1);
	/*margin-bottom: 10px;*/
}

#haut p {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
	font-size: 1.1em;
	color: #1c1e47;
	font-family: Arial, sans-serif;
}

#haut a {
	text-decoration: none;
}

#logo {
	width: 370px;
	margin-left: auto;
	margin-right: auto;
}



/*MENU*/
#couleur_menu{
	background-color: rgb(51, 131, 203);
}

#menu {
	width: 550px;
    margin-left: auto;
    margin-right: auto;
	height: 27px;
}

#menu > ul {
	justify-content: center;
	display: flex;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 ;
	list-style: none ;
	text-align: center ;
	text-transform: uppercase;
  
}

#menu ul li {
  color: #023535 ;
  }

#menu li {
 float:left;
 margin:auto;
 padding:0;
 }

#menu  li a {
	color: #023535 ;
	line-height: 1em ;
	display:block;
	text-decoration:none;
	padding:5px;
}

 #menu li a:hover {
 color:#f68d00;
 }
 
#menu ul li a:hover {
  /*background: #900 ;*/
  /*text-decoration: underline ;*/
}

#menu ul li a:focus, #menu ul li a:active {
  /*background: #900 ;*/
  text-decoration: underline ;
  color:#f68d00;
}

.active {
	text-decoration: underline !important;
	color:#f68d00 !important;
}

#menu ul li ul {
 display:none;
 }
 
#menu ul li:hover ul {
 display:block;
 
 }
 
#menu li:hover ul li {
 /*float:none;*/
 }
 
 #menu li ul {
 position:absolute;
 }

 #menu .niveau2 {
	text-align: left;
    background-color: #ffffffc9;
    padding: 10px;
    margin-left: -50px;
 }
 
 #menu .niveau2 li{
	float:none;
	display: block;  
  }
/*#menu ul ul {display: none; position: absolute; left: 140px; top: 0px; margin: 0px; padding: 0px;}
/*#menu li {list-style-type: none; position: relative; width: 140px; background-color: #E0E0E0}*/
/*#menu li:hover ul.niveau2, li li:hover ul.niveau3 {display:block;}*/
/*#menu li.plus {background-position:right; background-image: url(./images/fdroite.gif); background-repeat: no-repeat; border-bottom: 1px solid grey;}*/
/* //MENU */

#wrapper_contenu {
	/*background-image: url("./images/nuage.jpg");*/
	background-size:cover;
	/*width: 100%;*/
	height: 100%;
	width: 82%;
    margin-left: auto;
    margin-right: auto;
	
}

#contenu {
	
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
    padding-right: 24px;
	color: #e2e2e2;
}

/*#fondblanc {
	background-color: rgb(32, 85, 134);
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	/*min-height: 700px;*/
    /*margin-top: 20px;
}*/


/* INDEX */
/*#index_titre {
	/*! position: absolute; */
	/*padding-top: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	/*! font-size: 1.2em; */
	/*text-align: center;
}

#index_titre > p {
	
	font-size: 3.0em;
	
}*/
/* --------------- TOUTES LES PAGES ---------------*/

.allpages {
	/*width: 82%;
    margin-left: auto;
    margin-right: auto;*/
}


/* -------------- TITRES ---------------------*/
h1 {
	font-weight: 400;
}


h2 {
	font-weight: 300;
	border-bottom: 1px solid #0fbb0b;
}


/* --------------- PAGE INDEX ---------------*/
#index {
	/*background-color: rgb(32, 85, 134);*/
	height: 100%;
	padding-left: 24px;
    padding-right: 24px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #3d3d3d;
}

#index h1{
	text-align: center;
	font-weight: 100;
	
}

#index ul{
	width: 56%;
    margin-left: auto;
    margin-right: auto;
}

#index ul li{
  /*font-size: 100%;
  color: black;*/
  list-style-type: none;
  background-image: url("../images/check2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 25px;
  background-size: 20px 21px;
  margin-bottom: 5px;
}


/*#accueil  p {
  font-size: 4em;
  padding-top: 50px;
}*/

/* --------------- PAGE ASSISTANCE ---------------*/
#assistance {
	padding-top: 30px;
    padding-bottom: 30px;
}

#assistance p {
  font-size: 1em;
}

#assistance h1 {
  font-size: 2em;
}

#assistance h2 {
  font-size: 1.5em;
}

#assistance h5 {
  font-size: 1.2em;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

#assistance h5 a {
  /*font-size: 1.5em;*/
  color: #bc360a;
  text-decoration: none;
  background-image: url(exe-icon-24x24.png);
  display: inline-block;
	height: auto;
	min-height: 24px;
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-left: 28.8px !important;
}

#assistance h5 a:hover {
	text-decoration: underline;
}

#teamviewer {
	margin-left: auto;
	margin-right: auto;
}

/* ------------------PAGE SERVICES---------------*/



