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

/*CSS de la page d'accueil des sites techniques*/

body,td,th,p {
	font-family: Arial;
	font-size:12px;
}

td{
	border:solid 1px #CCCCCC;
}

td .FormTbl{/*Tableaux sans bordures pour formulaires*/
	border:none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: white;
}

p{
	font-size:12px;
	margin:0px 4px 0px 10px;
	sborder:solid 0px lime;
}

.orange{
	color:#e85113;
	margin-left:15px;
}

a{
	color:#333333;
	sborder-bottom:solid 1px #999999;
}

/*a.liste:hover{
	color:#e85113;
	border-bottom-color:#e85113;
}	
*/
a:hover{
	color:#e85113;
}	

blockquote{
	font-size:11px;
}

.liste-orange{
	line-height:20px;
}

.liste-orange li{
	font-size:11px;
	list-style-image:url(../_Images/puce-eo.png);
	margin-left:60px;
}

.liste-gris li{
	font-size:11px;
	list-style-image:url(../_Images/puce-eo.png);
	margin-left:60px;
}

h1{
	text-align:left;	
	color:#e85113;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

h2{
	text-align:left;	
	color:#e85113;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	margin:8px 4px;
}

a.image {
	border-bottom:0px;
}

.Titre1Tableau{
	color:#FFFFFF;
	background-color:#E85113;
	font-weight:bold;
	text-align:center;
}

.Titre2Tableau{
	background-color:#CCCCCC;
	text-align:center;
	font-weight:bold;
}

