body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background: white url(/images/medialibs/bg.gif) repeat-x 0% 0%;
}
.nivo-caption p{
	color: white !important;
}
.nivo-caption strong{
	color: white !important;
}


/* ********************* */
/* Page mobilibs */
/* ********************* */
.mobilibs #text h1 {
display:none;
}

.mobilibs #text h2 {
color:#43205A;
}

.mobilibs #forms_thanks h3 {
display:none;
}

.mobilibs #text .code_html p{
text-align:justify;
font-size:1.1em;
line-height:20px;
}

/*.mobilibs #text .deux_colonnes .medias img {
margin-top:-45px;
}*/

.mobilibs #text ul {
margin:0 0 15px 8px;
}

.mobilibs #text #forms {
border-top: 1px dotted silver;
padding-top: 10px;
}

.mobilibs #text #forms fieldset label {
width:117px;
}

.mobilibs #text #forms fieldset {
border:none;
margin:0;
padding:0;
}

.mobilibs #text #forms .row input {
width:232px;
}

.mobilibs #text #forms fieldset textarea#votre_projet{
width:65%;
}

.mobilibs #text #forms legend{
padding-bottom:5px;
margin:0;
color:#43205A;
}

.mobilibs #text #forms .row{
margin:0 0 0 8px;
padding:3px;
}

.mobilibs #text #forms .submit {
margin-left:110px;
}

.mobilibs #text .form_creator_footer {
margin-top:10px;
}




/* --------------------- */
/* ********************* */
/* ELEMENTS DANS LA PAGE */
/* ********************* */
/* --------------------- */

/* ------ */
/* Titres */
/* ------ */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	margin: 10px 0px;
}
#main h1{

}
h1 {
	font-size: 2.4em;
	color: #43205A;
}

h2 {
	font-size: 1.8em;
	color:#9EB60E;
}

h3 {
	/*background: transparent url(/images/medialibs/h3_bg.gif) no-repeat top left;
	color: #43205A;*/
	padding: 2px 0px 5px  0;
	margin-bottom: 0px;
	font-size: 1.5em;
	background:transparent none repeat scroll 0 0;
  color:#9EB60E;
}

h4 {
	padding-left: 20px;
	font-size: 1.4em;
	color: #43205A;
}

h5 {
	padding-left: 20px;
	font-size: 1.2em;
	color: #9E8EA6;
}

h6 {
	background: transparent url(/images/medialibs/h6_bg.gif) no-repeat 20px top;
	padding: 3px 0px 5px 30px;
	margin-bottom: 0px;
	font-size: 1.1em;
	color: #43205A;
}


/* ----- */
/* LIENS */
/* ----- */

a, a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #9E8EA6;
}

a:hover, a:active {
	color: #43205A;
}


strong a {
	background: transparent url(/images/medialibs/puce_violet_fond_blanc.gif) no-repeat left center;
	padding-left: 12px;
} 
#main h1 a{
  font-weight:normal;
  text-decoration:none;
  color:#43205A;
    cursor:text;
}
/* Begin navigation_elements/breadcrumb_navigation_elements.html */
								
/* ---------------------------------------------- */
/* IE n'interpr�te pas les pseudo-�l�ments :after */
/* Ceci ne sera donc pas affich� pour IE          */
/* ---------------------------------------------- */

#contents a.LinkOut:after {
    content: " | "attr(hreflang);
    text-transform: uppercase;
    text-decoration:none;
    font-weight: normal;
    display: none;
    color: silver;
}

/* ELEMENTS */

strong, b {
	font-weight: bold;
	color: #43205A;
}

em, i {
	font-style: italic;
	color: #9E8EA6;
}

p {
	margin: 0px;
}

#article p {
	margin: 10px 0px;
	color: #43205A;
}

address { color: silver; }
address:before { content:"Adresse : \A"; }

pre {
    font-family: Arial, Helvetica, sans-serif;
	border: 2px dotted #9E8EA6;
	background: white;
    padding: 5px 10px;
    margin: 20px auto;
    overflow: auto;
    width: auto;
}

code {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #E7D0F2;
    padding: 0px 2px;
    font-size: 1em;
}

/* ---------------------------------------------------- */
/* astuce css pour les blocs de citation:               */
/* http://notes.natbat.net/2006/11/21/inineimagequotes/ */
/* ---------------------------------------------------- */

blockquote {
    background: url(/images/medialibs/quotes1.gif) no-repeat 0px 0px;
    margin: 20px 20px;
    text-indent: 30px;
}

blockquote p {
    background: url(/images/medialibs/quotes2.gif) no-repeat bottom right;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 1.7em;
    padding-right: 30px;
    display: inline;
    color: #B7D30B;
    margin: 0px;
}

cite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #DAE783;
	font-style: normal;
    padding: 0px 2px;
    font-size: 1em;
}

acronym {
    border-bottom: 1px dotted #9E8EA6;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0px 0px 0px 2px;
    letter-spacing: 2px;
    font-weight: normal;
    cursor: help;
    color:#43205A;
}

q {
    font-style: italic;
    font-size: 1.3em;
    color: #43205A;
}

q:after {
    content: " '' Source: "attr(cite)" ";
    font-size: 0.7em;
}

/* ------ */
/* LISTES */
/* ------ */

ul {
	list-style-position: inside;
	margin: 0px;
}

ol {
	list-style: decimal-leading-zero;
	list-style-position: inside;
	margin: 0px;
}

#article ul, #article ol { margin: 10px 0px; }

#article ul { list-style: none; margin:0 0 20px 40px;}
#article ul li {
	background: transparent url(/images/medialibs/puce_verte_fond_blanc.gif) no-repeat left 4px;
	padding-left: 15px;
	color:#43205A;
  font-size:1.1em;
  margin-bottom:6px;
  padding-left:15px;
  font-weight:normal;
}
hr {
    border: 0px;
    margin: 20px 0px;
    border-bottom: 2px dotted #9E8EA6;
}

/* -------------------- */
/* LISTE DE DEFINITIONS */
/* -------------------- */

dl { margin: 0px 0px 20px 0px; }

dt {
    border-top: 10px solid white;
    background: #9E8EA6;
    font-weight: bold;
    padding: 0px 5px;
    font-size: 1em;
    color: white;
    margin: 0px;
}

dd {
    border: 2px solid #9E8EA6;
    font-style: normal;
    padding: 0px 3px;
    border-top: 0px;
    color: black;
    margin: 0px;
}

/* ------------------ */
/* TABLES ET TABLEAUX */
/* ------------------ */

table {
    border-collapse: collapse;
    border: 1px solid #9E8EA6;
    border-spacing: 0px;
    margin: 10px auto;
    font-size: 1em;
    width: 100%;
}

table caption {
    font-weight: bold;
    text-align: left;
    font-size: 1.3em;
    margin: 5px 0px;
    color: #43205A;
}

th {
    border: 1px solid #9E8EA6;
    background: #9E8EA6;
    font-weight: bold;
    padding: 0px 2px;
    font-size: 1.1em;
    color: #43205A;
}

td {
    border:1px solid #9E8EA6;
    padding: 0px 2px;
}

/* ------------------------ */
/* ELEMENTS DE MISE EN PAGE */
/* DANS LA ZONE DE CONTENU  */
/* ------------------------ */

.une_colonne, .deux_colonnes {
    display: inline;
    clear: both;
}

.colleft, .colright {
    text-align: justify;
    width: 49%;
    margin: 0px;
    float: left;
}

.colleft { padding-right: 1%; }

.colright { padding-left: 1%; }

.colleft p, .colright p { margin-top: 0px; }

iframe { border: 1px solid #9E8EA6; }

/* ----------------------- */
/* *********************** */
/* CONSTRUCTION DE LA PAGE */
/* *********************** */
/* ----------------------- */

#page {
  margin:0 auto;
  width:990px;
}

/* --------- */
/* CONTENEUR */
/* --------- */
.langue{position:absolute; right:200px;top:80px;}
.langue h2{display:none;}


/* --------- */
/* CONTENEUR */
/* --------- */
#wrapper {
  width:990px;
  /*background: white url(/images/medialibs/bg_contenu_repeat_x.jpg) repeat-x top center;*/
z-index:10;
/*position:relative;*/
}

#conteneur {
	/*position: relative;*/
	margin: 0px auto;
	width: 990px;
	/*min-height: 440px;*/
	height: auto !important;
	/*height: 440px;*/
	float:left;
}
#contents {  padding:1px 10px 10px 220px;}
/* ------- */
/* ARTICLE */
/* ------- */

#article {
	padding: 0;	
}

/* ------ */
/* FOOTER */
/* ------ */
.accueil_medialibs #footer, .accueil_medialibs #footer_inner{height: auto; min-height:80px; clear:both;}

#footer {
	background: transparent url(/images/medialibs/footer_bg_repeat_x.gif) repeat-x top center;
	border-top: 1px solid white;
	/*height: 144px;*/
	border-bottom:none;
	padding:0;
  text-align:left;
  width:auto;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
#footer_inner{
	background: transparent url(/images/medialibs/footer_bg_no_repeat.gif) no-repeat top center;
	position: relative;
	padding: 10px 0px;
	margin: 0px auto;
	/*height: 124px;*/
	width: 990px;
}

#footer .box.liens_noir{
  clear:both;
  color:black;
  font-family:Arial,Helvetica,sans-serif;
  background:none;
  float:none;
  margin:0 auto;
  text-align:center;
  width:auto;
  padding:0;
}
#footer .box.liens_noir a, #footer .box.liens_noir a:link, #footer .box.liens_noir a:visited{
  color:black;
  font-weight:normal;
  font-size:11px;
  margin-bottom:5px;
  text-decoration:none;
}

#footer .box.liens_noir ul li{
  border-right:1px #b7d30b solid;
  background:none;
  padding:0 3px 0 0;
}
#footer .box.liens_noir ul li a:hover{
  text-decoration:underline;
}
#footer .box.liens_gris{
  clear:both;
  background:none;
  float:none;
  margin:0 auto;
  text-align:center;
  width:auto;
  padding:0;
  font-family:Arial,Helvetica,sans-serif;
}

#footer .box.liens_gris .titreboite {
display:none;
}

#footer .box.liens_gris a, #footer .box.liens_gris a:link, #footer .box.liens_gris a:visited{
  color:#999999;
  font-weight:normal;
  font-size:10px;
  text-decoration:none;
}
#footer .box.liens_gris ul li{
  border-right:1px #c8c8c8 solid;
  padding:0 3px 0 0;
  background:none;
}
#footer .box.liens_gris ul li a:hover{
  text-decoration:underline;
}
#footer .box.newsletter_medialibs{
  background:#43205A none repeat scroll 0 0;
  color:white;
  float:right;
  font-size:10px;
  padding:0 10px 5px;
  position:absolute;
  right:10px;
  top:135px;
  width:290px;
  line-height:10px;
}
#footer .box.newsletter_medialibs h2{
   background:none;
  padding:0;
  margin:0;
  color:white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  border-bottom:none;
  text-transform:none;
}
#footer .box.newsletter_medialibs input{
  border:none;
  background:white;
  width:245px;
  float:left;
  font-size:10px;
  line-height:14px;
  height:14px;
}
#footer .box.newsletter_medialibs .submit{
  margin:0;
}
#footer .box.newsletter_medialibs .submit input{
  background:#b7d30b;
  width:62px;
  float:right;
  color:#43205a;
  padding:0px !important;
  position:absolute;
  right:7px;
  font-size:11px;
  line-height:normal;
}

/* ------------------- */
/* ******************* */
/* BOITES DANS LA PAGE */
/* ******************* */
/* ------------------- */

/* ------------ */
/* TROIS BOITES */
/* ------------ */

#footer .box {
	background: transparent url(/images/medialibs/footer_bg_box.gif) no-repeat center 22px;
	padding: 0px 20px 0 20px;
	width: 290px;
	float: left;
	/*height:125px;*/
}

/*#footer .box h2 {
	margin: 0px 0px 5px 0px;
	font-size: 2.2em;
	color: #B7D30B;
	background:none;
  border-bottom:none;
  padding:0;
  text-decoration:none;
  text-transform:none;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}*/
#footer .titreboite {
	margin: 0px 0px 5px 0px;
	font-size: 2.2em;
	color: #B7D30B;
	background:none;
  border-bottom:none;
  padding:0;
  text-decoration:none;
  text-transform:none;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-weight:normal;
line-height:normal;
}
#footer .box p img {
	background: transparent url(/images/medialibs/footer_boite_bg_image_principale.gif) no-repeat center center;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	height: 75px;
	width: 75px;
	float: left;
}
.box {
  font-size:11px;
  color:black;
  line-height:125%;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}
#footer .box ul {
	list-style: none;
	margin: 7px 0px 0px 0px;
}

#footer .box ul li {
	background: transparent url(/images/medialibs/puce_violet_fond_blanc.gif) no-repeat left center;
	padding: 0px 0px 0px 12px;
}

#footer .box ul li a, #footer .box ul li a:link, #footer .box ul li a:visited {
	text-decoration: none;
	/*color: #43205A;*/
}
#footer .sitemap h2{background:none; color:black; font-weight:bold; display:inline; font-size:10px; border-bottom:none; color:#999999;}
#footer .sitemap.box ul li a:hover{color:black; text-decoration:none;}
#footer .box ul li a:hover, #footer .box ul li a:active  { text-decoration: underline; }

#footer .box .cartouche {
	margin: 0px 0px 0px -10px;
	border: 1px solid white;
	padding: 0px 0px 0px 14px;
	list-style: none;
	height: 50px;
	width: 294px;
	clear: left;
}

#footer .box ol li {
	padding: 8px 5px;
	float: left;
}

#footer .box ol li img {
	height: 30px;
	width: 30px;
}


/* -------------------- */
/* BOITES A GAUCHE */
/* -------------------- */
#leftbar {  width:210px;margin:0 0 0 -990px; z-index:1;float:left; }
#leftbar .personnage h2{display:none;}
#leftbar .personnage.box {background:none; text-align:center; }

#leftbar .box {
	padding: 0px 10px 10px 10px;
	width: 164px;
	background:#e7e3e9;
	background: transparent url(/images/medialibs/bg_leftbox.gif) repeat-x left top;
	color:#43205a;
}

#leftbar .box h2 {
	font-size: 1.6em;
	color: #928399;
	background:none;
  border-bottom:none;
  padding:0;
  text-decoration:none;
  text-transform:none;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  margin:0 -10px 0 0;
}
#leftbar .box .titreboite {
	font-size: 1.6em;
	color: #928399;
	background:none;
  border-bottom:none;
  padding:0;
  text-decoration:none;
  text-transform:none;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  margin:0 -10px 0 0;
  font-weight:normal;
line-height:normal;
}
#leftbar .box ul {
	list-style: none;
	margin: 7px 0px 7px 0px;
	color:#43205a;
}

#leftbar .box ul li {
	background: transparent url(/images/medialibs/puce_verte_fond_blanc.gif) no-repeat 0 3px;
	margin:0;
	padding:0 0 2px 12px;
  text-align:left ;
}
#leftbar .box ul li a, #leftbar .box ul li a:link, #leftbar .box ul li a:visited {
	text-decoration: none;
	color: #43205A;
}

#leftbar .box ul li a:hover, #leftbar .box ul li a:active  { text-decoration: underline; }




/* BOITE APPLICATION */
.application_box ol.cartouche { background: #9E8EA6; }
.application_box ol.cartouche li { background: transparent url(/images/medialibs/footer_boite_bg_image_liste_applications.gif) no-repeat center center; }

/* BOITE TEMOIGNAGES */
.temoignages_box ol.cartouche { background: #B7D30B; }
.temoignages_box ol.cartouche li { background: transparent url(/images/medialibs/footer_boite_bg_image_liste_temoignages.gif) no-repeat center center; }

/* BOITE DEMONSTRATION */
.demonstration_box .cartouche { background: #43205A; }



/* -------------------- */
/* LIENS EN BAS DE PAGE */
/* -------------------- */

.footer_rubriques, .footer_options {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	clear: left;
}

.footer_rubriques li, .footer_options li { display: inline; }

/* RUBRIQUES */

.footer_rubriques { margin: 5px 0px 0px 0px; }

.footer_rubriques li {
	border-left: 1px solid #B7D30B;
	padding: 0px 3px 0px 6px;
}

.footer_rubriques li:first-child { border: none; }

.footer_rubriques li a, .footer_rubriques li a:link, .footer_rubriques li a:visited {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

/* OPTIONS */

.footer_options {
	font-size: 10px;
	color: #C8C8C8;
}

.footer_options li {
	border-left: 1px solid #C8C8C8;
	padding: 0px 3px 0px 6px;
}

.footer_options li:first-child { border: none; }

.footer_options li a, .footer_options li a:link, .footer_options li a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #C8C8C8;
}

/* ACCUEIL MEDIALIBS */
/*body.accueil_medialibs {background:white url(/images/medialibs/bg_home2.gif) repeat-x scroll 0 0;}*/
.accueil_medialibs #article {	padding:0; /*background: transparent url(/images/medialibs/spirale.gif) no-repeat right center;height:400px;*/	}
.accueil_medialibs #article #text{	}
.accueil_medialibs #article p{	margin:0;}
.accueil_medialibs #article img{	margin:0;}
.accueil_medialibs #article .medias{	margin:0;}
.accueil_medialibs .clear{	display:none;}
.accueil_medialibs .article_action{	display:none;}
.accueil_medialibs #contents {  padding:30px 0 0; /*width:650px;*/ width:600px;}
.accueil_medialibs .breadcrumb {  display:none;}

.accueil_medialibs #conteneur {	/* modif home 28 avril 2008  height: 444px !important;	min-height:444px;*/ }
.accueil_medialibs .medias .flash {/*height:500px;*/} /* modif home 28 avril 2008 */


.accueil_medialibs #footer .box.liens_gris{  width:570px; /*float:left; */clear:none; background:none;}
.accueil_medialibs #footer .liens_noir{  width:570px; /*float:left;*/ padding-top:10px; clear:none; background:none;}
.accueil_medialibs #footer .box.newsletter_medialibs{  padding:5px;  position:relative;  margin-top:10px;  right:7%;  top:0;}
.accueil_medialibs #footer .application_box, .accueil_medialibs #footer .temoignages_box, .accueil_medialibs #footer .demonstration_box, .accueil_medialibs #footer .dej{height:125px; background: transparent url(/images/medialibs/home_bg_box.gif) no-repeat 0 23px; position:absolute; right:1%;z-index:4000;}
.accueil_medialibs #footer .application_box{top:380px;}
.accueil_medialibs #footer .temoignages_box{top:250px; }
.accueil_medialibs #footer .demonstration_box{top:120px;}
.accueil_medialibs #footer .dej{top:510px; }
.accueil_medialibs #footer .cartouche {display:none;}
.accueil_medialibs #footer_inner{position:static; width:auto;}


/* CONTACT */
.contact #footer{height:140px;}
.contact #footer_inner{height:auto;}

.above_right{float:right;}
.above_left{float:left;}

/* ACTUALITES */
#chapo_list {}
#articles_list .chapo {
  background:transparent none repeat scroll 0 0;
  border:none;
  margin:5px;
  padding:0;
  border-bottom:1px solid #cccccc;
  /*width:300px;
  float:left;*/
    text-align:left;
    width:100%;
}
#articles_list .chapo h1 {
  background:none;
  color:#43205A;
  font-size:1.5em;
  margin:0 0 5px;
  padding:3px;
  width:auto;
  text-align:left;
}

.titrelong #flashcontent{margin:35px 0 0 0;}

/* QUELLE SOLUTION ETES-VOUS */
.quelle_sol .intext_left {width:240px;}

/* QUELLE SOLUTION ETES-VOUS */
.commencer label {width:100px;}

/* TEMOIGNAGES */
.temoignages #main{width:320px; float:left;}
.temoignages #text .colright{width:100%;}
.temoignages .boites_temoignages{width:350px; float:left; margin-left:20px;}
.temoignages .boites_temoignages h2{background:transparent none repeat scroll 0 0; color:#9EB60E; font-size:1.5em; margin-bottom:0; text-transform:none; border-bottom:none;}
.temoignages .boites_temoignages h3{padding:0; clear:left; padding:0 0 3px 0;}
.temoignages .boites_temoignages div h3 a{font-weight:bold; text-decoration:none;color:#472055; font-size:12px;line-height:13px; display:block; float:none;  cursor:text;}
.temoignages .boites_temoignages .picture{float:left; width:100px;}
.temoignages .boites_temoignages .picture img{border:1px solid #333333;}
.temoignages .boites_temoignages .fondbox{overflow:auto; height:500px;padding:0 20px 0 0;}
.temoignages .boites_temoignages div{position:relative; margin-bottom:15px;}
.temoignages .boites_temoignages div a{/*display:block; height:100px; margin-top:-20px; position:absolute; width:320px;*/ font-weight:normal;}
.temoignages .boites_temoignages .fondbox a span{/*display:none;*/}
.temoignages .colleft, .temoignages .colright{text-align:left; width:100%;}

/* REFERENCES */
#main .categories_sitereference{}
#main .categories_sitereference a{color:#43205A;}
#main .categories_sitereference ul{margin:0;}
#main .categories_sitereference li{}
#main .categories_sitereference .col1, #main .categories_sitereference .col2, #main .categories_sitereference .col3{float:left; margin-right:10px; width:300px;  }
#main #detailcategorie{margin-bottom:20px;}
#main #detailcategorie h2{background:transparent url(/images/medialibs/ref-fleche.png) no-repeat scroll center top; padding-top:70px; text-align:center; width:100%;}
#main #detailcategorie .col1, #main #detailcategorie .col2, #main #detailcategorie .col3{float:left;width:240px; margin-bottom:20px; }
#main #detailcategorie a{font-weight:normal; color:#43205A;}
#main #detailcategorie ul{margin:0; }
#main #detailcategorie ul li{ margin-bottom:3px;}
#main .miseenavant .col1, #main .miseenavant .col2, #main .miseenavant .col3{float:left; width:240px; margin-right:10px; }
#main .miseenavant .sitereference a{ color:#43205A;}
#main .miseenavant_img{ text-align:center; margin-bottom:5px;}
#main .miseenavant_img img{ text-align:center; height:75px;}
#main .miseenavant .sitereference{ background:white; border:1px #cccccc dotted; height:180px; padding:10px; margin-bottom:10px; font-size:10px; line-height:12px;}
#main .miseenavant .sitereference a .label_sitereference{display:block; font-weight:bold;}
#main .miseenavant .sitereference a .description_sitereference{display:block; font-weight:normal; }
#main .miseenavant .label_sitereference{display:block; color:#9E8EA6;  }
#main #detailcategorie .miseenavant .label_sitereference a{font-weight:bold; }

.demo label{float:left; width:150px;margin-bottom:10px;}
.demo .colleft{width:500px;}
.demo .colright{ width:230px;}
.demo #votre_projet label{width:220px;}
.demo .coor input{float:left;}
.demo .coor .multi_radio{clear:both;}
.demo .coor label{width:auto;}
.demo .soci {clear:both;}
.demo .soci .multi_radio{clear:both;}
.demo .soci .multi_radio input{float:left;}
.demo .soci .decalag{width:auto;}

.temoignages h1{color:#9EB60E; /*font-size:1.7em;*/}
.temoignages .structured_text_semantique_text h2{font-size:1.2em;}
.thanksform #forms_thanks h3{
	display:none;
}
.thanksform #forms_thanks p{
	margin: 20px 0;
	background:none repeat scroll 0 0 transparent;
color:#9EB60E;
font-size:1.5em;
padding:2px 0 5px 0;
}
#footer .box.txtreferencement{
	background:none;
	float:none;
	padding:0;
	width:auto;
	font-size:.8em;
	text-align:center;
	color:#999999;
}
	#footer .box.txtreferencement .titreboite{
		display:none;
	}

/* PAGE ACCUEIL TEMPORAIRE */
.accueil_medialibs #leftbar{
	display: none;
}
	#globalTMPContenair{
		width:678px;
		height: 595px;
		background:url(/images/medialibs/pageTMP/fond.png);
		position: relative;
		font-family: 'Droid Sans', sans-serif;
		font-weight: 400;
	}
	h2.titreGlobalTMP{
		color: black;
		line-height: 140%;
		font-size: 35px;
		text-shadow: 2px 1px 0px #fff;
	    position: absolute;
	    top:80px;
	    left: 50px;
	    font-weight: 700;
	}
	#globalTMPContenair h3{
		font-size: 15px;
		color: white;
		background: url(/images/medialibs/pageTMP/ruban.png) no-repeat 0 0;
		margin-left: -5px;
		padding: 0 0 0 5px;
		height: 24px;
		line-height: 22px;
	}
	#article #globalTMPContenair ul {
		position: absolute;
		margin: 0;
		top: 270px;
		left: 58px;
		width: 585px;
	}
	#article #globalTMPContenair a {
		text-decoration: none;
		font-weight: 400;
		color: white;
	}
	#article #globalTMPContenair li{
		width: 105px;
		float: left;
		padding: 0;
		margin: 0 10px 0 0;
		background: white;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 2px 2px 1px 0px rgba(94, 124, 0, 1);
		box-shadow: 2px 2px 1px 0px rgba(94, 124, 0, 1);
		height: 113px;
	}
	#article #globalTMPContenair p{
		color: #636363;
		padding: 4px;
		line-height: 120%;
	}
		#article #globalTMPContenair p a{
			color: #636363;
		}

