/*************************************************************************************************************
* MENUS MES INFOS
*************************************************************************************************************/
#contenuCitizen {
	/*padding:0 0 0 1em;*/
	margin: 0 0 0 1em;
}
	

	
#contenuCitizen .btn {
	background: #E3E4E4 url(../../../images/puce_fleche_m.gif) .5em .6em no-repeat;
	padding: .4em;
	padding-right: 2em;
	text-indent: 1.2em;
	color: #005AA1;
	font-weight: bold;
	float: left;
	border-top: .6em solid white;
	border-bottom: .6em solid white;
	border-left: .6em solid white;
	border-right: .6em solid white;
}

#contenuCitizen a.btn {
	background:#E3E4E4 url(../../../images/puce_fleche_m.gif) no-repeat scroll 0.5em 0.6em;
	border :0.6em solid white;
	color:#005AA1;
	float:left;
	font-weight:bold;
	padding:0.5em 2em 0.5em 1em;
	text-indent:1.2em;
	font-size:1.1em;
}

#contenuCitizen .input-text{
	border: 1px solid silver;
	width: 20em;
	height:2em;
}

#contenuCitizen .asterisques{
	color: #CC3333;
	font-weight: normal;
	font-style: italic;
}

#contenuCitizen .moitie-gauche {
	float:left;
	margin:1px 1px 1px 15px;
	width:35%;
}

#contenuCitizen .titre {
	float:left;
	margin:1px 1px 1px 1px;
	width:35%;
}

#contenuCitizen .titre h1{
	font-size: 1.6em;
	margin: 0em 0;
	color: #005AA1;
	padding: 0 0 0 .24em;
	width: 100%;
	margin: 1em 0 1em -0.2em;
	border-left: 0.38em solid #009EE0;
}
	
#contenuCitizen .colonne-gauche {
	float:left;
	margin:1px 1px 1px 40px;
	width:20%;
	}

#contenuCitizen .moitie-droite {
	float:right;
	margin:1px 1px 20px;
	width:50%;
	}
	
#citizen{
	background-color:silver;
	/*float:right;
	width:24.85em;*/
	font-size: 0.9em;
}

#citizen div{
	background-color: white;
	/*margin: 0 1px 1px 1px;
	padding:0 1em 0 1em;*/
	margin: 0 0 0 1px;
}

#citizen h3{
	color: gray;
	font-weight: normal;
	position: relative;
	left: -0.8em;
	padding-left: 1.3em;
	padding-bottom: .5em;
	/*margin-bottom: .5em;*/
	/*background: url(../../../images/fnd_titres_infos.gif) left bottom no-repeat;*/
	padding-right: 0;
}

#citizen span.bonjour{
	font-size: 1.2em;
	color: #005AA1;
	font-weight: bold;
}
#citizen span.nom{
	font-size: 1em;
	color: #EB9422;
	font-weight: bold;
}
#citizen a.lien{
	margin-left: 1em;
	/*font-weight: bold;*/
}
#citizen ul b{
	font-size: 1.3em;
	color: #41A9D9;
}


/* onglets */

#citizen-header {
	background:url("../../../images/plugins/citizen/bg.gif") repeat-x scroll center bottom #DAE0D2;
	float:left;
	font-size:110%;
	line-height:normal;
	width:100%;
}
#citizen-header ul {
	list-style:none outside none;
	margin:0;
	padding:10px 10px 0;
}
#citizen-header li {
	background:url("../../../images/plugins/citizen/left.gif") no-repeat scroll left top transparent;
	float:left;
	margin:0;
	padding:0 0 0 9px;
	/*width: 120px;*/
	cursor : pointer; 
}
#citizen-header span {
	background:url("../../../images/plugins/citizen/right.gif") no-repeat scroll right top transparent;
	color:#7398B8;
	display:block;
	font-weight:bold;
	padding:5px 15px 4px 6px;
	text-decoration:none;
}
#citizen-header a:hover {
	color:#333333;
}
#citizen-header .reactifActif {
	background-image:url("../../../images/plugins/citizen/left_on.gif");
}
#citizen-header .reactifActif span{
	background-image:url("../../../images/plugins/citizen/right_on.gif");
	color:#333333;
	padding-bottom:5px;
}



