@charset "UTF-8";
/* Page */
html {
 	font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
 	background-color: #81aeab;
	background-image: -moz-linear-gradient(top, #71a4a1 0%, #81aeab 20%);
	background-image: -webkit-linear-gradient(linear,left top,left bottom,color-stop(0, #71a4a1),color-stop(0.2, #81aeab));
}
body {
 	margin: 0 auto;
 	padding: 1em;
  	font-size: 1em;
  	line-height: 1.4;
  	color: black;
	width: 80%;
	height: 100%;
}

/* HEADER */
hgroup { margin: 20px 0 40px }
hgroup h1 {
	font: 40px/54px HighlandGothicLightFLFRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #005a96;
	text-shadow: -1px -1px 0 #650000, 0 0 10px rgba(255,255,255,0.7);
}
hgroup h1 a:hover { border: none }
hgroup h2 {
	font: 14px/20px Colaborate-RegularRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #eee;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
  margin: 0em 0 0em 0; /* Rapproche le titre du texte. (5) */
  line-height: 1.2;
  font-weight: bold; /* Valeur par défaut. (6) */
  font-style: normal;
}
h1 {
  font-size: 1.75em;
}
h2 {
  font-size: 1.5em;
  margin-bottom: 6%;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}

/* Navigation */
.no-js nav li:hover ul {
	display: block;
}
nav {
	display: block;
	margin: 0 auto 2%;
	border: 1px solid #222222;
	position: relative;
	background-color: #6a6a6a;
	font: 16px Tahoma, Sans-serif;
}
nav ul {
	padding: 0;
	margin: 0;
}
nav li {
	position: relative;
	float: left;
	list-style-type: none;
}
nav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
nav li a {
	display: block;
	padding: 10px 20px;
	border-left: 1px solid #999999;
	border-right: 1px solid #222222;
	color: #EEEEEE;
	text-decoration: none;
}
#nom {
	color: red;
}
nav li a:focus {
	outline: none;
	text-decoration: underline;
}
nav li:first-child a {
	border-left: none;
}
nav li.last a {
	border-right: none;
}
nav a span {
	display: block;
	float: right;
	margin-left: 5px;
}
nav ul ul {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	background: #6a6a6a;
}
nav ul ul li {
	float: none;
}
nav ul ul a {
	padding: 5px 10px;
	border-left: none;
	border-right: none;
	font-size: 14px;
}
nav ul ul a:hover {
	background-color: #555;
}

/* Aside */
aside {
	text-align: center;
	padding: .5%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px #629996;
	-moz-box-shadow: 0 0 10px #629996;
	-webkit-box-shadow: 0 0 10px #629996;
	float: right;
}

/* Listes */
ul, ol {
  margin: .75em 0 .75em 32px;
  padding: 0;
}
fieldset {
	width: 98%;
}
select {
	width: 100%;
}
object.objet-cv {
	height: 111em;
	width: 100%;
}

/* Paragraphes */
p {
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
  margin: .75em 0;
  font-style: normal;
}

/* Divers éléments de type en-ligne (8) */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

/* Sections */
article {
	background: #ebe8d9;
	margin: 0 0 30px 0;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px #629996;
	-moz-box-shadow: 0 0 10px #629996;
	-webkit-box-shadow: 0 0 10px #629996;
}
article header {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #eee;
	height: 40px;
	padding: 1% 0 0 1%;
	margin-bottom: 14px;
	background-color: #0081ac;
	box-shadow: inset 0 -35px 35px -18px #005b79;
	background-image: -moz-linear-gradient(top, #0081ac, #005b79);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0081ac),color-stop(1, #005b79));
}
p#user {
	font: bolder;
}

/* Tableaux */
table {
	border: medium groove;
}

/* Formulaires */
form {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/* FOOTER */
footer {
	text-align: center;
	color: #666;
	font-size: 0.7em;
	margin: 0 0 30px 0;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px #629996;
	-moz-box-shadow: 0 0 10px #629996;
	-webkit-box-shadow: 0 0 10px #629996;
}

/* CSS3 */
.borderradius nav {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cssgradients nav {
	background-image: -moz-linear-gradient(0% 22px 90deg, #222222, #999999);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 70%, from(#999999), to(#222222));
}
.boxshadow.rgba nav {
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.75);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.75);
	box-shadow: 2px 2px 2px rgba(0,0,0,.75);
}
.cssgradients nav li:hover {
	background-image: -moz-linear-gradient(0% 100px 90deg, #999999, #222222);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222222), to(#555));
}
.borderradius nav ul ul {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.boxshadow.rgba nav ul ul {
	background-color: rgba(0,0,0,0.8);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.8);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.8);
	box-shadow: 2px 2px 2px rgba(0,0,0,.8);
}
.rgba nav ul ul li {
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}
.rgba nav ul ul a:hover {
	background-color: rgba(85,85,85,.9);
}
.borderradius.rgba nav ul ul li.last {
	border-left: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.csstransforms ul a span {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

/* solutions de repli */
.no-cssgradients nav, .no-js nav {
	padding-bottom: 4px;
	border: none;
	background: url(../../fallback/navBG.gif) repeat-x 0 0;
}
.no-borderradius nav ul, .no-js nav ul {
	background: url(../../fallback/navRight.gif) no-repeat 100% 0;
}
.no-borderradius nav ul ul, .no-js nav ul ul {
	background: none;
}
.no-borderradius nav li, .no-js nav li {
	height: 44px;
}
.no-cssgradients nav li:hover, .no-js nav li:hover {
	background: url(../../fallback/navOverBG.gif) repeat-x 0 0;
}
.no-borderradius nav li li, .no-js nav li li {
	height: auto;
	width: 98%;
	left: -2px;
}
.no-borderradius nav li:first-child, .no-js nav li:first-child {
	background: url(../../fallback/navLeft.gif) no-repeat 0 0;
}
.no-borderradius nav li:first-child:hover, .no-js nav li:first-child:hover {
	background: url(../../fallback/navOverLeft.gif) no-repeat 0 0;
}
.no-borderradius nav li li:first-child, .no-js nav li li:first-child {
	background: none;
}
.no-rgba nav ul ul, .no-js nav ul ul {
	left: 1px;
	padding-left: 2px;
	background: url(../../fallback/subnavBG.png) no-repeat 100% 100%;
}
.no-rgba nav ul ul a, .no-js nav ul ul a {
	left: 3px;
}
.no-rgba nav ul ul a:hover {
	background: url(../../fallback/subOverBG.png) repeat 0 0;
}
.no-csstransforms ul a span {
	height: 7px;
	width: 12px;
	margin-top: 8px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../../fallback/indicator.png) no-repeat 0 0;
}
.no-borderradius ul ul li.last {
	margin-bottom: 10px;
}
.no-cssgradients.boxshadow nav {
	box-shadow: none;
}