/* CHOIX CIS */
.table-choix-CIS	
	{
		width:90%; 
		border: 4px solid #696969;
		border-radius: 10px;
		border-collapse: collapse;
		text-align: center;
	}
	
.tr-choix-CIS-Titre
	{
		border: 4px solid #696969;
		border-collapse: collapse;
	}

.td-choix-CIS-Titre
	{
		border: 4px solid #696969;
		border-collapse: collapse;
		color: red;
		font-size: 25px;
		font-weight: bold;
		text-decoration: underline;
		height: 35px;
	}

.td-choix-CIS-SousTitre
	{
		width:25%; 
		border: 2px solid #696969;
		border-collapse: collapse;
		font-size: 20px;
		font-weight: bold;
		text-decoration: underline;
		height: 30px;
	}

.tr-choix-CIS-Liste
	{
		border: 2px solid #696969;
		border-collapse: collapse;
	}

.td-choix-CIS-Liste
	{
		border: 2px solid #696969;
		border-collapse: collapse;
		height: 90px;
	}

.td-choix-CIS-Liste a
	{
		text-decoration: none;
		color: blue;
		font-size: 16px;
	}

.td-choix-CIS-Liste a:hover
	{
		text-decoration: none;
		color: red;
		font-size: 18px;
	}

.td-choix-CIS-Liste a:visited
	{
		text-decoration: none;
		color: blue;
		font-size: 16px;
	}

/* AFFICHAGE ENGINS CIS*/
#titreCISengins
	{
		color: blue;
		font-size: 30px;
		font-weight: bold;
		text-decoration: underline;
		text-align: center;
		margin: 0px auto 20px auto;
	}

.engins-titre
	{
		border: thin solid #cbcbcb;
		text-decoration: underline;
		color: red;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}

.engins-list
	{
		border: thin solid #cbcbcb;
		text-align: center;
		width: auto;
		color: blue;
	}

.titre
	{
		text-decoration: underline;
		color: red;
		font-size : 25px;
		text-align: center;
	}


.engins	
	{
		width:90%; 
		border: medium solid #cbcbcb;
		border-collapse: collapse;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-animation-duration: 1.5s;
		-webkit-animation-iteration-count: infinite;
		-moz-box-shadow: 0px 0px 10px #cbcbcb;
	}

.engins-titre
	{
		border: thin solid #cbcbcb;
		text-decoration: underline;
		color: red;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}

.engins-list
	{
		border: thin solid #cbcbcb;
		text-align: center;
		width: auto;
		color: blue;
	}

.titre
	{
		text-decoration: underline;
		color: red;
		font-size : 25px;
		text-align: center;
	}