body {
	border: 0;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	font-size: 11px;
	color: #000000;
	text-align: left;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table {
    text-align: left;
} 

img.droite {
	float: right;
	margin: 0 0 10px 10px;
}

.tbPrinc {	
	width: 970px;
	border: 0;
}

a.dynstitreHB {
    display: block;
    margin: 0;
    padding: 8px 14px 6px 14px;
    width: 190px;
    min-height: 26px;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: bolder;
    border : 1px solid #C1022D;
    color: #000000;
    text-decoration: none;
    background: #F0EBF0;
}

a.dynstitreH {
    display: block;
    margin: 0;
    padding: 8px 14px 6px 14px;
    width: 190px;
    min-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: bolder;
    border-top : 1px solid #C1022D;
    border-left : 1px solid #C1022D;
    border-right : 1px solid #C1022D;
    color: #000000;
    text-decoration: none;
    background: #F0EBF0;
}

a.dynstitreB {
    display: block;
    margin: 0;
    padding: 8px 14px 6px 14px;
    width: 190px;
    min-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: bolder;
    border-left : 1px solid #C1022D;
    border-right : 1px solid #C1022D;
    border-bottom : 1px solid #C1022D;
    color: #000000;
    text-decoration: none;
    background: #F0EBF0;
}

a.dynstitre {
    display: block;
    margin: 0;
    padding: 8px 14px 6px 14px;
    width: 190px;
    min-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: bolder;
    border-left : 1px solid #C1022D;
    border-right : 1px solid #C1022D;
    color: #000000;
    text-decoration: none;
    background: #F0EBF0;
} 

a.dynstitre:hover { 
	background: #DAD1CB;
	text-decoration: none;
}

a.dynstitreHB:hover {
	background: #DAD1CB;
	text-decoration: none;
}

a.dynstitreH:hover {
	background: #DAD1CB;
	text-decoration: none;
}

a.dynstitreB:hover { 
	background: #DAD1CB;
	text-decoration: none;
}


/* Styles du header */

.tbPrinc .tdHeader {	
	background: url(../images/header_fond.jpg) no-repeat left top;
	height: 96px;
}

.tdHeader .tbHeader {
	width: 950px;
	border: 0;
}	

.tdHeader .tdTitre {
	width: 240px;
}	

.tdHeader .tdAccroche {
	width: 510px;
	text-align: right;
}	

.tdHeader .tdAccroche p {
	margin: 0;
}

.tdHeader .tdAccroche p.date {
	text-align: right;
	font-size: 10px;
	color: #C3002D;
	padding: 9px 0 46px 0;
}

.tdHeader .tdAccroche p.accroche {
	font-size: 18px;
	color: #C3002D;
	font-weight: bolder;
	text-align: left;
}

.tdHeader .tdFLinks {
	text-align: right;
	width: 200px;
	padding: 5px 10px 0 0;
}

.tdHeader .tdFLinks img {
	margin: 0 0 15px 0;
	padding: 0;
}

.tdHeader .tdFLinks form {
	margin: 0;
	padding: 0;
}
	
/* Footer */

.tbPrinc .tdFooter {
	background: url(../images/footer_fond.gif) no-repeat left top;
	height: 28px;
}

.tdFooter p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

.tdFooter a {
	color: #FFFFFF;
	text-decoration: none;
}

.tdFooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.tdFooter img {
	vertical-align: middle;
}


/* Menu */

.tbPrinc .tdMenu {
	padding:0;
	width: 220px;
	vertical-align: top;
}

.tdMenu .header {
	background: url(../images/menu_fond_titreh.gif) no-repeat left top;
	height: 26px;
}

.tdMenu .header h2 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding: 6px 0 0 30px;
}

.tdMenu .contenu {
	background: #F0EBF0;
	vertical-align: top;
	text-align: left;
	padding: 8px 0 0 0;
	border-left : 1px solid #C1022D;
	border-right : 1px solid #C1022D;
	width: 218px;
}

.tdMenu .contenu ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tdMenu .contenu ul li { 
	padding: 0;
}

.tdMenu .contenu ul li a { 
	display: block;
	margin: 0;
	padding: 2px 0 2px 14px;
	width: 204px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.tdMenu .contenu ul li ul li a { 
	display: block;
	margin: 0;
	padding: 2px 0 2px 24px;
	width: 194px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.tdMenu .contenu ul li ul li ul li a { 
	display: block;
	margin: 0;
	padding: 2px 0 2px 34px;
	width: 184px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.tdMenu .contenu ul li a:hover { 
	background: #DAD1CB;
	text-decoration: none;
}

.tdMenu .contenu ul li img {
	vertical-align: middle;
	padding: 0 10px 0 0;
}

.tdMenu .contenu .comparImg {
	float:left;
	clear : none;
	padding : 10px 0 0 0;	
	margin : 0 5px 0 10px;	
}

.tdMenu .contenu .comparTxt {
	padding : 10px 0 0 0;	
	margin: 0;
}

.tdMenu .contenu a { 
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.tdMenu .contenu a:hover { 
	text-decoration: underline;
}

.tdMenu .contenu p {
	font-size: 11px;
	color: #000000;
	text-align: left;
	margin: 0;
	padding: 0 10px 0 10px;
}

.tdMenu .contenu p.puce {
	background: url(../images/puce_croix.gif) no-repeat left top;
	margin: 0 0 0 15px;
}

.tdMenu .contenu form {
	margin: 0;
	padding: 0 10px 0 10px;
}

.tdMenu .contenu input {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tdMenu .contenu input.text {
	background : #FFFFFF;
	border : 1px solid #7F9DB9;
	padding: 0 1px 0 1px;
	color : #000000;
}

.tdMenu .contenu input.submit {
	background : #FFFFFF;
	border : 1px solid #C1022D;
	padding: 0 1px 0 1px;
	color: #C1022D;
	font-weight: bolder;
}

.tdMenu .contenu br.clear {
	clear: both;
}

.tdMenu .footer {
	padding:0;
	margin: 0 0 15px 0;
}

/* Contenu */

.tbPrinc .tdContenu {	
	vertical-align: top;
}

.tdConteu .header, .tdConteu .footer {
	padding:0;
}

.tdContenu .contenu {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0 10px 0 10px;
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
	width: 698px;
}

.tdContenu .contenu .col1 {
	vertical-align: top;
	width: 510px;
}

.tdContenu .contenu .actu {
	padding: 13px 0 0 0;
}

.actu .header {	
	background: #DFD7CF;
	border: 1px solid #9B938B;
	height: 22px;
	width: 690px;
	padding: 0 0 0 8px;
}

.actu .header h2 {	
	background: url(../images/puce_doc.gif) no-repeat left center;
	font-size: 12px;
	color: #584B3E;
	padding: 5px 0 0 17px;
	margin: 0;
}

.actu .contenu {
	vertical-align: top;
	text-align: left;
	padding: 10px 10px 0 10px;
	border-left : 1px solid #9B938B;
	border-right : 1px solid #9B938B;
	width: 678px;
}

.actu .contenu h3 {
	background: url(../images/puce_rouge.gif) no-repeat left top;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 7px;
}

.actu .contenu h3 a { 
	font-weight: bolder;
	color: #C1022D;
	text-decoration: underline;
}

.actu .contenu h3 a:hover { 
	text-decoration: none;
}

.actu .contenu p.date { 
	color: #666666;
}

.actu .contenu p {
	padding: 0 0 10px 0;
}

.actu .footer {	
	background: url(../images/actu_footer.gif) no-repeat left top;
	height: 15px;
	padding: 0 22px 0 0;
	text-align: right;
}

.actu .footer a { 
	background: url(../images/puce_plus.gif) no-repeat right center;
	font-size: 10px;
	color: #C1022D;
	text-decoration: none;
	padding: 0 10px 0 0;
}

.actu .footer a:hover { 
	text-decoration: underline;
}

.tdContenu .contenu .col2 {
	vertical-align: top;
	width: 190px;
}

.filinfo .header {	
	background: #DFD7CF;
	border: 1px solid #9A8E81;
	height: 22px;
	width: 180px;
	margin: 0;
	padding: 0 0 0 8px;
}

.filinfo h2 {	
	background: url(../images/fleche.gif) no-repeat left center;
	font-size: 12px;
	color: #584B3E;
	padding: 4px 0 0 20px;
	margin: 0;
}


.filinfo .posContenu {
	vertical-align: top;
	text-align: left;
	padding: 10px 10px 0 10px;
	border-left : 1px solid #9A8E81;
	border-right : 1px solid #9A8E81;
	position: relative;
	width: 168px;
	height: 83px;
	overflow: hidden;
}

.filinfo .posContenu p {	
	background: url(../images/puce_fleche.gif) no-repeat left top;
	font-size: 11px;
	color: #000000;
	padding: 0 0 10px 8px;
	margin: 0;
}

.filinfo .posContenu a { 
	color: #000000;
	text-decoration: none;
}

.filinfo .posContenu a:hover { 
	text-decoration: underline;
}

.filinfo .img {
	padding: 3px 10px 0 0;
	text-align: right;
	border-left : 1px solid #9A8E81;
	border-right : 1px solid #9A8E81;
}

#comparateur .contenu h2 {
	background: url(../images/titre_compar.gif) no-repeat left center;
	font-size: 20px;
	height: 30px;
	font-weight: normal;
	color: #C1022D;
	padding: 5px 0 0 35px;
	margin: 0 0 15px 0;
}

#comparateur .contenu .rouge {
	font-weight: bolder;
	color: #C1022D;
}

#comparateur .contenu h3 {
	background: #C1022D;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 2px 0 2px 5px;
	margin: 0 0 15px 0;
}

#comparateur .contenu table {
	width: 698px;
	border-bottom : 1px solid #9B938B;
	border-left: 1px solid #9B938B;
}

#comparateur .contenu th {
	background: #DEE2ED;
	font-size: 11px;
	font-weight: bolder;
	color: #48515A;
	padding: 2px 0 2px 10px;
}

#comparateur .contenu th, #comparateur .contenu td {
	border-top: 1px solid #9B938B;
	border-right: 1px solid #9B938B;
}

#comparateur .contenu td {
	padding: 5px;
	font-size: 11px;
}

#comparateur .contenu ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comparateur .contenu ul a { 
	color: #000000;
	text-decoration: none;
}

#comparateur .contenu ul a:hover { 
	text-decoration: underline;
}

#comparateur .contenu ul li { 
	padding: 0 0 10px 15px;
	margin: 0 0 0 5px;
/*	background: url(../images/puce_comp_plus.gif) no-repeat left top;*/
	font-size: 11px;
}

#comparateur .contenu ul li ul li { 
	margin: 5px 0 0 0;
}

#comparateur .contenu ul li.selec {
/*	background: url(../images/puce_comp_moins.gif) no-repeat left top;*/
	font-weight: bolder;
}

#comparateur .contenu form { 
	margin: 0;
	padding: 0;
}

#comparateur .contenu p {
	font-size: 11px;
	color: #000000;
	padding: 0;
}

#comparateur .contenu input {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#comparateur .contenu .compRetour {
	float: left;
	clear : none;
	margin: 10px 0 0 10px;
}

#comparateur .contenu .compValider {
	margin: 10px 10px 0 0;
	text-align: right;
}

#comparateur .contenu .comparImg {
	float: left;
	clear : none;
	margin : 10px 5px 0 10px;	
}

#comparateur .contenu .comparImg2 {
	margin: 15px 0 0 210px;
}

#fiche .contenu h2 {
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	height: 30px;
	padding: 5px 0 0 35px;
	margin: 0 0 15px 0;
}

#fiche .contenu h2.infra {
	background: url(../images/titre_infra.gif) no-repeat left center;
}

#fiche .contenu h2.db {
	background: url(../images/titre_db.gif) no-repeat left center;
}

#fiche .contenu h2.admin {
	background: url(../images/titre_admin.gif) no-repeat left center;
}

#fiche .contenu h2.dev {
	background: url(../images/titre_dev.gif) no-repeat left center;
}

#fiche .contenu h2.ntiers {
	background: url(../images/titre_ntiers.gif) no-repeat left center;
}

#fiche .contenu h2.ptl {
	background: url(../images/titre_ptl.gif) no-repeat left center;
}

#fiche .contenu h2.cms {
	background: url(../images/titre_cms.gif) no-repeat left center;
}

#fiche .contenu h3 {
	font-size: 18px;
	font-weight: bolder;
	margin: 0 0 15px 0;
}

#fiche .contenu .rouge {
	color: #C1022D;
}

#fiche .contenu .communaute {
	background: url(../images/retour.gif) no-repeat left center;
	font-size: 12px;
	font-weight: bolder;
	color: #C1022D;
	height: 18px;
	margin: 30px 0 10px 0;
	padding: 4px 0 0 25px;
}

#fiche .fichePrinc .col1 {
	padding: 15px 0 0 0;
	vertical-align: top;
	width: 310px;
}

#fiche .fichePrinc .col2 {
	padding: 15px 0 0 0;
	vertical-align: top;
	width: 198px;
}

#fiche .fichePrinc .col3 {
	padding: 15px 0 0 0;
	vertical-align: top;
	width: 192px;
}

#fiche .info .header {	
	background: #E5E5E5;
	border: 1px solid #9B938B;
	height: 22px;
	width: 180px;
	margin: 0;
	padding: 0 0 0 8px;
}

#fiche .info h3 {	
	font-size: 12px;
	color: #666666;
	padding: 3px 0 0 0;
	margin: 0;
}

#fiche .info .contenu {
	vertical-align: top;
	text-align: left;
	padding: 10px 10px 0 10px;
	border-left : 1px solid #9B938B;
	border-right : 1px solid #9B938B;
	width: 168px;
}

#fiche .info .contenu p {	
	font-size: 11px;
	color: #000000;
	padding: 0 0 5px 0;
	margin: 0;
}

#fiche .info .contenu .titre {	
	color: #666666;
}

#fiche .col3 p {	
	font-size: 11px;
	color: #000000;
	padding: 0 0 5px 0;
	margin: 0;
}

#fiche .col3 .titre {	
	color: #666666;
}

#fiche .col3 a { 
	color: #C1022D;
	text-decoration: underline;
}

#fiche .col3 a:hover { 
	text-decoration: none;
}

#fiche .col3 .doc {	
	background: url(../images/puce_doc2.gif) no-repeat left center;
	font-weight: bolder;
	color: #C1022D;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
}

#fiche .col3 ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#fiche .col3 ul li { 
	background: url(../images/puce_croix.gif) no-repeat left top;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 11px;
}

#fiche h4 {
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0;
}

#fiche h4.infra {
	background: #004AC6;
}

#fiche h4.db {
	background: #02ABE6;
}

#fiche h4.admin {
	background: #67CE3D;
}

#fiche h4.dev {
	background: #B07CFF;
}

#fiche h4.ntiers {
	background: #B4581D;
}

#fiche h4.ptl {
	background: #FFB400;
}

#fiche h4.cms {
	background: #DD0B0B;
}

#fiche h4 a { 
	color: #FFFFFF;
	text-decoration: none;
}

#fiche h4 a:hover { 
	text-decoration: underline;
}

#fiche .ouvert {
/*	background: url(../images/puce_comp_moins.gif) no-repeat left center;*/
	margin: 10px 0 10px 0px;
	padding: 3px 0 3px 18px;
}

#fiche .ferme {
/*	background: url(../images/puce_comp_plus.gif) no-repeat left center;*/
	margin: 10px 0 0 0px;
	padding: 3px 0 3px 18px;
}

#fiche .contenu .tbProjets {
	width: 698px;
	border-top: 1px solid #9B938B;
	border-bottom: 1px solid #9B938B;
	border-right: 1px solid #9B938B;
	margin: 5px 0 0 0;
}

#fiche .contenu .tbProjets th {
	background: #DEE2ED;
	font-size: 11px;
	font-weight: bolder;
	color: #48515A;
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #9B938B;
}

#fiche .contenu .tbProjets td {
	padding: 5px;
	width: 25%;
}

#fiche .tbProjets th.borderLeft, #fiche .tbProjets td.borderLeft {
	border-left: 1px solid #9B938B;
}

.my_ouvert {
	background: url(../images/puce_comp_moins.gif) no-repeat left top;
}

.my_ferme {
	background: url(../images/puce_comp_plus.gif) no-repeat left top;
}


