@CHARSET "UTF-8";

/*	Style générique à tout les pages du site
 *	contient le style de la structure de la page et les styles des éléments communs à toutes les pages
 *
 *	Créé le :	12 / 04 / 2010
 *
 */


/*
 *	!Structure de la page
 *
 */

* { margin: 0; padding: 0;}

html, body {
	text-align: center; /* pour corriger le bug de centrage IE */
}

body {
	background: #ccc;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
}

#enveloppe {
	position: relative; /* on positionne le conteneur */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#enveloppe2 {
	position: relative; /* on positionne le conteneur */
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url('../img/oxibis-group.svg') no-repeat 20px 20px;	/*fond_oxibisgroup.jpg*/
	-moz-box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	padding-left: 360px;
	padding-right: 30px;
}

#enveloppe3 {
	/*position: relative; /* on positionne le conteneur */
	/*width: 900px;*/
	/*margin-left: auto;
	margin-right: auto;*/
	background: #fff;
	-moz-box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	/*padding-left: 30px;
	padding-right: 30px;*/
}


h1#entete, h1#entete2 {
	/*margin: 0 -19px;*/
	padding: 1em 19px 1em;
	color: #fff;
	text-shadow: -1px 2px 3px #111;
	font-weight: bold;
	line-height: 1ex;
	font-size: 22pt;
}

h1#entete.welcome a {
	/*margin: 0 -19px;*/
	padding: 1em 19px 1em;
	color: #000;
	text-shadow: -1px 2px 3px #111;
	font-weight: bold;
	line-height: 1ex;
	font-size: 22pt;
}

h1#entete.logo_group {
	/*margin: 0 -19px;*/
	display: block;
	/*width: 958px;*/
	height: 90px;
	background: #fff url('../img/logo_oxibis_group.svg') no-repeat center 30px;
	border: 1px solid #000;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;
}

h1#entete.logo {
	text-align: center;
}
h2.welcome {
	text-align: center;
}

h1#entete.logo_group a {
	/*margin: 0 -19px;*/
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	text-indent: -9999px;
	margin: 0px;
}

h1#entete2 {
	/*margin: 0 -19px;*/
	padding: 0em 19px 2em;
	font-size: 20pt;
}

h1#entete a, h1#entete2 a {
	color: #fff;
	text-decoration: none;
	background: none;
}

h1#entete2 a {
	color: #ddd;
}

#enveloppe3 h2 {
    font-size: 1.2rem;
}
#enveloppe3 p {
    font-size: 0.8rem;
    line-height: 1.4em;
}

a {
	color: #000;
}

hr.clear {
	clear: both;
	visibility: hidden;
}

#content p {
	text-align: center;
	margin-bottom: 20px;
}
#content2 {
	text-align: left;
	margin-top: 20px;
}
#content2 p {
	text-align: left;
	margin-bottom: 20px;
}

#brands {
	vertical-align: middle;
}

#brands a {
	/*display: block;
	float: left;*/
	text-align: center;
	width: 310px;
	height: 300px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	background: none;
}

#brands2 a {
	/*display: block;
	float: left;*/
	text-align: center;
	width: 160px;
	height: 130px;
	margin-right: 60px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	background: none;
}

#brands2 a img {
	max-width: 90px;
}

/*#oxibis_link, #exalto_link {
	border-right: 1px dotted black;
}*/

#brands a img {
	/*display: block;*/
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	border: none;
	/*-moz-box-shadow: -1px 2px 3px #111;
	-webkit-box-shadow: -1px 2px 3px #111;
	-moz-border-radius: 20px;
	box-shadow: -1px 2px 3px #111;*/
}

.adress {
	text-align: center;
}

.liens_icon {
	font-size: 12px;
	padding:0;


}

.link {
	text-decoration: none;
	line-height: 16px;
	vertical-align: middle;
}
.link img {
	border: none;
	vertical-align: middle;
}

ul.list_galerie {
	padding-left: 180px;
}

ul.list_galerie li:first-child {
	width: 180px;
	margin-left: -190px;
}


ul.list_galerie li {
	display: inline-block;
	/*width: 180px;*/
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: top;
	text-align: left;
}

ul.list_galerie li a img {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

div.coord {
	border: 1px solid #ccc;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px;
}

div.coord p {
	font-size: 1.4em;
}

a.myPlayer {
	border: 1px solid #999999;
	display: block;
	height: 240px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: bottom;
	width: 320px;
}

nav.top-bar {
	width: 100%;
	text-align: right;
}
#menu {
	list-style-type: none;
	background: red;
	border: 1px solid red;
	display: block;

    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: auto;
    margin-left: auto;
    margin-right: 0;
}
#menu li {
	float: left;
	display: block;

}
#menu li a {
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size: 0.72222rem;
	display: block;
	background: #008cba;
	text-decoration: none;
    color: #fff;
    line-height: 45px;
    padding: 0 15px;
}

#menu li a:hover {
	background: #007ba0;
}
