
#contenu {

width:940px;
height:520px;
position:absolute;
top:50%;
margin-top:-260px;
left:50%;
margin-left:-470px;
border-style: solid;
border-width:0px;

}

.texte {
	color: #666666;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.texte-rose {
	color: #d30060;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.texte-noir {
	color: #030000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.lien_texte { 
    font-family: Arial; 
	 color: #d30060; 
	 font-size: 12px; 
	 text-decoration: underline;
}	

.lien_texte:hover {
    text-decoration: underline;
	  font-family: Arial;
	 color: #666666; 
	 font-size: 12px; 
}

.lien_texte2 { 
    font-family: Arial; 
	 color: #666666; 
	 font-size: 12px; 
	 text-decoration: none;
}	

.lien_texte2:hover {
    text-decoration: underline;
	  font-family: Arial;
	 color: #666666; 
	 font-size: 12px; 
}


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 290px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
position: relative;
z-index: 1;
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
border: 0px;
outline:0;
}



.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

