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


ul.tabs {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #2e022c;
	border-left: 1px solid #2e022c;
	width: auto;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #2e022c;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background:url("../ressources/degrader_violet.jpg ") #7a1075;
	width:auto;
}

ul.tabs li a {
	visibility:visible;
	text-decoration: none;
	color: white;
	font-size:11px;
	letter-spacing:1px;
	outline: none;
	text-align:left;
	width:auto;
	margin-left:10px;
	margin-right:10px;
}

ul.tabs li a:hover {
	color: white;
	text-decoration: underline;
}

html ul.tabs li.active a {
	color: black;
	text-decoration: none;
}

html ul.tabs li.active , html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	color: black;
}


#lien a { 
	visibility:visible;
	float: right; 
	color: #1e7da4; 
	text-decoration:none; 
	margin: 10px 0 20px 0; 
	outline: none;
}



.lien a { 
	visibility:visible;
	float: right; 
	color: #5d1858; 
	text-decoration:none; 
	margin: 10px 0 20px 0; 
	outline: none;
}

.cita {
	color : #5d1858;
	font-size : 14px;
}

.livret a {
	visibility:visible;
}

.livret img {
	visibility:visible;
	border:none;
}


.livret { 
	float: left; 
	width: 100px; 
	margin: 0 0 0 20px;
	color : white;
}

#telecharger a{
	color : #5d1858;
	clear:both;
	margin-top:5px;
	margin-left:15px;

}

#telecharger a:hover,
#telecharger a:active,
#telecharger a:focus{
	text-decoration:underline; 
}



