* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	border-bottom-style: none;
	border-style: none;
}

ul li {
	list-style-type: none;
	text-decoration: none;
}

body {
	color: #ccc;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-bottom: 6px;
}

#wrapper {
	color: #039;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	
	padding: 0;
	background-color: white;
}

/* @group Menu de Tête */

#tete {
	margin-left: 190px;
}

#tete a {
	color: gray;
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#tete a:visited {
	color: silver;
}

#tete a:hover {
	color: silver;
	text-decoration: underline;
}

#tete a:active {
	color: orange;
}

#tete ul {
	margin-left: 12px;
}

#tete li {
	color: silver;
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	white-space: pre;
	display: inline;
}

/* @end */

/* @group Entête */

#entete {
	margin-bottom: 35px;
	margin-left: -108px;
	margin-top: 15px;
}

/* @end */

/* @group Navigation Gauche */

#navgauche {
	width: 160px;
	float: left;
}

#navgauche h1 {
	color: #036;
	margin-top: 15px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#navgauche p {
	color: white;
	margin-bottom: 4px;
	border-color: orange;
	border-bottom: 1px solid orange;
}

/* @end */

/* @group Catégories */

#categories a {
	color: #036;
	line-height: 16pt;
	width: 150px;
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 16px;
}

#categories a:hover {
	color: #C53837;
	border: 1px solid gray;
	border-left: 2px dotted #036;
	padding-left: 5px;
	font-size: 14px;
}

#categories a:active {
	border: 2px inset #39c;
	background-color: white;
}

/* @end */

/* @group Domaines */

ul#domaines {
	list-style-type: none;
	padding-top: 5px;
}

#domaines a {
	color: gray;
	line-height: 16pt;
	width: 150px;
	display: block;
	background-color: white;
	font-weight: bold;
}

#domaines a:hover {
	color: #036;
	border: 1px solid gray;
	border-left: 2px dotted #369;
	padding-left: 5px;
}

#domaines a:active {
	border: 2px inset #39c;
	background-color: white;
}

/* @end */

/* @group Sites */

ul#sites {
	list-style-type: none;
	padding-top: 5px;
}

#sites a {
	color: olive;
	line-height: 16pt;
	width: 150px;
	display: block;
	font-weight: bold;
}

#sites a:hover {
	color: gray;
	border: 1px solid gray;
	border-left: 2px dotted green;
	padding-left: 5px;
}

#sites a:active {
	border: 2px inset #39c;
	background-color: white;
}

/* @end */

/* @group Liens & Amis */

ul#formation {
	list-style-type: none;
	padding-top: 5px;
}

#formation a {
	color: gray;
	line-height: 16pt;
	width: 150px;
	display: block;
	font-weight: bold;
	font-size: 0.96em;
}

#formation a.info {
	color: gray;
	line-height: 16pt;
	width: 150px;
	display: block;
	font-weight: bold;
	font-size: 0.96em;
	position: relative;
}

#formation a.info span {
	display: none;
}

#formation a.info:hover {
	color: olive;
	border: 1px solid gray;
	border-left: 2px dotted olive;
	padding-left: 5px;
	background: none;
	z-index: 500;
	cursor: help;
}

#formation a.info:hover span {
	display: inline;
	position: absolute;
	white-space: nowrap;
	top: 5px;
	left: 140px;
	background-color: #eee;
	color: #369;
	padding: 3px 3px 3px 6px;
	border: 1px solid white;
	border-left: 3px dotted orange;
	opacity: 0.9;
}

#formation a:hover {
	color: olive;
	border: 1px solid gray;
	border-left: 2px dotted olive;
	padding-left: 5px;
}

#formation a:active {
	border: 2px inset #39c;
	background-color: white;
}

/* @end */

/* @group Accueil */

#contenu-texte span {
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#accueil {
	width: 550px;
	float: left;
	text-decoration: none;
	color: #369;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#accueil h1 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: gray;
	margin: 20px 0 15px;
	border-bottom: 1pt solid orange;
}

#accueil p {
	color: #369;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 9px;
}

#accueil p:first-letter {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2pt;
}

#accueil ul li {
	list-style-type: disc;
	list-style-position: inside;
	font: 16px/25px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#accueil ul li.formation {
	color: olive;
	margin-top: 15px;
}

#accueil ul li ul li {
	list-style-type: square;
	list-style-position: inside;
	font: 16px/25px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #369;
	text-indent: 18px;
}

#accueil a {
	color: olive;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#accueil ul a {
	color: olive;
}

#accueil em {
	font: small-caps 14px Geneva, Arial, Helvetica, sans-serif;
	color: gray;
	white-space: pre;
	letter-spacing: 1pt;
}

#accueil strong {
	font: small-caps bold 15px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
}

#accueil small {
	color: #039;
}

#accueil img {
	border: 1px solid gray;
	margin-bottom: 6px;
	background-color: white;
}

#accueil blockquote {
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	text-align: left;
}

/* @end */

/* @group Contenu */

#contenu {
	float: right;
	width: 758px;
	height: auto;
}

#contenu h1 {
	margin-top: 22px;
	font-weight: 400;
	font-size: 1.75em;
	font-family: 'Open Sans', Arial, Helvetica, Sans;
	border-top: 1px none white;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 1px;
	padding-bottom: 3px;
	color: olive;
}

#contenu h2 {
	margin-top: 20px;
	font: 300 1.5em 'Open Sans', Arial, Helvetica, Sans;
	border-top: 1px none white;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 1px;
	padding-bottom: 3px;
}

#contenu small {
	color: #039;
}

/* @end */

/* @group Contenu Texte */

#contenu-texte {
	width: 535px;
	float: left;
	background-color: #EEE;
	height: 670px;
	text-decoration: none;
	color: #369;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 20px 20px 5px;
	margin: 0;
}

#contenu-texte span {
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#contenu-texte h1 {
	font: 300 1.5em 'Open Sans', Arial, Helvetica, Sans;
	color: #369;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}

#contenu-texte h2 {
	font: italic bold 14px Georgia, "Times New Roman", Times, serif;
	color: #036;
	margin: 3px 0 2px;
}

#contenu-texte h2 span {
	font-style: italic;
}
#contenu-texte p {
	color: #369;
	font: 15px/20px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 9px;
	margin-right: 5px;
}

#contenu-texte ul li {
	list-style-type: disc;
	list-style-position: inside;
	font: 16px/25px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#contenu-texte ul li.formation {
	color: olive;
	margin-top: 15px;
	border-top: 2px dashed olive;
}

#contenu-texte ul li ul li {
	list-style-type: square;
	list-style-position: inside;
	font: 16px/25px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #369;
	text-indent: 18px;
}

#contenu-texte a {
	color: olive;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#contenu-texte ul a {
	color: olive;
}

#contenu-texte big {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2pt;
}

#contenu-texte em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #036;
	font-weight: bold;
}

#contenu-texte strong {
	font: small-caps bold 15px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
}

#contenu-texte small {
	color: #039;
}

#contenu-texte img {
	border: 1px solid gray;
	margin-right: 2px;
	margin-bottom: 8px;
	background-color: white;
}

/* @end */

/* @group Contenu Références */

#contenu-references {
	width: 720px;
	float: left;
	background-color: #EEE;
	height: 650px;
	padding: 5px 20px 5px 20px;
}
#contenu-references h1 {
	font: 400 1.5em 'Open Sans', Arial, Helvetica, Sans;
	color: #369;
	margin-bottom: 0;
}

#contenu-references h2 {
	margin-top: 10px;
	font: 300 1.2em 'Open Sans', Arial, Helvetica, Sans;
	border-top: 1px none white;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 1px;
	padding-bottom: 3px;
}

#contenu-references p {
	color: #369;
	font: 15px/22px Georgia, "Times New Roman", Times, serif;
}

#contenu-references p:first-letter {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}

#contenu-references strong {
	font: small-caps bold 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
}

#contenu-references img {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	border-style: none;
}

#contenu-references a {
	text-decoration: none;
	border-style: none;
}

#contenu-references a:visited {
	text-decoration: none;
	border-style: none;
}

/* @end */

/* @group Contenu Clients */

#contenu-clients {
	width: 535px;
	float: left;
	background-color: #EEE;
	height: 675px;
	text-decoration: none;
	color: #369;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 12px 18px 5px;
	margin: 0;
}

#contenu-clients h1 {
	font: 300 1.5em 'Open Sans', Arial, Helvetica, Sans;
	color: #369;
	margin-bottom: 10px;
}

#contenu-clients h1.sanslogo {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #369;
	margin-bottom: 10px;
}

#contenu-clients h2 {
	color: gray;
	text-align: center;
	font: 1.2em/1.5px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 20px;
	margin-bottom: 15px;
}

#contenu-clients p {
	color: #369;
	font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 9px;
	clear: both;
}

#contenu-clients img {
	border: 1px solid gray;
	margin-right: 5px;
	margin-bottom: 4px;
	background-color: white;
	width: auto;
}

#contenu-clients blockquote {
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	text-align: left;
}


/* @end */

/* @group Contenu Droite */

#contenu-droite {
	width: 162px;
	float: right;
	padding-bottom: 5px;
}

/* @group My Group */



/* @end */

/* @group Logos */

#logos {
	border: 1px solid orange;
	overflow: auto;
	height: 624px;
}

#logos img {
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}



/* @end */

#contenu-droite p {
	font-weight: bold;
	background-color: white;
	text-align: center;
	border: 2px solid white;
	display: block;
	color: #069;
	font-size: 20px;
	word-spacing: -2px;
}

#contenu-droite a {
	color: white;
}

#contenu-droite h1 {
	color: gray;
	text-align: center;
	margin-top: 15px;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 20px;
}

#contenu-droite img {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* @end */

/* @group Pied */

#pied_de_page {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
}

#pied_de_page p {
	color: white;
	font: 16px/36px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #069;
	text-align: center;
	margin-bottom: 10px;
}

#pied_de_page a {
	color: gray;
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#pied_de_page a:visited {
	color: silver;
}

#pied_de_page a:hover {
	color: silver;
	text-decoration: underline;
}

#pied_de_page a:active {
	color: orange;
}

#pied_de_page ul {
	margin-left: 207px;
}

#pied_de_page li {
	color: silver;
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	white-space: pre;
	display: inline;
}

/* @end */

.photolibrary {
	color: green;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.ml01 {
	margin-left: 1px;
}

.ml05 {
	margin-left: 5px;
}

.ml07 {
	margin-left: 7px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.ml60 {
	margin-left: 60px;
}

.mr03 {
	margin-right: 3px;
}

.mr04 {
	margin-right: 4px;
}

.mr05 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mt05 {
	margin-top: 5px;
}

.mt08 {
	margin-top: 8px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mtl05 {
	margin: 5px 0 0 5px;
}

.mtl10 {
	margin: 10px 0 0 10px;
}

.mtl15 {
	margin: 15px 0 0 15px;
}

.mtl20 {
	margin: 20px 0 0 20px;
}

.v3 {
	width: 172px;
	height: auto;
}

.v3-sfs
 {
	width: 135px;
	height: 180px;
}

.v3-bl {
	width: 100px;
	height: 220px;
}

.v3-pippa {
	width: 168px;
	height: 110px;
}

.v4	 {
	width: 123px;
	height: auto;
}

.v4-ecrit	 {
	width: 123px;
	height: 186px;
}

.v4-ulisse	 {
	width: 123px;
	height: 193px;
}

.souligne {
	border-bottom: 2px dashed #369;
	margin-top: 12px;
}

.logos {
	border: 1px solid white;
	float: left;
	display: inline-block;
	background-color: transparent;
}
