.titre_page{
	font-size:30px;
	color:#a7c202;
}

.sstitre_page{
font-size:17px;
color:#212222;
font-weight:bold;
}

.titre{
font-size:16px;
color:#A09FA3;
font-weight:bold;
}


.titre_bleu{
font-size:16px;
color:#154379;
font-weight:bold;
}


.titre_vert{
font-size:16px;
color:#8DC836;
font-weight:bold;
}


.titre_blanc{
font-size:16px;
color:#FFFFFF;
font-weight:bold;
}


.titre_violet{
font-size:16px;
color:#A62D85;
font-weight:bold;
}

.sous_titre {
	color: #8DC836;
	font-size: 12px;
	font-weight: bold;
}


.sstitre_violet{
font-size:14px;
color:#A62D85;
}


.sstitre_blanc{
font-size:14px;
color:#FFFFFF;
}


.texte{
color:#212222;
}


.rouge{
color:#C12335;
}


.bleu{
color:blue;
}


.mauve{
color:#A8448D;
}

.liste_tableau{
	float:left;
}

.btn_ajout{
	background-color : #8DC836;
	border : none;
	height: 30px;
    width: 30px;
	border-radius: 5px;
    font-weight: bold;
	margin-left: 47%;
	transition: 1s background-color;
}

.btn_ajout:hover{
	background-color: #404041;
	color : white;
	opacity : 0.7;
}

.btn_suppression{
	background-color : darkgray;
	color : brown;
	height: 25px;
    width: 25px;
	border-radius: 5px;
	font-weight: bold;
	float:right;
	border : none;
	transition: 1s background-color;
}
.btn_suppression:hover{
	background-color : brown;
	color : darkgray;
}

.btn_remove{
	background-color : #8DC836;
	border : none;
	height: 30px;
    width: 30px;
	border-radius: 5px;
    font-weight: bold;
	margin-left: 5%;
	transition: 1s background-color;
}

.btn_remove:hover{
	background-color: #404041;
	color : white;
	opacity : 0.7;
}

.footer{
	width:100%;
	height:30px;
	margin-top : 10px;
}

.Table_titre{
	border-collapse:collapse;
	/*width:100%;*/
	max-width:200px;
	min-width:100px;
	text-align:left;
	margin-top:20px;
}

.Table_titre tr{
	border-bottom: 1px solid #A09FA3;
}

.Table_titre td{
	/*padding : 5px 0 8px 0;*/
	height: 40px;
}

.Table_lien{
	border-collapse:collapse;
	width:100%;
	max-width:700px;
	min-width:400px;
	text-align:left;
}


.Table_lien td{
	/*padding : 5px 0 5px 0;*/
	height: 40px;
}

.lien{
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
color:#249257;
text-decoration:none;
}




.lien:hover{
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
color:#249257;
text-decoration:underline;
}


.lien_noir{
font-size:14px;
color:#000000;
text-decoration:underline;
}

.lien_noir:hover{
font-size:14px;
color:#000000;
text-decoration:none;
}


.contour_photo{
border:10px solid #ffffff;
}


