@charset "utf-8";
/* CSS Document */

/* This CSS stylesheet defines styles used by required elements in a flex application page that supports browser history */

#ie_historyFrame { width: 0px; height: 0px; display:none }
#firefox_anchorDiv { width: 0px; height: 0px; display:none }
#safari_formDiv { width: 0px; height: 0px; display:none }
#safari_rememberDiv { width: 0px; height: 0px; display:none }

/* Zone Menu Gauche */

div#ZoneMenuGauche {
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	}

/* Zone des Boutons */

#menuGaucheFrame {
	position: relative;
	overflow: hidden;
	float: left;
	width: 122px;
	height:292px;
	background:url(../Images/menuLeft/menuGaucheBoutonFrame.gif) repeat-x;
}

/* Menu */

#menuGauche {
	background: no-repeat;
}

#menuGauche ul {
	margin: 0; padding: 0;
	list-style: none;
	background-repeat:no-repeat;
}

#menuGauche li {
	display: inline;
	line-height:1.1em;
}

#menuGauche li a{
	
	
	display: block;
	width: 121px;
	height: 21px;
	margin: 0 0 7px 0;
	background:url(../Images/menuLeft/menuGauche_Btn_Out.gif) no-repeat;
	text-indent:6px;
	text-align:left;
	text-decoration: none;
	font-family:"Microsoft Sans Serif","MS Serif", "New York", serif; 
	font-size:60%;
	color: #fff;
}

#menuGauche a:hover {
	background:url(../Images/menuLeft/menuGauche_Btn_Over.gif);
	width:121px;
	text-decoration: none;
}

#menuGauche a:active  {
	background:url(../Images/menuLeft/menuGauche_Btn_Click.gif);
	width:121px;
	text-decoration: none;
}

#menuGauche .sousMenu a{
	text-indent:14px;
	font-size:60%;
}

/* Zone du contenu*/
div#content{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20 px;
	font:80% Verdana,Geneva,sans-serif;
	text-align: left;
	line-height:1.4em;
	padding:0px;
	background-color:#FFF;
	color:#000;
	background:#FFF;
}

h1{
	color:#627b3c;
	font-size:135% bold;
	margin-bottom: 50px;
}

h2{
	font-size:100% bold;
	margin-bottom: 30px;
}

ul         { 
	list-style: outside;
}


div.wrapContainer{
	width:99.5%; 
	float:left;
}

.image-right{
	float: right; 
	vertical-align: text-top;
}

#content .list1 ul{
	list-style-type:square;
	list-style-image:#627b3c url(../Common/Images/likeList.gif);
	list-style-position: outside;
}

#content .list1 {
	list-style-type:none;
	text-indent:30px;
	margin-top:0;
	padding-top:0;
}
#content .list2{
	list-style-type:square;
	list-style-image:url(../Common/Images/likeList.gif);
	list-style-position: outside;
	margin-bottom:20px;	
}

#content .list3 ul{
	list-style-type:circle;
	text-indent:10px;
	list-style-position: outside;
}
.speciaList:first-letter{
	list-style-type:square;
	font-weight: bold;
	font-size:120%; 
	color: #627b3c;
	line-height:1.2em;
	list-style-image:url(../Common/Images/likeList.gif);
	list-style-position: outside;
}

table.tableau{
	width:730px;
	position:relative;
	border-collapse:collapse;
	margin-top:40px;
	margin-left:5px;
	
}

.tableau .header td{
	height:21px;
	border:0 0 0 0;
	margin-bottom:15px;
	background-color:#627b3c;
	font-size:90%, bold;
	text-align:left;
	padding-left:10px;
	color:#fff;
}

.tableau .data td{
	height:21px;
	border-color:#000;
	margin:0 0 0 0;
	padding-top:10px;
	padding-left:5px;
	vertical-align:text-top;
	color:#000;
}

.tableau .imgLikeList{
	width:10px;
	vertical-align: middle;	
	position:relative;
}

.tableau .imgLikeList:before {
	content:url(../Common/Images/likeList.gif);
}

.tableau .imgLign{
	align: center;
	padding-top:5px;
	padding-left:160px;
}

.tableau .imgSavoirPlus{
	align: right;
	border:0 0 0 0;
	border-style:none;
	vertical-align:middle;
	padding-left:5px;
}

.colDate{
	font-size:80%;
	width:100px;	
}

.tableau .col1{
	width:280px;
}

.tableau .col2{
	width:160px;
}

.tableau .col3{
	width:190px;
}

.tableau .col4{
	width:90px;
}

.tableau .colProjChiffre{
	width:264px;
}

.tableau .colOrg{
	width:210px;

}

.tableau .colAct{
	width: 380px;
}

.tableau .colInfo{
	width: 40px;
	padding-right:5px;
}

.tableau .colSource{
	width:100px;
}

.tableau .colSource a{
	text-decoration: none;
	color:#000;
}
.tableau .colContact{
	width:114px;

}


.tableau .data2 td{
	height:21px;
	width: 450px;
	border-style:solid;
	border-color:#000;
	border-width:1px;
	margin:0 0 0 0;
	padding-top:5px;
	padding-left:10px;
	vertical-align:text-top;	
	color:#000;
}

.tableau .textDeco1 a{
	text-decoration: none;
	color:#000;
}

#content .textDeco1 a{
	text-decoration: none;
	color:#000;
}	
