/* @override Credits */
/*
Date : 23.02.2010
Auteur : Adrien Heury
Projet : Solar Event 2010
Logiciel : CSS Edit 2.6 - iMac
Commentaire : Pour cibler une version de internet-explorer : #IE6, IE7, #IE8

                        
                          oooo$$$$$$$$$$$$oooo
                      oo$$$$$$$$$$$$$$$$$$$$$$$$o
                   oo$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$o         o$   $$ o$
   o $ oo        o$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$o       $$ $$ $$o$
oo $ $ "$      o$$$$$$$$$    $$$$$$$$$$$$$    $$$$$$$$$o       $$$o$$o$
"$$$$$$o$     o$$$$$$$$$      $$$$$$$$$$$      $$$$$$$$$$o    $$$$$$$$
  $$$$$$$    $$$$$$$$$$$      $$$$$$$$$$$      $$$$$$$$$$$$$$$$$$$$$$$
  $$$$$$$$$$$$$$$$$$$$$$$    $$$$$$$$$$$$$    $$$$$$$$$$$$$$  """$$$
   "$$$""""$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     "$$$
    $$$   o$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     "$$$o
   o$$"   $$$$$$$$$$$    HAVE FUN WITH MY CSS    $$$$$$$$$$$$       $$$o
   $$$    $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" "$$$$$$ooooo$$$$o
  o$$$oooo$$$$$  $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$   o$$$$$$$$$$$$$$$$$
  $$$$$$$$"$$$$   $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     $$$$""""""""
 """"       $$$$    "$$$$$$$$$$$$$$$$$$$$$$$$$$$$"      o$$$
            "$$$o     """$$$$$$$$$$$$$$$$$$"$$"         $$$
              $$$o          "$$""$$$$$$""""           o$$$
               $$$$o                                o$$$"
                "$$$$o      o$$$$$$o"$$$$o        o$$$$
                  "$$$$$oo     ""$$$$o$$$$$o   o$$$$""
                     ""$$$$$oooo  "$$$o$$$$$$$$$"""
                        ""$$$$$$$oo $$$$$$$$$$
                                """"$$$$$$$$$$$
                                    $$$$$$$$$$$$
                                     $$$$$$$$$$"
                                      "$$$""*/

/*[Table of contents]
-------------------------------------------------------------------*/
/*[Color codes]
Orange : #f8af15 / #ee7d08
Violet : #7e7a8b

kids        #993399
expo        #cc0000
challenge   #ff6600
demo        #999999
lounge      #0099cc
conference  #339933
innovation  #f90
live        #cccc33


-------------------------------------------------------------------*/
/*[Typography]
-------------------------------------------------------------------*/


@import url("grid.css");

@import url("wysiwyg.css");

body {
	background: url(../images/bkg.jpg) no-repeat 0 0 fixed;
}

.container {
	position: relative;
}

/* Spécial HOME : Visuel affiche */
body.home .container .contenu {
	background: #fff url(../images/visuel.jpg) no-repeat 15px 15px;
	height: 730px;
	z-index: 100;
	margin-top: -20px;
	position: relative;
}

/* Compteur sur Affiche */
#flashcontent {
	position: absolute;
	right: 20px;
	top: 0;
}

/* Spécial INTERIEURE */
body.interieure .container .contenu {
	background: #fff;
	min-height: 730px;
	z-index: 100;
	margin-top: -20px;
	padding: 20px !important;
	position: relative;
}

/* @group Logo */

h1 {
	margin: 0;
	padding: 0;
	display: block;
	width: 371px;
	height: 250px;
	float: left;
}

h1 a {
	display: block;
	background: red;
	width: 371px;
	height: 250px;
	background: url(../images/logo.png) no-repeat 0 0;
	z-index: 4500;
	position: relative;
}

h1 span {
	display: none;
}

.CG73{
	background: url(../images/logoCG73.png) no-repeat 0 0;
	display: block;
	height:70px;
    width:150px;
    top:0;
    left: 200px;
    position: absolute;
    z-index: 4510;
}
.CG73 span{
	display: none;
}


.technolac{
	display: block;
	height:70px;
  width:185px;
  top:0;
  left: 0px;
  position: absolute;
  z-index: 4520;
}

.technolac span{
	display: none;
}

/* @end */

/* @group Bloc Head (Actus + Menu) */

.blocHeader {
	width: 570px;
	height: 250px;
	float: right;
	display: inline;
	position: relative;
	right: -40px;
	top: 0;
}

#IE6 .blocHeader {
	right: -37px;
}

/* @group Actualités */

.blocHeader .blocActus {
	height: 165px;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}

/* @group RSS */

.blocHeader .blocActus .rss {
	background: url(../images/pictos.png) no-repeat 0 0;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 5px;
	right: 45px;
	z-index: 6000;
}
.blocHeader .blocActus .facebook {
	background: url(../images/facebook-solar.png) no-repeat 0 0;
	height: 25px;
	width: 27px;
	position: absolute;
	top: 5px;
	right: 75px;
	z-index: 6001;
}

.blocHeader .blocActus .rss span {
	display: none;
}

/* @end */

/* @group Previous / Next */

.blocHeader .blocActus .prevActu a {
	display: block;
	background: red;
	height: 24px;
	width: 23px;
	background: url(../images/arrows.png) no-repeat 0 0;
	margin-top: 70px;
}

.blocHeader .blocActus .prevActu a:hover {
	background-position: 0 -24px;
}

.blocHeader .blocActus .nextActu a {
	display: block;
	background: red;
	height: 24px;
	width: 23px;
	background: url(../images/arrows.png) no-repeat -23px 0;
	margin-top: 70px;
}

#IE6 .blocHeader .blocActus .nextActu a {
	position: absolute;
	top: 0;
	left: 540px;
}

.blocHeader .blocActus .nextActu a:hover {
	background-position: -23px -24px;
}

.blocHeader .blocActus .prevActu a span, .blocHeader .blocActus .nextActu a span {
	display: none;
}

/* @end */

/* @group Actus qui défilent */

.blocHeader .blocActus #slideActus {
	background: #fff /*url(../images/bkg-white-70.png) repeat 0 0*/;
	height: 170px;
	margin: 0 10px 0 0;
	padding: 0;
}

#IE6 .blocHeader .blocActus #slideActus {
	width: 500px;
}

.blocHeader .blocActus #slideActus div {
	padding: 10px;
}

.blocHeader .blocActus #slideActus div img {
	float: left;
	margin: 0 10px 0 0;
}

.blocHeader .blocActus #slideActus div h2 {
	margin: 20px 0 10px 0;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	font-size: 20px;
	line-height:18px;
}

#IE6 .blocHeader .blocActus #slideActus div h2 {
	margin-top: 30px;
}

#IE7 .blocHeader .blocActus #slideActus div h2 {
	margin-top: 30px;
}

.blocHeader .blocActus #slideActus div h2 a {
	/*color: #f8af15;*/
	text-decoration: none;
}
/*
.blocHeader .blocActus #slideActus div h2 a:hover {
	color: #ee7d08;
}
*/

.blocHeader .blocActus #slideActus div p {
	color: #7e7a8b;
	font-size: 11px;
	line-height: 14px;
}

.blocHeader .blocActus #slideActus div a.readMore {
	color: #7e7a8b;
	font-weight: bold;
	text-decoration: none;
}

.blocHeader .blocActus #slideActus div a.readMore:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Menu (Présentation, Pratique, Bénévoles...) */

.menuSecondaire {
	list-style: none;
	position: relative;
	right: -30px;
	top: 0;
	height: 25px;
	width: 500px;
	margin: 0;
	padding: 0;
}

#IE6 .menuSecondaire {
	right: -33px;
}

.menuSecondaire li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

.menuSecondaire li a {
	display: block;
	float: left;
	background: url(../images/menu-horizontal.png) no-repeat 0 0;
	height: 25px;
}

.menuSecondaire li a span {
	display: none;
}

.menuSecondaire li.presentation a {
	width: 111px;
	background-position: 0 0;
}

.menuSecondaire li.presentation a:hover, .menuSecondaire li.presentation a.select {
	background-position: 0 -25px;
}

.menuSecondaire li.pratique a {
	width: 128px;
	background-position: -111px 0;
}

.menuSecondaire li.pratique a:hover, .menuSecondaire li.select a.select {
	background-position: -111px -25px;
}

.menuSecondaire li.benevoles a {
	width: 93px;
	background-position: -239px 0;
}

.menuSecondaire li.benevoles a:hover, .menuSecondaire li.benevoles a.select {
	background-position: -239px -25px;
}

.menuSecondaire li.partenaires a {
	width: 102px;
	background-position: -332px 0;
}

.menuSecondaire li.partenaires a:hover, .menuSecondaire li.partenaires a.select {
	background-position: -332px -25px;
}

.menuSecondaire li.presse a {
	width: 66px;
	background-position: -434px 0;
}

.menuSecondaire li.presse a:hover, .menuSecondaire li.presse a.select {
	background-position: -434px -25px;
}

/* @end */

/* @end */

/* @group Sidebar */

.sidebar {
	z-index: 3000;
	position: relative;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	margin: 0;
	padding: 0;
}

/* @group Menu (Etiquettes) */

.menuPrincipal {
	margin: 0 0 20px 0;
	padding: 0;
}

.menuPrincipal li {
	margin: 0;
	padding: 0;
	/* f**k ie6 ! */
	display: inline;
}

.menuPrincipal li a {
	display: block;
	background: url(../images/menu-sidebar.png) no-repeat 0 0;
	height: 60px;
	width: 270px;
	clear: both;
}

.menuPrincipal li a span {
	display: none;
}

.menuPrincipal li.kids a {
	background-position: 0 0;
}

.menuPrincipal li.kids a:hover, .menuPrincipal li.kids#selected a {
	background-position: -270px 0;
}

.menuPrincipal li.expo a {
	background-position: 0 -60px;
}

.menuPrincipal li.expo a:hover, .menuPrincipal li.expo#selected a {
	background-position: -270px -60px;
}

.menuPrincipal li.challenge a {
	background-position: 0 -120px;
}

.menuPrincipal li.challenge a:hover, .menuPrincipal li.challenge#selected a {
	background-position: -270px -120px;
}

.menuPrincipal li.innovation a {
	background-position: 0 -180px;
}

.menuPrincipal li.innovation a:hover, .menuPrincipal li.innovation#selected a {
	background-position: -270px -180px;
}

.menuPrincipal li.demo a {
	background-position: 0 -240px;
}

.menuPrincipal li.demo a:hover, .menuPrincipal li.demo#selected a {
	background-position: -270px -240px;
}

.menuPrincipal li.lounge a {
	background-position: 0 -300px;
}

.menuPrincipal li.lounge a:hover, .menuPrincipal li.lounge#selected a {
	background-position: -270px -300px;
}

.menuPrincipal li.conference a {
	background-position: 0 -360px;
}

.menuPrincipal li.conference a:hover, .menuPrincipal li.conference#selected a {
	background-position: -270px -360px;
}

.menuPrincipal li.live a {
	background-position: 0 -420px;
}

.menuPrincipal li.live a:hover, .menuPrincipal li.live#selected a {
	background-position: -270px -420px;
}

/* @end */

/* @group Btn Solar Dico + Solar Galerie */

.sidebar .boutons {
	margin: 20px 0 0 0;
}

.sidebar .boutons li.solarDico a {
	display: block;
	height: 74px;
	width: 230px;
	background: url(../images/btn-galerie-dico-search.png) no-repeat  -237px 0;
}

.sidebar .boutons li.solarDico a:hover {
	background-position: -237px -74px;
}

.sidebar .boutons li.solarGalerie a {
	display: block;
	height: 74px;
	width: 230px;
	background: url(../images/btn-galerie-dico-search.png) no-repeat 0 0;
}

.sidebar .boutons li.solarGalerie a:hover {
	background-position: 0 -74px;
}

.sidebar .boutons li.solarDico a span, .sidebar .boutons li.solarGalerie a span {
	display: none;
}

/* @end */

/* @group Recherche */

.sidebar form {
	margin: 0;
	padding: 0;
}

.sidebar form div {
	display: block;
	height: 35px;
	width: 220px;
	padding: 7px 5px 6px 5px;
	background: url(../images/btn-galerie-dico-search.png) no-repeat -474px -10px;
}

#IE6 .sidebar form div {
   	padding-top: 4px !important;
}

#IE7 .sidebar form div {
   	padding: 5px 5px 6px 5px;
}

#IE8 .sidebar form div {
   	margin-top: 4px;
}

.sidebar form div input.texte {
	border: 1px solid #fff;
	font-family: Arial, sans-serif;
	padding: 5px;
	margin: 0 5px 0 0;
	color: #999;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 170px;
}

@-moz-document url-prefix()
{
    .sidebar form div input.texte {
        width: 165px;
    }
}

#IE6 .sidebar form div input.texte {
    width: 172px;
    padding: 2px;
}

#IE7 .sidebar form div input.texte {
    width: 172px;
    padding: 3px;
}

#IE8 .sidebar form div input.texte {
    width: 172px;
    padding: 2px 3px;
}

.sidebar form div input.valider {
	background: #000;
	color: #fff;
	border: none;
	padding: 5px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: bold 12px Arial, sans-serif;
}

@-moz-document url-prefix()
{
    .sidebar form div input.valider {
        padding: 4px;
    }
}

#IE6 .sidebar form div input.valider {
	padding: 2px !important;
   	margin: 4px 0 0 0 !important;
}

#IE7 form div input.valider {
	padding: 3px !important;
	margin: 2px 0 0 0 !important;
}

.sidebar form div input.valider:hover {
	background: #333;
	cursor: pointer;
}

/* @end */

/* @end */

/* @group Footer */

.footer {
	height: 175px;
	width: 950px;
	background: url(../images/footer.png) no-repeat 0 0;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 1500;
	font-size: 11px;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer ul li {
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	background: none;
}

.footer ul li a {
	color: #fff;
	text-decoration: none;
}

.footer ul.credits {
	position: absolute;
	bottom: 25px;
	left: 20px;
}

.footer ul.credits li {
	margin-right: 15px;
}

.footer ul.credits li a:hover {
	text-decoration: underline;
}

.footer ul.partenaires {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.footer ul.partenaires li a {
	display: block;
	width: 110px;
	height: 45px;
	background: url(../images/logos-partenaires.png) no-repeat 0 0;
}

.footer ul.partenaires li a span {
	display: none;
}

.footer ul.partenaires li.ra a {
	background-position: 0 -90px;
	height: 20px;
	margin: 20px 0 0 0;
}

.footer ul.partenaires li.cg a {
	background-position: 0px -40px;
}

.footer ul.partenaires li.ines a {
	background-position: 0 6px;
}

/* @end */

/* @group Signature */

.signature {
	margin-top: 0;
}

.signature a {
	display: block;
	background: url(../images/pictos.png) no-repeat -410px 10px;
	height: 30px;
	width: 100px;
	float: right;
}

.signature a span {
	display: none;
}

/* @end */



body .container .contenu{
    
    border-top: 20px #fff solid;
    padding: 0px 20px 0px 40px;
    background: #fff url(../images/bck-contenu.jpg) repeat-y;
    min-height:650px;
}
body.home .container .contenu{
    
    border-top: 0px;
}

body .container .contenu .article{
    margin-bottom: 165px;
    float: none;
}

.referent{
    margin-bottom: 20px;
}








/* formulaire */
form {
	position: relative;
}

form fieldset {
	margin-bottom: 0px;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form fieldset legend {
	margin: 0;
	padding : 0 10px;
	color: #333;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

form fieldset div {
	margin: 10px 0;
	padding: 5px 0;
}

form fieldset div label {
	margin: 0;
	padding : 6px 15px 0 0px;
	width : 110px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #555;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
form fieldset div span.oblig {
	color: #f00;
}
form fieldset div span.error {
	color: #f00;
}

input, select, textarea {
	background: #FFF;
	border:1px solid #e3e3e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	padding: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*input:hover, select:hover, textarea:hover {
	border: 1px solid #e3e3e3;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #e3e3e3;
}*/

.bigTexte {
	font-size: 18px;
	font-weight: bold;
}

/* Elles s'agrandissent en fonction du contenu saisi avec le UvumiTextarea */
textarea {
	width: 260px;
	height: 40px;
	padding-bottom: 5px;
}

input:focus, textarea:focus {
	background: #ffff9c;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


form fieldset div label .help {
	display: block;
	margin: 3px 0 0 0;
	/*margin-left: 160px;*/
	font: italic 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}
form fieldset div .help {
	display: block;
	margin: 3px 0 0 0;
	margin-left: 160px;
	font: italic 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

form fieldset div.enLigne {
	float: left;
	margin: 0 10px 0 160px;
	padding: 0;
}

form fieldset div.enLigneNone {
	float: left;
	margin: 5px 10px 0 0px;
	padding: 0;
}

form fieldset div.enLigneNone {
	float: left;
	margin: 5px 10px 0 0px;
	padding: 0;
}

form fieldset div.enLigne img {
	float: left;
	margin: 0 0 0 5px;
}

form fieldset div.suivant {
	margin-left: 0px;
}

form fieldset div.enLigne2 label {
	display: block !important;
	float: none;
	text-align: left;
	width: auto;
}

form fieldset div.enLigne label {
	display: block !important;
	float: none;
	text-align: left;
	width: auto;
}

form fieldset div.enLigne input {
	display: inline !important;
	float: left;
}

form fieldset.soumission {
	text-align: center;
	background: #e5f6fd;
}

/* Separateur special */

div.sep {
	clear: both;
	border-bottom: 1px solid #e3e3e3;
	margin: 10px;
	padding: 0;
}

.choixcheckbox {
	display: block;
	margin-left: 160px ;
}


input.bouton-principal {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
	font-weight: bold;
	color: #FFF !important;
	background: #5c5c5c url(../../commun_extranet/images/bkg-button-grad.png) repeat-x scroll left top;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	padding: 6px 10px;
	border:none;
}

input.bouton-secondaire {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 4px 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

*+ html input.bouton-secondaire {
	padding: 2px 5px;
	line-height: 12px;
}

.bouton-principal:hover {
	background: #333;
}

.bouton-principal:active {
	background: #333 url(../../commun_extranet/images/bkg-button-grad-active.png) repeat-x scroll left top !important;
}

.bouton-secondaire,
input[type=button],
input[type=submit] {
	border-color: #bbb;
	color: #464646;
}

.bouton-secondaire:hover,
input[type=button]:hover,
input[type=submit]:hover {
	color: #000;
	border-color: #666;
}

.bouton-secondaire {
	background: #f2f2f2 url(../../commun_extranet/images/bkg-white-grad.png) repeat-x scroll left top;
}

.bouton-secondaire:active {
	background: #eee url(../../commun_extranet/images/bkg-white-grad-active.png) repeat-x scroll left top;
}

.bouton-secondaire[disabled],
.bouton-secondaire:disabled {
	color: #ccc !important;
	border-color: #ccc;
}

.bouton-principal[disabled],
.bouton-principal:disabled {
	color: #2fa0d5 !important;
}
/* fin formulaire */




/* @group Pagination */

.pagination {
	text-align: center;
	margin: 0px;
}

.pagination li {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: inline;
	background: none;
}

.pagination li a {
	margin: 0 1px 0 0;
	padding: 3px;
	text-decoration: none;
	color: #555;
}

.pagination li a:hover {
	background: #f1f1f1;
}

.pagination li.select a {
	font-weight: bold;
	background: #f1f1f1;
	cursor: default;
	border: 1px solid #ccc;
}

/* @end */



.article .actu img{
    float: left;
    margin-right: 10px;
}
div.rss{
	background: url(../images/pictos.png) no-repeat 0 0;
	padding-left: 30px;
	height: 30px;
	width: 160px;
}
div.rss a{
	color: #F8AF15;
}

.box{
padding : 0;
}



div.actu h3.kids,
.blocHeader .blocActus #slideActus div h2 a.newskids,
.blocHeader .blocActus #slideActus div h2 a.newskids:hover{
	color: #993399;
}
div.actu h3.expo,
.blocHeader .blocActus #slideActus div h2 a.newsexpo,
.blocHeader .blocActus #slideActus div h2 a.newsexpo:hover{
	color: #cc0000;
}
div.actu h3.challenge,
.blocHeader .blocActus #slideActus div h2 a.newschallenge,
.blocHeader .blocActus #slideActus div h2 a.newschallenge:hover{
	color: #ff6600;
}
div.actu h3.demo,
.blocHeader .blocActus #slideActus div h2 a.newsdemo,
.blocHeader .blocActus #slideActus div h2 a.newsdemo:hover
 {
	color: #999999;
}

div.actu h3.lounge,
.blocHeader .blocActus #slideActus div h2 a.newslounge,
.blocHeader .blocActus #slideActus div h2 a.newslounge:hover
{
	color: #0099cc;
}
div.actu h3.conference ,
.blocHeader .blocActus #slideActus div h2 a.newsconference ,
.blocHeader .blocActus #slideActus div h2  a.newsconference:hover{
	color: #339933;
}
div.actu h3.innovation,
.blocHeader .blocActus #slideActus div h2 a.newsinnovation,
.blocHeader .blocActus #slideActus div h2 a.newsinnovation:hover{
	color: #f90;
}
div.actu h3.live,
.blocHeader .blocActus #slideActus div h2 a.newslive,
.blocHeader .blocActus #slideActus div h2 a.newslive:hover{
	color: #cccc33;
}



div#telecharger div.telec {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FCFFCB none repeat scroll 0 0;
    border:1px solid #D0D2B2;
    color:#5D5E50;
    display:block;
    font-size:12px;
    font-weight:bold;
    margin:10px 0;
    padding:5px;
}








/* @group Plan du site */

ul#plan {
	margin: 0 !important;
	padding: 0 !important;
	display: block;
}

ul#plan li {
	font-size: 14px;
}

ul#plan li a {
	text-decoration: none;
	color: #3f3f3f;
	display: block;
}

ul#plan li a:hover {
	text-decoration: underline;
}

ul#plan li.kids a {
	color: #993399;
}
ul#plan li.expo a {
	color: #cc0000;
}
ul#plan li.challenge a {
	color: #ff6600;
}
ul#plan li.innovation a {
	color: #f90;
}
ul#plan li.demo a {
	color: #999999;
}
ul#plan li.lounge a {
	color: #0099cc;
}
ul#plan li.conference a {
	color: #339933;
}
ul#plan li.live a {
	color: #cccc33;
}

/* @end */


/* @group rechercheDiv */
.rechercheDiv{

    margin: 0px 0px 20px 0px; 
}
.rechercheDiv p, .rechercheDiv h4{
    margin-left: 0;
}



/* @group actu box */

body.bodyBox{

    background: #ecd992 url(../images/bkg-box.png) no-repeat fixed center bottom;
}

body a.jsbox{

    height: 60px;
    width: 345px;
    display: block;
    background: url(../images/filactu.png) no-repeat 0px 0px;
    margin: 0px 0px 0px 0px;
    float: right;
    clear: both;
}
a.jsbox span{
    display: none;
}

body.kids a.jsbox{

    background: url(../images/filactu.png) no-repeat 0px 0px;
}
body.expo a.jsbox{

    background: url(../images/filactu.png) no-repeat 0px -50px;
}
body.challenge a.jsbox{

    background: url(../images/filactu.png) no-repeat 0px -100px;
}
body.innovation a.jsbox{

    background: url(../images/filactu.png) no-repeat 0px -150px;
}
body.demo a.jsbox{

    background: url(../images/filactu.png) no-repeat 0px -200px;
}
body.lounge a.jsbox{

    background: url(../images/filactu.png) no-repeat 0px -250px;
}
body.conference a.jsbox{

    background: url(../images/filactu.png) no-repeat 0px -300px;
}
body.live a.jsbox{

    background: url(../images/filactu.png) no-repeat 0px -350px;
}

body.kids a.jsbox:hover{

    background-position: -345px 0px;
}

body.expo a.jsbox:hover{

    background-position: -345px -50px;
}

body.challenge a.jsbox:hover{

    background-position: -345px -100px;
}

body.innovation a.jsbox:hover{

    background-position: -345px -150px;
}

body.demo a.jsbox:hover{

    background-position: -345px -200px;
}

body.lounge a.jsbox:hover{

    background-position: -345px -250px;
}

body.conference a.jsbox:hover{

    background-position: -345px -300px;
}

body.live a.jsbox:hover{

    background-position: -345px -350px;
}



body.bodyBox .site{

    width: 600px;
    margin: 20px auto;
}
body.bodyBox .site .contenu{

    margin: 0 100px;
}
body.bodyBox h1{

    height: 60px;
    width: 345px;
    background: url(../images/filactu.png) no-repeat 0px 0px;
}

body.bodyBox.kids h1{

    background: url(../images/filactu.png) no-repeat 0px 0px;
}
body.bodyBox.expo h1{

    background: url(../images/filactu.png) no-repeat 0px -50px;
}
body.bodyBox.challenge h1{

    background: url(../images/filactu.png) no-repeat 0px -100px;
}
body.bodyBox.innovation h1{

    background: url(../images/filactu.png) no-repeat 0px -150px;
}
body.bodyBox.demo h1{

    background: url(../images/filactu.png) no-repeat 0px -200px;
}
body.bodyBox.lounge h1{

    background: url(../images/filactu.png) no-repeat 0px -250px;
}
body.bodyBox.conference h1{

    background: url(../images/filactu.png) no-repeat 0px -300px;
}
body.bodyBox.live h1{

    background: url(../images/filactu.png) no-repeat 0px -350px;
}



table.lexique{
  width:100%;
}

div.lettreLexique {
border-bottom:1px solid #DDDDDD;
font-size:16px;
margin:20px 0 5px;

}

div.lettreLexique span{
color:#f5a219;
}

body.bodyBox.lexique span.title{
    width: 553px;
    height:77px;
    background: url(../images/bando_solar_dico.png) no-repeat 0px 0px;
    display:block;
}


body.bodyBox.lexique .site
{
    width:555px;
}


body.bodyBox.lexique div.contenu
{
  width:335px;
  margin-left:4px;
  margin-right:0px;
  float:left;
  background-color: #fcf9e6;
}

body.bodyBox.lexique div.contenu.large
{
  width:530px;
}



body.bodyBox.lexique div.containerLexique
{
      margin-top:30px;
      width:535px;
      float:left;
}

body.bodyBox.lexique div.containerLexique div.contenu
{
  padding-right:5px;
  padding-left:5px;  
}

body.bodyBox.lexique div.containerLexique p
{
  margin-left:0px;
}

body.bodyBox.lexique div.image
{
    float:left;
    height:543px;
    margin-left:5px;
    width:174px;
}


body.bodyBox.lexique span.title h1
{
  
    background:none;
    margin-left : 70px;
    margin-top : 30px;
    color:#e28b26;
    font-size:15px;
    height:40px;
}

body.bodyBox h1 span{

    display: none;
}


body.bodyBox .BlocActu{
    cursor: pointer;
}

body.bodyBox div.BlocActu.first{

    background: #000;
    float: left;
    width: 245px;
    margin: 0px 10px 10px 0px;
    color: #c6c7c8;
    font-size: 14px;
    height: 300px;
}
body.bodyBox div.BlocActu.first .image{ 
    /*width: 245px; 
    height: 145px;*/
    text-align: center;
}
body.bodyBox div.BlocActu.first .titre{ 
    font-size: 16px;
    font-weight: bold;
}
body.bodyBox .date{ 

    color: #993399;
    font-weight: bold;
}
body.bodyBox.kids .date{

    color: #993399;
}
body.bodyBox.expo .date{ 

    color: #cc0000;
}
body.bodyBox.challenge .date{ 

    color: #ff6600;
}
body.bodyBox.innovation .date{ 

    color: #f90;
}
body.bodyBox.demo .date{ 

    color: #999999;
}
body.bodyBox.lounge .date{ 

    color: #0099cc;
}
body.bodyBox.conference .date{ 

    color: #339933;
}
body.bodyBox.live .date{ 

    color: #cccc33;
}

body.bodyBox div.BlocActu.second{

    background: #000;
    float: left;
    width: 120px;
    margin: 0px 10px 10px 0px;
    color: #c6c7c8;
    font-size: 11px;
    height: 145px;
}
body.bodyBox div.BlocActu.second .image{ 
    /*width: 120px; 
    height: 70px;*/
    text-align: center;
}

body.bodyBox div.BlocActu.second .image img{
  margin:10px 10px 5px 10px;
}
body.bodyBox div.autres table{

    width: 100%;
}
body.bodyBox div.autres table td{

    size: 11px;
    border: 0px; 
}
body.bodyBox .row_sliding{

    margin: 20px 0px 20px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
body.bodyBox .row_sliding .titre{

    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
body.bodyBox .row_sliding a.close{

    float: right;
    text-decoration: none;
    color: red;
    display: block;
    cursor: pointer;
}

div.contactLigne.dispo
{
  float:left;
  width:550px;
}
div.disponibilite{
  float:left;
  margin-top:0px;
  padding:0px;
}

div.disponibilite div
{
    float:left;
    margin-top:0px;
    clear:both;
    display:block;
    border-bottom:1px solid gray;
    
}

.disponibilite input
{
    float:left;
    margin-top:8px !important;
    margin-right:20px;
}
div.disponibilite label
{
    text-align: left;
    float:left;
    width:120px;
}

div.disponibilite span{
  display:block;
  clear: both;
}

/* @end */



div#presse table thead
{
  background-color: #ebebeb;
  color: #060606;
}

div#presse table tr:hover
{
  color: #000;
}

div#presse table tr td a.telechargementLink
{
  background:  #fff url(../images/add16.png) no-repeat 0px 0px;
  display:block;
  width:16px;
  height:16px;
 margin:auto;
}

div#presse table tr td a.telechargementLink:hover
{
  background:  #fff url(../images/add32.png) no-repeat 5px 10px;
  width:32px;
  height:32px;
  margin:auto;
}

div#presse table tr td.center
{
  margin:auto;  
}

div#presse form fieldset div label
{
  text-align: left;
}

input.valider.presse
{
    background:  #fff url(../images/btnRechercher.png) no-repeat 0px 0px;
    width:127px;
    height:36px;
    margin-left:125px;
}

input.valider.presse:hover
{
    background:  #fff url(../images/btnRechercher.png) no-repeat 0px -36px;
}

input.valider.presse:active
{
    background:  #fff url(../images/btnRechercher.png) no-repeat 0px -72px;
}

a.impac{
	background:  url(../images/impac2.png) no-repeat 85px 0 ;
	margin : 0;
	padding : 0;
	height: 59px;
	width: 685px;
	display: block;
	top: 52px;
	position : absolute;
}

a.impac span{
	display: none;
}

