﻿#menu a {
	width:auto;
	display: block;
}
#menu li {
	font-family: Arial,sans-serif;
	font-size: 1.3em;
	width: 180px;
	height: 30px;
	list-style: none;
	padding-left: 1%;
	padding-top: 7px; /*permet le centrage vertical*/
	text-align: justify;
	color: #000; 
	background: #FE2E2E;
	background: -webkit-linear-gradient( #FE2E2E, #2C2C2C);
	background: -moz-linear-gradient( #FE2E2E, #2C2C2C);
	background: -ms-linear-gradient( #FE2E2E, #2C2C2C);
	background: -o-linear-gradient( #FE2E2E, #2C2C2C);
	background: linear-gradient( #FE2E2E, #2C2C2C);
	border-radius: 8px;
	text-shadow: 0px 1px 0px white;
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.5), 0 -1px 0 rgba( 255, 255, 255, 0.4);
	margin-left:0px;
	margin-bottom:20px;
	margin-top:20px;
}

#menu li:hover{
	color: #222;
	background: #FF0000;
	background: -webkit-linear-gradient(#FF0000, #333);
	background: -moz-linear-gradient( #FF0000, #333);
	background: -ms-linear-gradient( #FF0000, #333);
	background: -o-linear-gradient( #FF0000, #333);
	background: linear-gradient( #FF0000, #333); 
}

#menu li:active {
	color: #000;
	background: #444;
	background: -webkit-linear-gradient( #DB2218, #2C2C2C);
	background: -moz-linear-gradient( #DB2218, #2C2C2C);
	background: -ms-linear-gradient( #DB2218, #2C2C2C);
	background: -o-linear-gradient( #DB2218, #2C2C2C);
	background: linear-gradient( #DB2218, #2C2C2C);
	box-shadow: 1px 1px 10px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4);
}

a {
	text-decoration:none;
	width:auto;
}
a:link {
	color: #d9d9d9;
}
a:visited {
	color: #d9d9d9;
}
a:hover, a:focus, a:active {
	color: #d9d9d9;
}

#h2 {
	position:absolute;
	margin-top:-80px;
}
#activites, #projets, #references {
	position:absolute;
	left:285px;
	top: 300px;
}
#deuxieme {
	position:absolute;
	left:400px;
	top: 0px;
}
#activites li {
	color:#8C091E;
	font-family: Arial,sans-serif;
	word-wrap:true;
	width:300px;
	padding-top:5px;
	padding-bottom:5px;
	list-style-type: none;	
	vertical-align:10%;
	text-decoration:underline;
	
}
#activites li:before {
	
}
#activites li + li:before {
	color:red;
	content: " > ";
	
}
#activites  li + li {
	list-style-type: none;
	color:#8C091E;
	list-style-image:none;
	text-decoration:none;
}

pre {
	font-family: Arial,sans-serif;
	font-size: 1em;
	color:#8C091E;
	
}

#bandeau {
	width:1200px;
}
#logo {
	margin-left:0.9%;
}

#pdf {
	margin-top:3%;
	margin-left:1%;
}
#references {
	width:auto;
}
#tiret {
	list-style-type: none;
	color:#8C091E;
	list-style-image:none;
	text-decoration:none;
	font-family: Arial,sans-serif;
}

#tiret:before {
	color:red;
	content: " > ";
}
#no-tiret {
	list-style-type: none;
	color:#8C091E;
	list-style-image:none;
	text-decoration:underline;
	font-family: Arial,sans-serif;
}

h4, h5 {
	color:#8C091E;
	font-family: Arial,sans-serif;
}

td {
	border: 1px solid black;
	padding : 5px;
	margin:5px;
	text-align:center;
	word-wrap:true;
}
table {
  border-collapse: collapse;
}
#pair {
	color:#8C091E;
	font-family: Arial,sans-serif;
	height:35px;
}
#impair {
	font-family: Arial,sans-serif;
	height:35px;
	color: #BB0B0B;
}
table {
	width:1000px;
}
#contact {
	color:red;
	text-decoration:underline;
}
#icone_pdf {
	width:20px;
}

#liens table {
	padding:0;
	margin:0;
	list-style-type:none;
}
#liens td{
	border:0px;
}
#liens a {
	color:#8C091E;
}

#liens a:visited {
	color:#bd0207;
}
#liens a:hover {
	color:#a60512;	
}

#fichier {
	color: black;
}