@import url(reset.css);
@import url(blocs.css);
@import url(forms.css);
@import url(tabs.css);
@import url(messages.css);
@import url(tables.css);
@import url(pager.css);
/* pour la landing page */
@import url(fonts.css);
@import url(landing.css);

a {
	color:#c95a01;
}

a:hover {
	text-decoration:none;
}

hr {
	color:#ddd;
	height:1px;
	margin-bottom:10px;
	background:#ddd;
	border-color:#ddd;
	border-width:0;
}

p {
	line-height:16px;
}

p.nomg {
	margin:0;
	padding:0;
}

.plain {
	margin-bottom:16px;
}

.plain h2 {
	font-size:1.4em;
}

.plain p {
	margin-bottom:10px;
}

html {
	height:100%;
}

.bigger		{ font-size:1.4em; }
.orange 	{ color:#c95a01; }
.lighter	{ color:#999; }

.validm {
	padding:12px;
	margin:10px 0;
	background:#eff3e6;
	border:1px solid #62850e;
	color:#62850e;
	font-size:16px;
}

.errorm {
	padding:12px;
	margin:10px 0;
	background:#f5d9d9;
	border:1px solid #be0000;
	color:#be0000;
}

img.border {
	border:1px solid #bbb;
}

body {
	font-size:11px;
	font-family:Arial, sans-serif;
	color:#333;
	height:100%;
}

div#wrapper {
	width:960px;
	margin:auto;
	position:relative;
}

div#header {
	height:38px;
	line-height:38px;
	background:url(../img/layout/fond.jpg) no-repeat;
	padding:8px 16px;
}

#logo h1 {
	width:149px;
	height:20px;
	text-indent:-9999px;
	background:url(../img/elements/logo.jpg) 0 2px no-repeat;
	float:left;
}

#menu {
	float:left;
	height:38px;
	line-height:38px;
	margin:0 16px;
}

#menu li {
	float:left;
	height:30px;
	line-height:24px;
	margin:0;
	padding:0 4px 0 0;
}

#menu li img {
	position:relative;
	top:2px;
}

#menu li:hover {
	background:url(../img/layout/menu_rollover_bg_right.png) 100% 0 no-repeat;
}

#menu li a {
	display:block;
	height:30px;
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	padding:0 4px 0 8px;
}

#menu li:hover a {
	color:#fff;
	background:url(../img/layout/menu_rollover_bg_left.png) no-repeat;
}

#menu li ul {
    position: absolute;
    /*width: 10em;*/
    left: -999em;
		background:#868686;
		z-index:9999;
}
#menu li:hover ul {
    left: auto;
		background:#868686;
		z-index:9999;
		font-size:0.8em;
}

#menu li:hover ul, #menu li.sfhover ul {
    left: auto;
		background:#868686;
}

#menu li:hover ul li, #menu li:hover ul li a {
		background:#868686;
		line-height:26px;
		height:26px;
		padding:0;
		margin:0;
		display:block;
		float:none;
}

#menu li:hover ul li:hover, #menu li.sfhover ul li:hover,
#menu li:hover ul li:hover a, #menu li.sfhover ul li:hover a {
	background:#f7931e;
	z-index:100000;
}

#menu li:hover ul li a, #menu li.sfhover ul li a {
	padding:0 30px 0 8px; 
}

#header_login {
	height:20px;
	line-height:20px;
}

#header_login .txt {
	height:14px;
	line-height:14px;
	padding:2px 2px;
	width:60px;
	color:#666;
	vertical-align:middle;
	font-size:0.9em;
}

#header_login .img {
	vertical-align:middle;
	padding:0;
}

#left_part{
	float:left;
	width:660px;
	margin-right:20px;
}

#right_sidebar{
	width:280px;
	float:left;
}

#btn_projet {
	display:block;
	float:left;
	width:84px;
	text-indent:-9999px;
	height:84px;
	background:url(../img/layout/btn_projet.png) no-repeat;
	margin-bottom:20px;
	margin-right:14px;
}

#btn_article {
	display:block;
	float:left;
	width:84px;
	text-indent:-9999px;
	height:84px;
	background:url(../img/layout/btn_article.png) no-repeat;
	margin-bottom:20px;
	margin-right:14px;
}

#btn_evenement {
	display:block;
	float:left;
	width:84px;
	text-indent:-9999px;
	height:84px;
	background:url(../img/layout/btn_evenement.png) no-repeat;
	margin-bottom:20px;
}

#inscription_ja {
	display:block;
	text-indent:-9999px;
	height:73px;
	background:url(../img/layout/btn_inscription_ja.png) no-repeat;
	margin-bottom:20px;
}

#inscription_visiteur {
	display:block;
	text-indent:-9999px;
	height:73px;
	background:url(../img/layout/btn_inscription_visiteur.png) no-repeat;
	margin-bottom:20px;
}

#breadcrumb {
	height:20px;
	line-height:20px;
	color:#484847;
}

#breadcrumb li {
	float:left;
	margin-right:2px;
}

#breadcrumb a {
	display:block;
}

h1 {
	font-size:3.4em;
	height:42px;
	line-height:42px;
	color:#484847;
	margin-bottom:18px;
	font-family:"Myriad Pro", Trebuchet;
	z-index:1;
}

/*
h2 {
	font-size:2em;
	color:#666666;
	margin-top:18px;
	font-family:"Myriad Pro", Trebuchet;
	z-index:1;
	font-weight:normal;
}
*/

a.btn {
	background:url(../img/layout/btn_close.gif) 100% 0 no-repeat;
	height:24px;
	line-height:24px;
	display:block;
	float:left;
	padding:0 6px 0 0;
	color:#3c3c3c;
	text-decoration:none;
	margin:10px 0;
}

a.btn span {
	background:url(../img/layout/btn.gif) 0 0 no-repeat;
	display:block;
	height:24px;
	line-height:24px;
	padding-left:16px;
	padding-right:10px;
}

a.btn:hover,
a.actif {
	background:url(../img/layout/btn_h_close.gif) 100% 0 no-repeat;
	color:#fff;
}

a.btn:hover span,
a.actif span {
	background:url(../img/layout/btn_h.gif) 0 0 no-repeat;
}

a.right {
	float:right;
}

a.mr {
	margin-right:10px;
}

div.clear {
	clear:both;
}

#footer {
	clear:all;
	background:url(../img/layout/footer.png) 0 0 no-repeat;
	text-align:center;
	line-height:38px;
	padding:0 8px;
	color:#999;
	font-weight:normal;
}

#footer a {
	color:#444;
	font-weight:normal;
	text-decoration:none;
}


#footer a:hover {
	color:#444;
	font-weight:normal;
	text-decoration:underline;
}

.bigmsg {
	border:1px solid #ebd59c;
	background:#fdf2d6;
	padding:16px;
	margin-bottom:16px;
	height:76px;
}

.err {
	border:1px solid #9b0000;
	background:#ffe1dd;
	height:auto;
	color:#9b0000;
	margin:16px;
}

.bigmsg img {
	display:block;
}

.bigmsg .content {
	margin-left:90px;
}

.bigmsg .content p {
	margin-left:2px;
}

.bigmsg h2 {
	font-size:2em;
	margin-top:6px;
	margin-bottom:12px;
}

.config {
	line-height:18px;
	margin-bottom:16px;
}

ul.functions {
		
}
ul.functions li {
	padding:0 10px;
	line-height:30px;
	border-bottom:1px solid #d9d9d9;
}
ul.functions li img {
	margin-right:10px;
	vertical-align:middle;
}
ul.functions li a {
	color:#666;
	text-decoration:none;
	vertical-align:middle;
}

.waiting_msg {
	text-align:center;
	margin:20px 0;
	height:42px;
	color:#999999;
	line-height:24px;
}

ul.zoom {
	height:150px;
	background:url(../img/layout/zoom_2row.jpg);
	/*font-weight:bolder;*/
}

div.zoom { margin:0 0 15px 0; }

div.zoom div.nopad {
    height:150px;
}

div.reseaux_sociaux {
    margin:0 0 0 0;
    background:url(../img/layout/btn_reseaux_sociaux.png) no-repeat;
    height:54px;
    width:341px;
}

div.btn_facebook {
    background:url(../img/layout/btn_facebook.png);
    height:34px;
    width:34px;
    margin:10px 0 0 120px;
    float:left;
}
div.count_facebook {
    float:left;
    margin:15px 0 0 7px;
}
div.count_facebook span {
    margin:0 0 20px 0;
}


div.btn_viadeo {
    background:url(../img/layout/btn_viadeo.png);
    height:34px;
    width:34px;
    margin:10px 0 0 7px;
    float:left;
}
div.btn_twitter {
    background:url(../img/layout/btn_twitter.png);
    height:34px;
    width:34px;
    margin:10px 0 0 7px;
    float:left;
}

ul.zoom li {
	background:url(../img/layout/zoom_1row.jpg);
	padding:10px;
	line-height:16px;
	font-size:1.1em;
}

ul.zoom li.alt {
	background:url(../img/layout/zoom_2row.jpg);
	padding:10px 10px 10px 0;
	margin:0 0 0 25px;
	list-style-image : url(../img/layout/puce.png);
}

.capsule {
	margin:10px 0;
	position:relative;
	width:127px;
	height:131px;
	float:left;
}

.capsule img {
	position:absolute;
	left:0;
	top:0;
	z-index:4;
	float:left;
}

.capsule img.hover {
	z-index:5;
	float:left;
}

dl.faq {

}

dl.faq dt {
	font-size:1.4em;
	padding:12px 0;
	color:#666;
	padding-left:18px;
	background:url(../img/layout/fleche_off.png) 0 50% no-repeat;
}

dl.faq dt a {
	color:#666;
	text-decoration:none;
}

dl.faq dt.on {
	background:url(../img/layout/fleche_on.png) 0 50% no-repeat;
}

dl.faq dt.on a {
	color:#222;
}

dl.faq dd {
	padding-bottom:16px;
	border-bottom:1px solid #ddd;
	display:none;
}

dl.faq dd.on {
	display:block;
}

dl.agenda_semaine img {
	margin-right:16px;
	float:left;
}

dl.agenda_semaine dt h2 {
	margin-bottom:10px;
}

dl.agenda_semaine dt h2 a {
	font-size:1.4em;
	text-decoration:none;
}

dl.agenda_mois div {
	height:10px;
}

dl.agenda_mois dt.img {
	float:left;
	margin-right:16px;
	height:60px;
}

dl.agenda_mois dd.content {
	float:left;
	width:310px;
	line-height:14px;
	color:#666;
	height:60px;
	margin-left:10px;
}

dl.agenda_mois dt.titre {
	float:left;
	width:220px;
	height:60px;
	line-height:14px;
}

dl.agenda_mois dt.titre h2 {
	display:inline;
}

dl.agenda_mois dt.titre a {
		text-decoration:none;
}

dl.agenda_mois dt.date {
	clear:left;
	float:left;
	margin-right:12px;
	width:40px;
	height:30px;
	padding:10px 0;
	text-align:center;
	background:url(../img/layout/date_bg.png) no-repeat;
	text-transform:uppercase;
}

dl.agenda_mois dt.date span {
	font-family:Arial Black;
	display:block;
	font-size:1.4em;
	margin-bottom:2px;
}

img.thumb {
	float:left;
	display:block;
	border:1px solid #cdcdcd;
	margin-right:10px;
	background:#f1f1f1;
	margin-bottom:12px;
}

div.infos {
	float:left;
	width:200px;
	line-height:20px;
}

div.infos h2 {
	margin-top:2px;
	font-size:1.6em;
}

ul.partenaires {
					
}

ul.partenaires li {
	float:left;
	width:158px;
	height:220px;
	margin-right:9px;
	text-align:center;
}

ul.partenaires li.nomg {
	margin-right:0;
}

ul.partenaires li a {
	display:block;
	width:156px;
	height:116px;
	border:1px solid #d1d1d1;
	margin-bottom:10px;
}

ul.partenaires li a img {
	display:block;
	margin:10px;
	display:block;
	width:136px;
	height:96px;
	background:#f5f5f5;
}

ul.partenaires li h2 {
	font-size:1.4em;
}

ul.partenaires li p {
	
}

form#search {
	padding:13px;
	height:24px;
	background:url(../img/layout/searchform.jpg) no-repeat;
	vertical-align:middle;
	margin-bottom:8px;
}

form#search * {
	vertical-align:middle;
}

form#search .txt {
	color:#666;
	font-style:italic;
	padding:3px;
	font-size:1em;
	width:145px;
}

ul.ul {
	list-style:disc;
	margin-left:20px;
}

ul.ul li {
	margin:2px 0;
	line-height:20px;
}

div#economiseur {
	overflow: hidden;
	background: url(../img/layout/bg-economiseur.png) no-repeat top center;
	height: 52px;
	width: 280px;
	margin-bottom: 10px;
}

div#economiseur a {
	height: 42px;
	width: 42px;
	float: right;
	display: block;
	text-indent: -100000px;
	margin: 5px 5px 0 0;
}

div#economiseur a#PC {
	background: url(../img/layout/button-vPC.png) no-repeat top center;
}

div#economiseur a#MAC {
	background: url(../img/layout/button-vMAC.png) no-repeat top center;
}


/*------- Progress Bar ---------*/
div.explications        { font-weight: bold;margin:0 0 5px 0; font-size:14px; }
div.bg_progress_bar     { background-color:white; border: 3px solid white; width:200px; height:11px;overflow:hidden; }
div.bg_pourcentage      { width:48px;float:left;font-weight: bold;color:#333333;font-size:12px;line-height:10px; }
div.puce_pourcentage    { font-size:14px;color:#F6971F;font-weight: normal; }
div.progressbar         { float:left;padding:0;width:75%;border:thin solid #F6971F;height:9px; }

/*-------Flash Message-------*/
#fade 						{ background: #000; position: fixed; width: 100%;height: 100%; filter:alpha(opacity=80); opacity: .80; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/ left: 0; top: 0; z-index: 10; }
#hideshow 					{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.popup_block 				{ background: #ddd; padding: 10px 20px; border: 10px solid #fff; float: left; width: 480px; position: fixed; top: 20%; left: 50%; margin: 0 0 0 -250px; z-index: 100; }
.popup_block .popup 		{float: left; width: 100%; background: #fff; margin: 10px 0; padding: 10px 0; border: 1px solid #bbb; text-align:center; }
.popup_block .popup ul li 	{ padding:10px; color: #666; }
