/* ****************************************************
	@file         screen.css
	@description  Feuille de styles globale
	@author       Erick (ixmedia.com)
	@modification 11 mars 2010
***************************************************** */

@import url("./reset.css");

/* @section Basic {{{
******************************************************************************/
html { font-size: 62.5%; }
html, body { height: 100%; }
body {font-family: Arial, Verdana, sans-serif;font-size: 120%;line-height: 1.3;position: relative;}
p,ul,ol,table { margin-bottom: 1em; }
ul { margin-left: 20px; }
a { text-decoration: underline; cursor: pointer; color: #4975ba; }
a:focus { outline: 1px dotted; }
a:visited { color: #4975ba; }
a:hover, a:focus { color: #000; text-decoration: none; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.groupe:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .groupe {display: inline-block;}
/* Hides from IE-mac \*/ * html .groupe {height: 1%;} .groupe {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }
button::-moz-focus-inner { border: 0; padding: 1px; }
span.amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal; font-style: italic; font-size: 1.2em; line-height: 0.8; }
h1,h2,h3,h4,h5,h6 { line-height: 1.1; }
/*}}}*/

/* @section Layout - GENERAL {{{
******************************************************************************/
body {
	background: #e59a27 url(../img/interface/background-body.jpg) repeat-x 0 0;
	color:#616163;
}
#enrobage {
	background: url(../img/interface/background-enrobage.jpg) no-repeat 50% 0;
	width:100%;
}
#limites {
	background: #fff;
	width:940px;
	margin:0 auto;
}
/*}}}*/

/* @section Layout -  ENTETE {{{
******************************************************************************/
#entete {
	width:920px;
	height:325px;
	background:url(../img/interface/background-entete.jpg) no-repeat 300px 0;
	padding-right:20px;
	position:relative;
}
#entete h1#logo, #entete p#logo {
	width:333px;
	height:144px;
	float:left;
}
#entete h1#logo a, #entete p#logo a {
	width:333px;
	height:144px;
	display:block;
	text-indent:-9999px;
	background:url(../img/interface/logo-gps.png) no-repeat 0 0;
	float:left;
	margin-left:40px;
	margin-top:15px;
}
#entete span {
	font-size:0.8em;
	float:right;
	margin-right:80px;
}
#entete a#destination, #entete a#septembre {
	clear:right;
	display:block;
	text-indent:-9999px;
	float:right;
	margin:10px 5px 10px 0;;
}
#entete a#destination {
	background:url(../img/interface/logo-destination-reussite.gif) no-repeat 0 0;
	width:179px;
	height:56px;
}
#entete a#septembre {
	background:url(../img/interface/logo-septembre-editeur.gif) no-repeat 0 0;
	width:153px;
	height:55px;
}
#bande-vignettes {
	float:left;
	background: url(../img/interface/background-vignettes.png) no-repeat 0 0;
	height:92px;
	position:absolute;
	bottom:17px;
	left:20px;
	padding:10px 15px 15px 15px;
	width:910px;
}
#bande-vignettes p {
	margin-bottom:0;
	float:left;
	color:#fff;
	font-size:2em;
}
#bande-vignettes div {
	clear:left;
	float:left;
	display:block;
	width:100%;
}
#bande-vignettes div a {
	float:left;
	display:block;
	width:78px;
	height:58px;
	margin-right:10px;
}
#bande-vignettes div a.dernier {
	margin-right:0;
}
#bande-vignettes div a img {
	float:left;
	border:2px solid #f8981d;
}
#bande-vignettes div a:hover img {
	border-color:#fff;
}
p#auteurs { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:0.8em; 
	position:absolute;
	left: 20px;
	top: 125px;
}
a#banniere-sondage {
	display:block;
	width:340px;
	height:92px;
	position:absolute;
	right:35px;
	bottom:35px;
	z-index:2;
	padding:0;
}
/*}}}*/

/* @section Layout -  CORPS {{{
******************************************************************************/
#contenu {
	width:900px;
	padding:0 20px;
}
#gauche {
	float:left;
	width:370px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#gauche h3{
	font-size:2em;
	font-weight:normal;
	clear:both;
}
#video {
	width:358px;
	min-height:315px;
	height:auto !important;
	height:315px;
}
#gauche span, #gauche span a {
	display:block;
	float:left;
	width:177px;
	height:51px;
	text-indent:-9999px;
}
#gauche span.commander, #gauche span.soumettre {
	margin-top:15px;
	height:66px;
	background:url(../img/interface/btn-ombrage.gif) no-repeat 0 100%;
}
#gauche span.commander {
	margin-right:5px;
}
#gauche span.commander a {
	background:url(../img/interface/btn-commander.gif) no-repeat 0 0;
}
#gauche span.commander a:hover {
	background-image:url(../img/interface/btn-commander-over.gif);
}
span.soumettre a {
	background:url(../img/interface/btn-soumettre.gif) no-repeat 0 0;
}
span.soumettre a:hover {
	background-image:url(../img/interface/btn-soumettre-over.gif);
}
form {
	clear:both;
	width:360px;
}
.landing form {
	margin-left:150px;
}
form label {
	display:block;
	font-weight:bold;
	margin-bottom:7px;
}
form input {
	width:80%;
	background-color:#e5e5e5;
	margin-bottom:10px;
	padding:5px;
	border: 1px solid #fff;
}
form textarea {
	width:350px;
	background-color:#e5e5e5;
	padding:5px;
	margin-bottom:15px;
	border: 1px solid #fff;
}
form div.bouton {
	border:none;
	display:block;
	width:225px;
	height:65px;
	background:url(../img/interface/btn-envoyer-ombrage.gif) no-repeat 0 100%;
	margin-left:235px;
}
.landing form div.bouton {
	margin-left:175px;
	margin-top:1.5em;
}
form div.bouton button {
	border:none;
	display:block;
	width:125px;
	height:37px;
	text-indent:-9999px;
	background:url(../img/interface/btn-envoyer.gif) no-repeat 0 100%;
}
form div.bouton button:hover {
	cursor: pointer;
	background-image:url(../img/interface/btn-envoyer-over.gif);
}
#droite {
	float:right;
	width:527px;
}
#droite .note {
	font-size:0.9em;
}

a.bouton-sliding-doors {
	height:85px;
	float:left;
	display:block;
	padding-left:40px;
	background:url(../img/interface/btn-sliding-doors-gauche.jpg) no-repeat 0 0;
	text-decoration:none;
}
a.bouton-sliding-doors span {
	display:block;
	height:85px;
	float:left;
	padding:12px 20px 0 10px;
	background:url(../img/interface/btn-sliding-doors-droite.jpg) no-repeat 100% 0;
	color:#fff;
	line-height:1.2;
	font-size:1.2em;
}
a.bouton-sliding-doors:hover {
	background:url(../img/interface/btn-sliding-doors-hover-gauche.jpg) no-repeat 0 0;
	cursor:pointer;
}
a.bouton-sliding-doors:hover span {
	background:url(../img/interface/btn-sliding-doors-hover-droite.jpg) no-repeat 100% 0;
	cursor:pointer;
}
a.bouton-sliding-doors span em {
	font-style:normal;
}
a.bouton-sliding-doors:hover span em {
	color:#000;
}

h2 { font-size:1.5em; color:#4975ba; margin-bottom:1em;}
.landing h2 { font-size:1.5em; color:#4975ba; margin-top:-2em; margin-left:150px;}
.landing #contenu p {margin-left:150px;}
#rsvErrors {
	background-color:#FFFFCC;
	border:1px solid #AA0000;
	display:none;
	line-height:12px;
	margin-bottom:12px;
	padding:8px;
	width:350px;
	line-height:1.5;
	font-weight:bold;
	margin-left:150px;
}

/*}}}*/

/* @section Layout -  PIED {{{
******************************************************************************/
#footer {
	display:block;
	background-color:#6c6c6c;
	margin:0 20px;
	padding:8px;
	color:#fff;
}
#footer div {
	display:block;
	float:left;
	background-color:#6c6c6c;
	padding:5px 10px;
	color:#fff;
	font-size:0.9em;
}
#footer div.ixmedia {
	float:right;
}
#footer div.ixmedia a {
	font-weight:bold;
	color:#fff;
}
/*}}}*/


/*
 * @section Overlay
 ******************************************************************************/
.confirmation { display:none;}
#overlay {
	display: none;
	position: fixed !important;
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}

.form-overlay {
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	width: 300px;
	margin-left: -150px;
	background: #3C2313;
	z-index: 10010;
	color: #fff;
	font-size: 100%;
	border: 2px solid #2e190c;
	
}


.form-overlay a.fermer {
	position: absolute;
	top: 10px;
	right: 15px;
	text-decoration: none;
	float: right;
	display: block;
}

.form-overlay a.fermer:hover {
	color: #fff;
}

.form-overlay a.fermer strong {
	float: right;
	font-size: 140%;
}

.form-overlay a.fermer span {
	float: right;
	margin-top: 5px;
	margin-left: 4px;
	font-size: 90%;
}

.form-overlay h1 {
	font-size: 150%;
	margin: 0 0 0.8em;
	color: #6BC2C2;
}

.form-overlay form {
	padding: 15px 20px 10px;
	position: relative;
}

.form-overlay form ul {
	margin: 0 0 2em;
}

.form-overlay form ul li {
	margin: 0 0 1.5em;
}

.form-overlay form input,
.form-overlay form textarea {
	display: block;
	border: 1px solid #2E190C;
	padding: 3px;
	margin-top: 3px;
	width: 230px;
}

.form-overlay form input.erreur,
.form-overlay form textarea.erreur {
	background: #E52439;
	color: #fff;
}

.form-overlay p.bouton {
	margin: 0;
}

.form-overlay button {
	background: #6BC2C2;
	color: #fff;
	border: none;
	padding: 6px 8px;
	font-weight: bold;
	font-size: 120%;
}

.form-overlay .loading {
	text-align: center;
	background: url("/webdiffusion/img/interface/bg-loading.gif") no-repeat 50% 10px;
	padding: 35px 0 0 0;
	height: 1%;
}

.form-overlay .confirmation,
.form-overlay .form-erreur {
	text-align: center;
	padding: 25px 0 0 0;
}
p.confirmation { color:#F00; font-weight:bold; text-align:right;}
.form-overlay .loading p {
	margin: 0;
}

/*
 * @section Tooltip
 ******************************************************************************/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #C60;
	background-color: #FFC;
	padding: 5px;
	color: #C60;
}
#tooltip h3, #tooltip div { margin: 0; }


.erreur {
	border: 1px solid #F00 !important;
	color:#000;
	background-color:#FFE1E2!important;
}



