/* -------------------------------------------------------------------------
	RESET
 --------------------------------------------------------------------------- */
html,body,a,p,div,h1,h2,h3,h4,h5,h6,li,ul,span,table,tr,td,hr,fieldset,form,input{
	margin: 0;
	padding: 0;
}


/* -------------------------------------------------------------------------
	GLOBAL
 --------------------------------------------------------------------------- */
html, body{
	height: 100%;
	width: 100%;
}

html{
	overflow-x : hidden;
	overflow-y : hidden;
}

body{
	background-color: #ffffff;
	font: 11px Helvetica, Arial, sans-serif;
	color: #6e6c67;
	overflow-y: hidden;
	overflow-x : hidden;
}

object{ outline: none; }
li{ list-style-type: none; }
img{ border: 0; }

a{ outline: none; color: #1a171b; }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: underline; }

.floatL { float:left; }
.floatR { float:right; }
.clearL { clear:left; }
.clearR { clear:right; }
.clearB { clear:both; }


/* -------------------------------------------------------------------------
	CONTAINER
 --------------------------------------------------------------------------- */
#container{
	position:relative;
	width:100%;
	background:none;
	height: 100% ;
	overflow-y:scroll;
}

#container #content {
	width:960px;
	margin:0 auto;
	height: 100%;
	overflow-x:visible;
	position:relative;
	
}


/* -------------------------------------------------------------------------
	DIAPOS
 --------------------------------------------------------------------------- */

#diapos {
	position:absolute;
	z-index:-10;
	height:100%;
	width:100%;
	overflow:hidden;
	min-height:600px;
}

#diapos .bkg {
	width:100%;
	height:100%;
}

.type #diapos .bkg {
	cursor:pointer;
}

#diapos .bkg img{
	width:100%;
}

.cursor {
	position:absolute;
	z-index:100;
	width:37px;
	height:36px;
	background-image:url(/images/cursor.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.cursor_back {
	position:absolute;
	z-index:100;
	width:37px;
	height:36px;
	background-image:url(/images/cursor_out.png);
	background-repeat:no-repeat;
	background-position:top left;
}

.cursor.out {
	background-image:url(/images/cursor_out.png);
}

#diapos .cont {
	width:960px;
	margin:0 auto;
	padding:18px 33px 36px 0;
}

#diapos .cartel {
	width:100%;
	position:absolute;
	bottom:-83px;
	background:#fff;
	height:84px;
}

#diapos .cartel h3 {
	float:left;
}

#diapos .cartel .infos {
	float:right;
}

#diapos .cartel h4 {
	float:right;
	margin-bottom:9px;
	font-size:11px;
}

#diapos .cartel p {
	clear:right;
	float:right;
}

#diapos .cartel p span{
	display:block;
	float:right;
	margin-left:48px;
}

#diapos .count {
	position:absolute;
	top:28px;
	right:36px;
	width:97px;
}

#diapos .count .top,
#diapos .count .bot  {
	display:block; 
	width:100%;
	height:25px;
	clear:left;
	text-align:center;
}

#diapos .count .cont {
	float:left;
	margin:18px 0;
	padding:0;
	position:relative;
	width:97px;
	overflow:hidden;
}

#diapos .count .cont .move {
	float:left;
	width:39px;
	height:44px;
	position:absolute;
	left:0;
	top:0;
}

#diapos .count .cont .move img {
	margin:0;
}

#diapos .count .total {
	display:block;
	float:right;
}




/* -------------------------------------------------------------------------
	HOME
 --------------------------------------------------------------------------- */

.home {
	overflow-x:hidden;
}

.home #content .cont {
	width:600%;
	height:100%;
	min-height:600px;
}

.home .left {
	float:left;
	width:360px;
	height:100%;
}

.home .right {
	width:2000px;
	float:left;
	height:100%;
	background:#fff;
	position:relative;
	min-height:760px;
}

.home #content .right .cont {
	width:564px; /* 594 - 30 */
	top:72px;
	height:auto;
	position:absolute;
	left:0;
	bottom:15px;
	padding-right:30px;
}

.home .right .depot,
.home .right ul,
.home .right ul li {
	clear:right;
	float:right;
}

.home .right .menu1 {
	position:absolute;
	overflow:visible;
	top:210px;
	right:30px;
}

.home .right .menu1 a {
	display:block;
	clear:right;
	float:right;
	margin-bottom:1px;
}

.home .right .menu1 li {
	margin-bottom:1px;
}

.home .right .menu2 {
	margin-top:370px;
}

.home .right .menu2 li {
	margin-bottom:5px;
}

.home .right ul.partenaires {
	position:absolute;
	bottom:0;
	right:30px;
}

.home .right ul.partenaires li {
	clear:none;
	float:left;
	margin-left:20px;
}

.home .right ul.partenaires li a {
	display:block;
	margin-top:12px;
}

.home .right ul.partenaires li a.fibra {
	margin:0;
}

.home .depot {

}

.home .menu1 {
	margin-bottom:37px;
}

.logo {
	margin-top:30px;
	margin-left:5px;
}

.logo img {
	display:block;
}

/* -------------------------------------------------------------------------
	TYPE
 --------------------------------------------------------------------------- */
 
#container .content_cont {
	width:200%;
	float:right;
	overflow-y:hidden;
} 

 
/* DOSSIERS */

.dossiers .titre {
	margin-left:18px;
	margin-top:72px;
	margin-bottom:45px;
	color:#fff;
}

.type .dossiers {
	width:0;
	float:right;
	min-height:100%;
	line-height:16px;
	background:#8aa823 url(/images/open_projets.gif) no-repeat 21px 17px;
}

.type .dossiers .dossier_cont {
	width:180px;
	float:right;
	/*margin-right:180px;*/
	/*display:none;*/
	position:relative;
	z-index:7;
	background-color:#8AA823;
}

.type .dossiers .top {
	padding-left:15px;
	padding-bottom:21px;
	border-bottom:#7c971f solid 1px;
}

.type .dossiers .top,
.type .dossiers .top a {
	color:#fff;
}

.type .dossiers .top a:hover,
.type .dossiers .top a:active {
	color:#56651e;
	text-decoration:none;
}

.type .dossiers .top p {
	margin-bottom: 12px;
}

.dossiers .projet {
	padding:15px 9px 0 9px;
	border-bottom:#7c971f solid 1px;
	overflow:hidden;
}

.dossiers .projet .resume {
	float:left;
	padding: 0 6px 15px 6px;
	width:100%;
	cursor:pointer;
}

.dossiers .projet .titre {
	margin:0;
	color:#56651e;
}

.dossiers .projet.complete .titre {
	color:#fff;
}

.dossiers .projet .progress {
	margin-top:9px;
	clear:both;
}

.dossiers .projet .progress .bkg {
	width:126px;
	height:5px;
	background:#a1b94f;
	padding:1px;
	margin-bottom:9px;
}

.dossiers .projet .progress .bar {
	background:#505c27;
	height:100%;
}

.dossiers .projet.complete .progress .bar {
	background:#fff;
}

.dossiers .projet .progress .chiffres {
	float:left;
	width:130px;
}

.dossiers .projet .progress span {
	color:#c5d491;
	display:block;
	float:left;
}

.dossiers .projet .progress span.left,
.dossiers .projet .progress span.right {
	width:12px;
}

.dossiers .projet .progress span.right {
	float:right;
	text-align:right;
}

.dossiers .projet .progress span.actuel {
	width:106px;
	text-align:center;
	color:#455411;
}

.dossiers .projet.complete .progress span.actuel {
	display:none;
}

.dossiers .projet ul {
	clear:left;
}

.dossiers .projet li {
	display:block;
	border-top:#96b139 solid 1px;
}

.dossiers .projet li a {
	color:#cbdf86;
	display:block;
	padding:9px 15px 6px 15px;
}

.dossiers .projet li a:hover,
.dossiers .projet li a:active {
	color:#56651e;
	text-decoration:none;
}

.dossiers .projet li.pj a {
	color:#fff;
	font-weight:bold;
}

.dossiers .projet li.pj a:hover,
.dossiers .projet li.pj a:active {
	color:#56651e;
}

.dossiers .projet li.complet {
	background:url(/images/projet_complet.gif) no-repeat -1px 13px;
}

.dossiers .projet li.complet a{
	color: #56651e;
	text-decoration:line-through;
}

.dossiers .projet li.complet a:hover,
.dossiers .projet li.complet a:active {
	color:#cbdf86;
}

.dossiers .en_court{

}

.dossiers .current_projet{
	color: #ffffff;
}
			
			

.type .main {
	width:960px;
	background:#fff;
	min-height:100%;
	position:relative;
	float:right;
	z-index:8;
}


.type .main .bkg {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:300%;
	background:#fff;z-index:2;
}

.type .main .cont {
	position:relative;
	float:right;
	width:100%;
	z-index:3;
}

.type .main .cont .left {
	float:left;
	padding-right:66px;
	background:#fff;
	min-height:730px;
}

.type .main .cont .right {
	float:right;
	width:592px;
	margin-right:35px;
	overflow:hidden;
}

.main .menu1 {
	position:absolute;
	width:924px;
	right:35px;
	top:282px;
	z-index:10;
}

.type .main .logo {
	float:left;
}

.type .main .close_button {
	float:right;
	margin-top:17px;
	cursor:pointer;
}

.type .main .depot {
	clear:right;
	float:right;
	margin-top:27px;
	margin-bottom:60px;
}

.menu1 div.item {
	clear:both;
/* maj => phase 3 : ajout des invits à la cérémonie de cloture */
/*	width:235px;*/
	width:280px;
	height:30px;
	overflow:hidden;
	float:left;
}

.menu1 div.select {
	float:right;
}

.menu1 div.deposer.select {
	float:left;
}

.menu1 a {
	display:block;
	float:right;
}

.menu1 div.select div{
	float:right;
	margin-top:-30px;
}

.menu1 a img {
	display:block;
	margin-bottom:3px;
}

.menu2 {
	position:relative;
	width:234px;
	margin-top:497px;
}

.menu2 li {
	display:block;
	height:15px;
	clear:right;
	float:right;
	overflow:hidden;
	margin-bottom:5px;
}

.menu2 li img {
	display:block;
	margin-bottom:3px;
}

.menu2 li.select div {
	margin-top:-20px;
}

.type .right .contenu {
	clear:right;
	float:right;
	position:relative;
	z-index:15;
	width:550px;
}



/* Connecté */

.type .connected .main {
	width:900px;
}

.type .connected .main .cont .right {
	width:565px;
}

.type .connected .main .menu1 {
	width:865px;
}

.type .connected .dossiers {
	width:60px;
}

.type .connected .dossier_cont {
	display:block;
	/*margin-right:180px;*/
}


/* Ouvert */

.type #content.dossier .main,
.type .connected.open .main {
	width:780px;
}

.type .dossier .main .cont .right {
	width:445px;
}

.type .dossier .main .cont .right .contenu {
	width:445px;
}

.type .dossier .main .menu1 {
	width:745px;
}

.type .dossier .dossiers {
	width:180px;
}

.type .dossier .dossier_cont {
	display:block;
	margin-right:0;
}


/* CONTENUS */

.type .contenu {
	line-height:20px;
	text-align:justify;
	overflow:hidden;
}

.type .contenu_cont {
	width:100%;
	float:right;
	padding-bottom:60px;
}

h3,
.type .contenu h5 {
	color:#8aa823;
	font-size:11px;
	margin-bottom:6px;
}

.type .contenu h3 span {
	width:18px;
	display:block;
	float:left;
}

.type .contenu a {
	color:#8aa823;
}

.type .contenu a:hover,
.type .contenu a:active {
	color:#4a4741;
	text-decoration:none;
}

.type .contenu .under {
	text-decoration:underline;
}

/* FORMULAIRES */

.type .contenu table,
.type .contenu .bloc,
.type .contenu .bloc_2	 {
	margin-left:18px;
}

.type .contenu .bloc table {
	margin-left:0;
}

.type .contenu .bloc {
	margin-bottom:24px;
}

.type .contenu .bloc_2 {
	margin-bottom:6px;
}

.type .contenu .bloc_3 {
	padding-bottom:18px;
}

.type .contenu .bloc div {
	margin-bottom:12px;
	clear:left;
}
.type .contenu table td {
	width:188px;
}

.type .contenu table td.separ {
	width:54px;
}

.type .contenu .border_bottom {
	width:100%;
	border-bottom:#E7E7E7 solid 1px;
}

.type .contenu .input_1 {
	width:185px;
	height:20px;
	border:#e2e1e1 solid 1px;
	background:#fff;
	font-size:11px;
	padding-left:3px;
	color:#6E6C67;
}

.type .contenu .input_2 {
	width:60px;
	height:20px;
	border:#e2e1e1 solid 1px;
	background:#fff;
	font-size:11px;
	padding-left:3px;
	color:#6E6C67;
}

.type .contenu textarea{
	border-color: #ccd3b1;
	border:#e2e1e1 solid 1px;
	width:415px;
	height:240px;
	font: 11px Helvetica, Arial, sans-serif;
	padding:3px;
}

.type .contenu .textarea_2{
	height:120px;
}

.type .contenu table .input_1.select:focus {
	background-color:#fff;
}

.type .contenu textarea:focus{
	border-color: #ccd3b1;
	background-color:#e2e9c8;
	border:#e2e1e1 solid 1px;
}

.type .contenu .download {
	display:block;
	text-align:left;
}

.type .contenu .download img{
	display:block;
	margin-bottom:3px;
}

.type .contenu .checkbox {
	display:block;
	margin-top:3px;
	margin-right: 6px;
	float:left;
}

.type .contenu .label_checkbox {
	float:left;
	text-align:left;
}

.type .contenu .radio {
	display:block;
	margin-top:5px;
	margin-right: 6px;
	float:left;
}

.type .contenu .label_radio {
	float:left;
	text-align:left;
	margin-right:12px;
	/*width:95%;*/
}

.type .contenu label {
	display:block;
}

.type .contenu div.ajout {
	margin-left:0;
}

.type .contenu .ajout .bouton_add {
	float:left;
	margin-right:6px;
	margin-top:2px;
	cursor:pointer;
}

.type .contenu .ajout label {
	font-weight:bold;
	cursor:pointer;
	display:inline;
}

.type .contenu .bloc h4 {
	margin-bottom:12px;
}

.type .contenu .bloc .intervenant {
	margin-left:0px;
	margin-bottom:6px;
	padding:0;
	padding-bottom:0;
	overflow-y:hidden;
	border-bottom:#E7E7E7 solid 1px
}

.type .contenu .bloc .intervenant h4 {
	background:url(/images/puce_01.gif) no-repeat left 7px;
	padding-left:12px;
	margin-bottom:0;
}

.intervenant h4 a span {
	color:#6E6C67;
}

.type .contenu table .no_margin_table{
	margin:0;
}

.type .contenu table .no_margin_table .left_img{
	width:100px;
}

.type .contenu table .caracteristiques td .carac_text{
	width:140px;
}

.type .contenu table .caracteristiques td .carac_checkbox{
	width:30px;
}

.login_button{
	background-color: #8AA823;
	font-size:11px;
	padding: 3px 6px;
	border:none;
	color:#fff;
	cursor:pointer;
	margin-top:12px;
}

.type .contenu a.login_button {
	color:#fff;
}

/* fin formulaire */

/* notifications erreur/succes */
.err_msg{
	text-align:left;
	background-color:#efefef;
	color:#FF6600;
	margin-left:18px;
	padding:3px;
	padding-left:12px;
	margin-bottom:6px;
}

.type .contenu .bloc div.err_msg {
	margin-left:0;
}

.success_msg{
	text-align:left;
	background-color:#efefef;
	color:#6f871d;
	padding:3px;
	margin-left:18px;
	margin-bottom:6px;
	padding-left:12px;
}

.type .contenu .bloc .success_msg {
	margin-left:0;
}

.oblig {
	color:#FF6600;
}

/* ajout de pieces jointes */

.type .contenu .pj {
	border-bottom:#E7E7E7 solid 1px;
	clear:left;
	float:left;
	width:100%;
	padding-bottom:12px;
}

.type .contenu .pj .titre {
	display:block;
	font-weight:bold;
	margin-bottom : 12px;
}

.type .contenu .pj .thumb {
	width:auto;
	display:block;
	float:left;
	margin-right:24px;
}

.type .contenu .pj .infos {
	width:auto;
	clear:none;
	float:left;
}

.type .contenu .pj .infos p {
	margin-bottom:6px;
}

.pj_img{
	width:84px;
	height:60px;
	overflow:hidden;
}

.menu_pj {
	background: url(/images/puce_back.gif) no-repeat left 7px;
	padding-left:21px;
	margin-top:18px;
	display:block;
}


.type .contenu table .input_1:focus, .type .contenu table .input_2:focus {
	border-color: #ccd3b1;
	background-color:#e2e9c8;
}

.type .contenu table .td_label {
	padding-top:9px;
	text-align:left;
	vertical-align:bottom;
}

.type .contenu .submit {
	float:right;
	margin-top:24px;
}

.contenu .bloc_right,
.contenu .bloc_left {
	float:left;
	width:249px;
}

.contenu .bloc_left {
	margin-right:51px;
	margin-top:72px;
}

.contenu p,
.contenu ul {
	margin-bottom:27px;
}

.contenu .p_2,
.contenu .ul_2 {
	margin-bottom:12px;
}

.contenu ul li {
	padding-left:12px;
	margin-top:6px;
	background:url(/images/puce_01.gif) no-repeat left 7px;
}

.contenu img.reseau {
	display:block;
	float:right;
	margin-top:30px;
}


/* ACTUALITES */

.actu_list{
	width:527px;
	border-bottom:1px solid #e9e9e8;
	padding-top:18px;
	padding-bottom:12px;
	float:left;
	cursor:pointer;
	margin:0;
}

.type .contenu .bloc div.actu_list{
	margin:0;
}

.actu_list_num{
	float:left;
	clear:both;
	color:#6e6c67;
	font-size:20px;
}

.actu_list_num img {
	display:block;
	float:left;
	margin-right:2px;
}

.actu_list_titre{
	margin-left:30px;
	color:#6e6c67;
	font-size:20px;
	font-weight:normal;
}

.actu{
	margin-left:58px;
	float:left;
	display:none;
	overflow:hidden;
	width:456px;
}

.actu_list_date{
	color:#b7b5b3;
	margin-top:8px;
	margin-bottom:4px;
	background:url(/images/puce_02.gif) no-repeat left 11px;
	padding-left:18px;
	margin-left:58px;
}

.actu_list_img{
	display:block;
	float:left;
	clear:both;
	margin:18px 12px 12px 0;
}

.actu_list_accroche{
	margin-top:18px;
	width:100%;
}

.actu_list_accroche p {
	width:100%;
}
	
.presse.actu_list_accroche{
	margin-left:58px;
	color:#B7B5B3;
	margin-top:9px;
	display:block;
}

a.presse {
	display:block;
}

