@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: #fff;
	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: 720px;
	background: #fff url('../img/fond_oxibis_group_lunette.png') repeat-y 0px 123px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#enveloppe2 {
	position: relative; /* on positionne le conteneur */
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url('../img/fond_oxibisgroup.jpg') repeat-y 20px top;
	-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;
}

#entete {
	background: #fff url('../img/logo_oxibis_group_lunette.png') no-repeat left top;
	width: 215px;
	height: 123px;
	margin-bottom: 60px;
}

#entete a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

a {
	color: #b4b4b4;
}

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

#content p {
	float: right;
	width: 240px;
	font-size: 1.5em;
	color: #b4b4b4;
}

#footer {
	padding-bottom: 100px;
	color: #b4b4b4;
}

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

#brands {
	display: block;
	width: 190px;
	margin-left: 215px;
	margin-bottom: 160px;
}

#brands a {
	display: block;
	text-align: left;
	width: 190px;
	color: #fff;
	text-decoration: none;
	background: none;
	text-indent: -9999px;
	margin-bottom: 35px;
}

#brands a#oxibis_link {
	background: #fff url('../img/logos/logo_site_group_oxibis.png') no-repeat left top;
	height: 100px;
}
#brands a#exalto_link {
	background: #fff url('../img/logos/logo_site_group_exalto.png') no-repeat left top;
	height: 91px;
}
#brands a#dilem_link {
	background: #fff url('../img/logos/logo_site_group_dilem.png') no-repeat left top;
	height: 93px;
}
#brands a#jooly_link {
	background: #fff url('../img/logos/logo_site_group_jooly.png') no-repeat left top;
	height: 100px;
}


/*#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 li {
	display: inline-block;
	width: 180px;
	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;
}
