@charset "utf-8";

@font-face {
    font-family: 'Helvetique';
    src: url('helvetique-webfont.eot');
    src: url('helvetique-webfont.eot?#iefix') format('embedded-opentype'),
         url('helvetique-webfont.woff') format('woff'),
         url('helvetique-webfont.ttf') format('truetype'),
         url('helvetique-webfont.svg#LibelSuitRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	height:100%;
}

/*-------------- PLACEMENT CONTENEUR ---------------------- */

body {
	margin:0;
	padding:0;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/site/fond1.gif) center repeat-y;
}

#wrap {
	min-height:100%;
}

header {
	position:absolute;
	top:0;
	display:block;
	width:100%;
	height:370px;
	margin:0;
	padding:0;
	background:url(../images/site/haut.jpg);
	z-index:1;
}

#haut {
	position:absolute;
	left:50%;
	width:940px;
	margin-left:-470px;
	z-index:20;
}

#haut #sites {
	position:absolute;
	left:260px;
	top:10px;
}

#wrap header #haut #avantsite {
	font-family:"Helvetique",Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#ffcc01;
}

#contenu {
	position:absolute;
	top:380px;
	left:50%;
	margin-left:-470px;
	width:940px;
	background-color:#fff;
	padding:0 0 95px 0;
	overflow:auto;
}

#contenu #menu3 {
	position:absolute;
	top:-5px;
	left:10px;
	float:left;
	z-index:100;
}

footer {
	display:block;
	position:fixed;
	bottom:0;
	width:100%;
	height:95px;
	margin-top:-95px;
	background-color:#333;
	clear:both;
	z-index:100;
}

/*--------------- MENU 3 --------------- */

#contenu #menu3 li {
	list-style-type:none;
	display:block;
	height:30px;
	margin-left:-20px;
	font-family:"Helvetique",Arial, Helvetica, sans-serif;
	font-size:1.3em;
}

#contenu #menu3 a {
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	line-height:30px;
	padding:5px;
}

#contenu #menu3 a:hover {
	color:#000;
	background-color:#fecc0b;
}

/*--------------- LOGO ------------- */

#haut #logo {
	position:absolute;
	left:0;
	top:50px;
	width:260px;
	height:270px;
	background-image:url(../images/site/alaune.jpg);
	text-align:center;
	font-family:"Helvetique",Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#666;
}

#wrap header #haut #logo a img {
	border:none;
	margin-top:40px;
	margin-left:5px;
}

/*-------------- PALETTE ---------------- */

#wrap header #haut #logo #palette {
		top:125px;
		display:block;
		width:260px;
		height:20px;
}

#wrap header #haut #logo #palette img {
	float:left;
	margin:0;
	padding:0;
}

#wrap header #haut #logo #palette a {
	padding:0;
	margin:0;
	display:block;
	width:52px;
	height:30px;
	float:left;
	text-indent:-10000px;
}

header #haut #logo #palette a.port  {
	background:url(../images/site/pal_portail.jpg) no-repeat;
}

header #haut #logo #palette a:hover.port  {
	background:url(../images/site/pal_portail_hover.jpg) no-repeat;
}

header #haut #logo #palette a.com  {
	background: url(../images/site/pal_com.jpg) no-repeat;
}

header #haut #logo #palette a:hover.com  {
	background:url(../images/site/pal_com_hover.jpg) no-repeat;
}

header #haut #logo #palette a.web  {
	background:url(../images/site/pal_web.jpg) no-repeat;
}

header #haut #logo #palette a:hover.web  {
	background:url(../images/site/pal_web_hover.jpg) no-repeat;
}

header #haut #logo #palette a.cam  {
	background:url(../images/site/pal_cam.jpg) no-repeat;
}

header #haut #logo #palette a:hover.cam  {
	background:url(../images/site/pal_cam_hover.jpg) no-repeat;
}

header #haut #logo #palette a.print  {
	background:url(../images/site/pal_print.jpg) no-repeat;
}

header #haut #logo #palette a:hover.print  {
	background:url(../images/site/pal_print_hover.jpg) no-repeat;
}

header #haut #logo #palette a.coach  {
	background:url(../images/site/pal_coach.jpg) no-repeat;
}

header #haut #logo #palette a:hover.coach  {
	background:url(../images/site/pal_coach_hover.jpg) no-repeat;
}

/*-------------- SITES ----------------- */

header #sites a {
	display:block;
	width:130px;
	height:70px;
	text-indent:-10000px;
	float:left;
}

header #sites a.com  {
	background:url(../images/site/prod_com.png) no-repeat;
}

header #sites a:hover.com  {
	background:url(../images/site/prod_com_hover.png) no-repeat;
}

header #sites a.web  {
	background:url(../images/site/prod_web.png) no-repeat;
}

header #sites a:hover.web  {
	background:url(../images/site/prod_web_hover.png) no-repeat;
}

header #sites a.cam  {
	background:url(../images/site/prod_cam.png) no-repeat;
}

header #sites a:hover.cam  {
	background:url(../images/site/prod_cam_hover.png) no-repeat;
}

header #sites a.print  {
	background:url(../images/site/prod_print.png) no-repeat;
}

header #sites a:hover.print  {
	background:url(../images/site/prod_print_hover.png) no-repeat;
}

header #sites a.coach  {
	background:url(../images/site/prod_coach.png) no-repeat;
}

header #sites a:hover.coach  {
	background:url(../images/site/prod_coach_hover.png) no-repeat;
}

/*-------------- MENU GENERAL ----------------- */

header nav {
	display:block;
	position:absolute;
	width:940px;
	height:50px;
	top:320px;
	background:url(../images/site/fondMenu.jpg) repeat-x;
}

.menu {
position: relative;
height: 50px;
width: 940px;
left:-20px;
margin:0;
}

menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.menu li {
float: left;
list-style: none;
margin-top:10px;
}

.menu li a {
font-family:'Helvetique',Arial, Helvetica, sans-serif;
font-size:1.3em;
text-decoration: none;
color: #666;
outline: none;
text-align: center;
top:0;
text-transform: uppercase;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: 6px 10px;    
}

.menu li a:hover {
	color:#000;
	border-bottom:#666 medium solid;
}

.menu li a.selec {border-bottom:#666 thick solid;}
#wrap #contenu #menu3 li a.Sselec { background-color:#fecc0b; color:#000;}

.menu li .Mcommunication {color:#b75f75;}
.menu li .Minternet {color:#6C0;}
.menu li .Mvideo {color:#68502c;}
.menu li .Mprint {color:#0099a9;}


/*----------------- ARTICLE -------------------- */

#contenu article {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	padding-left:260px;
	width:660px;
	color:#333;
}

#contenu article h1, #contenu article h2 {
	font-family:'Quattrocento',Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 15px 0;
}

#contenu article h1 {
	padding:10px 0 0 0;
	font-size:1.4em;
	font-weight:bold;
}

#contenu article h2 {
	font-size:1em;
	margin-right:20px;
	margin-left:40px;
	font-weight:bold;
}

#contenu article h3 {
	font-family:"Helvetique",Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	font-style:italic;
}

#contenu article a {color:#333;}
#contenu article a:hover {background-color:#FC0;}

#contenu article p, #contenu article li, #contenu article td a {
	font-size:0.8em;
	line-height:1.4em;
	text-align:justify;
}

#contenu article p {
	margin:0 80px 0 90px;
	padding:0 0 10px 0;
	font-family:"Helvetique",Arial, Helvetica, sans-serif;
	font-size:0.95em;
}

#contenu article ul {
	padding:0;
	margin:0 30px 10px 0;
}

#contenu article li {
	margin:0 50px 0 90px;
	padding:0 0 5px 0;
	font-family:"Helvetique",Arial, Helvetica, sans-serif;
	font-size:0.95em;
}

#contenu article aside {
	display:block;
	width:200px;
	float:right;
	margin-right:10px;
	margin-left:10px;
	padding:20px 10px;
	background-color:#ccc;
	-moz-border-radius: 10px;        
	-webkit-border-radius:10px;
	border-radius:10px;
}

#contenu article aside p {
	text-align:left;
	margin:0;
	padding:0;
	font-size:0.9em;
}

#contenu article aside img {
	border:none;
	margin:5px auto;
}

/*#contenu article img.reference, #contenu article img.galerie {
	float:left;
	margin-right:10px;
	border:none;
}*/

/*------------- PIED --------------- */

footer #contenuFooter {
	width:940px;
	margin:0 auto;
	padding:0;
}

#contenuFooter #menu4 {
	width:940px;
	padding-left:100px;
}

#contenuFooter #menu4 a {
	margin:0;
	padding:0;
	display:block;
	width:130px;
	height:40px;
	text-indent:-10000px;
	float:left;
}
#contenuFooter #menu4 a.facebook {
	background:url(../images/site/facebook.png) no-repeat;
}

#contenuFooter #menu4 a:hover.facebook {
	background:url(../images/site/facebook_hover.png) no-repeat;
}

#contenuFooter #menu4 a.twitter {
	background:url(../images/site/twitter.png) no-repeat;
}

#contenuFooter #menu4 a:hover.twitter {
	background:url(../images/site/twitter_hover.png) no-repeat;
}

#contenuFooter #menu4 a.netvibes {
	background:url(../images/site/netvibes.png) no-repeat;
}

#contenuFooter #menu4 a:hover.netvibes {
	background:url(../images/site/netvibes_hover.png) no-repeat;
}

#contenuFooter #menu4 a.lettreP {
	background:url(../images/site/lettreP.png) no-repeat;
}

#contenuFooter #menu4 a:hover.lettreP {
	background:url(../images/site/lettreP_hover.png) no-repeat;
}

#contenuFooter #menu4 a.snapshot {
	background:url(../images/site/snapshot.png) no-repeat;
}

#contenuFooter #menu4 a:hover.snapshot {
	background:url(../images/site/snapshot_hover.png) no-repeat;
}

#contenuFooter #menu4 a.mobi {
	background:url(../images/site/mobi.png) no-repeat;
}

#contenuFooter #menu4 a:hover.mobi {
	background:url(../images/site/mobi_hover.png) no-repeat;
}

#contenuFooter #menu4 a.rss {
	background:url(../images/site/rss.png) no-repeat;
}

#contenuFooter #menu4 a:hover.rss {
	background:url(../images/site/rss_hover.png) no-repeat;
}

#contenuFooter p {
	position:relative;
	padding:0;
	margin:0;
	width:940px;
	left:0;
	top:60px;
	font-family:"Helvetique",Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	text-align:center;
}

#contenuFooter p a {
	color:#666;
}

#contenuFooter p a:hover {
	color:#fff;
}

/* ------------- FORMULAIRE ------------- */

#formID .obligatoire {
	color:#F00;
}

form.formular {
	font-family:"Helvetique",Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding: 20px;
	width:550px;
	margin: 0;
}

.formular label {
	float: none;
	text-align: inherit;
	width: auto;
	display:block;
	height:35px;
}

.formular label span {
	color: #000;
	float:left;
	display:block;
	width:150px;
	text-align:right;
	margin-right:5px;
	line-height:30px;
	color:#000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	/*width: 250px;*/
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular textarea {
	/*width: 250px;
	height:70px;*/
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .infos {
	background: #fff;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: #0099a9;
	border: 1px solid #AAA;
	padding: 4px;
	margin:0 0 0 505px;
	text-decoration: none;
	cursor:pointer;
	clear:both;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #fff;
}

.formError {
	position:absolute;
	top:300px; left:300px;
	width:180px;
	padding-bottom:15px;
	display:block;
	z-index:5000;
}
.formError .formErrorContent {
	width:100%; 
	background:#0099a9;
	color:#fff;
	font-family:tahoma;
	font-size:10px;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.formError .formErrorArrow{
	position:absolute;
	bottom:0;left:20px;
	width:15px; height:15px;
}
.formError .formErrorArrow div{
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	font-size:0px; 
}
.formError .formErrorArrow .line10{width:15px;height:1px; background:#0099a9;margin:0 auto; font-size:0px; display:block;} 
.formError .formErrorArrow .line9{width:13px;height:1px; background:#0099a9;margin:0 auto;display:block;} 
.formError .formErrorArrow .line8{width:11px;height:1px; background:#0099a9;margin:0 auto;display:block;} 
.formError .formErrorArrow .line7{width:9px;height:1px; background:#0099a9;margin:0 auto;display:block;} 
.formError .formErrorArrow .line6{width:7px;height:1px; background:#0099a9;margin:0 auto;display:block;} 
.formError .formErrorArrow .line5{width:5px;height:1px; background:#0099a9;margin:0 auto;display:block;} 
.formError .formErrorArrow .line4{width:3px;height:1px; background:#0099a9;margin:0 auto;display:block;} 
.formError .formErrorArrow .line3{width:1px;height:1px; background:#0099a9;margin:0 auto;display:block;}

#formID .controle {
	display:none;
}

#formID .obligatoire {color:#F00;}

.decale50 {
	margin-left:50px;
}

/*-------------- DIVERS ------------- */

.degageR {clear:right;}

.degage {clear:both;}

.avertissement {font-size:0.8em; line-height:0.8em;}

/*--------------- SLIDER ------------ */

#haut #infos {
	position:absolute;
	top:50px;
	left:260px;
	width:680px;
	height:270px;
	background-image:url(../images/site/fond_infos.jpg);
	overflow: hidden; /* important */
}

.Ccommunication {border-right:#b75f75 thick solid;}
.Cinternet {border-right:#becd00 thick solid;}
.Cvideo {border-right:#68502c thick solid;}
.Cprint {border-right:#0099a9 thick solid;}

.Bcommunication {background-color:#b75f75;}
.Binternet {background-color:#becd00;}
.Bvideo {background-color:#68502c;}
.Bprint {background-color:#0099a9;}


#infosContent {
    width: 680px; /* important to be same as image width or wider */
    position: absolute;
	top: -16px;
	margin-left: 0;
}
.infosImage {
    float: left;
    position: relative;
	margin-left:-40px;
	display: none;
}
.infosImage span {
    position: absolute;
    width: 680px;
    /*background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;*/
	background:url(../images/site/fond_infos_span.png);
    color: #fff;
    display: none;
	z-index:100;
}

.infosImage span h1 {
	font-family:'Quattrocento',Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	padding:5px;
}
.infosImage span p {
	font-family:"Helvetique",Arial, Helvetica, sans-serif;
	font-size:0.95em;
	padding:5px;
}
.infosImage span a {color:#fff; padding:5px; font-weight:bold; text-decoration:none; font-size:1.1em;}
.infosImage span a:hover {background-color:#FC0;}
.clear {
	clear: both;
}
.infosImage span strong {
}
.left {
	top: 0;
    left: 0;
	width: 270px !important;
	height: 270px;
}
.right {
	right: 0;
	bottom: 0;
	width: 270px !important;
	height: 270px;
}
#haut #infos ul { list-style-type: none;}

/*-------------- REFERENCES ---------------- */

#wrap #contenu article .vignRef {position:relative; width:300px; height:200px; background:#CCC; overflow:hidden; float:left; margin:0 10px 10px 0; border:#FFCC00 thin solid;}
#wrap #contenu article .vignRef .vignRefCont {position:absolute; z-index:10; top:300px; display:block; width:300px; height:150px; background:url(../images/site/t50.png);}
#wrap #contenu article .vignRef .vignRefCont {font-family:"Helvetique",Arial, Helvetica, sans-serif;}
#wrap #contenu article .vignRef .vignRefCont h2 {font-family:"Helvetique",Arial, Helvetica, sans-serif; margin:5px 5px 0 5px; font-size:1em;}
#wrap #contenu article .vignRef .vignRefCont h3 {font-family:"Helvetique",Arial, Helvetica, sans-serif; font-size:0.9em; font-weight:normal; font-style:italic;margin:5px; }
#wrap #contenu article .vignRef .vignRefCont p {font-family:"Helvetique",Arial, Helvetica, sans-serif; font-size:0.8em; line-height:1em; margin:0 5px;}
#wrap #contenu article .vignRef .vignRefCont a img {border:none; outline:none; cursor:pointer;}
#wrap #contenu article .vignRef .vignRefCont a:hover {background:none;}

/*------------- FACEBOOK --------------- */

.fb-like {display:block; width:175px; height:160px; float:left; top:130px; left:35px; background:url(../images/site/jaime.jpg) no-repeat;}

