@charset "UTF-8";
/* CSS inforweb.ch - Copyright 2009 */

* {
	margin:0;
	padding:0;
}
body {
	background-color: #FFFFFF;
	font: 75% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5d796b; /*738d80 ou 668174*/
}
a img {
	border:0;
}
a.homeURL, a:hover.homeURL, a:visited.homeURL, a:active.homeURL {
	text-decoration: none;
	color: #5d796b;
	cursor: pointer;
}
#main {
	width: 1020px;
	margin: 10px auto;
/*	border: 1px #999999 solid;
*/}
/* TOP */
#top {
	position: relative;
	width: 1020px;
	background-color: #FFFFFF; /*738d80*/
}
#top h1.titre {
	padding: 50px 0 10px 0;
	color: #efefef;
	line-height: 20px;
	font-size:1em;
	font-weight:normal;
}
#top h1.titre a {
	color: #efefef;
}
#top h1.titre a:hover {
	color: #738d80;
}
#top #langues {
	float: right;
	overflow: hidden;
	padding: 55px 20px 5px 0;
	color:#738d80;
}
#top #langues a {
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color:#738d80;
}
#top #langues a:visited {
	color:#738d80;
}
#top #langues a:hover {
	color:#003333;
}
#top #langues a:active {
	color:#003333;
}
/* GALERIE */
#galerie {
	width: 100%;
	background-color: #FFFFFF;
}
#galerie img.profil {
	padding-left: 510px;
}
#contenu {
	overflow: hidden;
	position: relative;
	width: 1020px;
	height: 330px;
	background-color: #FFFFFF;
}

/* GALERIE */
#contenu #photoCopy {
	position:absolute; 
	right: 20px; 
	top: 0px; 
	color: #cccccc;
	font-size: 0.82em;
}
#contenu ul {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	text-align: right;
}
#contenu ul li {
	display:inline;
	text-align:center;
}
#contenu li.imgGal {
}
#contenu li.btLeft {
	padding: 0 15px 0 140px;
	font-size: 0.82em;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
}
#contenu li.btRight {
	padding: 0 25px 0 0;
	font-size: 0.82em;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
}
#contenu ul li a {
	text-align:center;
	padding: 5px;
	font-size: 0.82em;
	font-weight: bold;
	text-decoration: none;
	color:#FF0000;
}
#contenu ul li a:hover {
	color:#0099FF;
}
#contenu ul li a.on {
	color:#0099FF;
}

#contenu #formdiapo {
	position: absolute;
	bottom: 10px; right: 20px;
}

/* NAV */
#nav {
	float:left;
	width: 160px;
	padding: 15px 20px 130px 20px;
	overflow: hidden;
}
#nav ul {
	margin: 0;
	list-style-type: none;
}
#nav ul li {
}
#nav ul li a {
	display: block;
	padding: 4px 20px 6px;
	background: url(images/buttonOff.gif) no-repeat 5px 6px;
	color:#5d796b;
	font-size: 1em;
	font-weight: lighter;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
#nav ul li a:hover {
	color:#003333;
	background: url(images/buttonOver.gif) no-repeat 5px 6px;
}
#nav ul li a.on {
	color:#003333;
	background: url(images/buttonOn.gif) no-repeat 5px 6px;
}
/* SUBNAV */
#subnav {
	float:left;
	position: relative;
	width: 400px;
	padding: 15px 0;
	overflow: hidden;
}
#subnavProfile {
	float:left;
	position: relative;
	width: 296px;
	padding: 15px 0;
	overflow: hidden;
}
#subnav ul ,
#subnavProfile ul {
	margin: 0;
	list-style-type: none;
}
#subnav ul li ,
#subnavProfile ul li {
	position: relative;
}
#subnav ul li a ,
#subnavProfile ul li a {
	display: block;
	line-height: 15px;
	padding: 0px 5px 0px 20px; 
	padding-top: 10px; /* Reglage espace uniquement regle le padding top */
	background: url(images/buttonOffB.gif) no-repeat 5px 13px;  /* si change padding top regle la puce */
	color:#5d796b;
	font-size: 1em;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
}
#subnav ul li a:hover ,
#subnavProfile ul li a:hover {
	color:#003333;
	background: url(images/buttonOverB.gif) no-repeat 5px 13px; /* si change padding top regle la puce */
}

#subnav ul li a.on ,
#subnavProfile ul li a.on {
	color:#003333;
	background: url(images/buttonOnB.gif) no-repeat 5px 13px; /* si change padding top regle la puce */
}
#subnav ul li a span.right ,
#subnavProfile ul li a span.right {
	position: absolute;
	right: 0px; 
	bottom: 3px; /* Reglage allignement uniquement regle le bottom */
	line-height: 12px;
	color:#5d796b;
	font-size: 1em;
	font-weight: lighter;
	text-transform: lowercase;
	text-decoration: none;
}
#subnav ul li a:hover span.right ,
#subnavProfile ul li a:hover span.right {
	color:#003333;
}
#subnav ul li a.on span.right ,
#subnavProfile ul li a.on span.right {
	color:#003333;
}


/* CONTENT */
#content {
	position: relative;
	float: right;
	width: 390px;
	padding: 20px 15px 0 15px;
}
#contentProfile {
	position: relative;
	float: left;
	width: 463px;
	padding: 20px 15px 0 15px;
}
#content div.colLeft {
	float: left;
	width: 165px;
	text-align: right;
	font-weight:bold;
	padding-right: 15px;
	line-height: 15px;
	padding-bottom: 15px;
}
#content div.colRight {
	float: left;
	width: 210px;
	text-align: left;
	line-height: 15px;
	padding-bottom: 15px;
}
#contentProfile div.colLeft {
	float: left;
	width: 90px;
	text-align: left;
	font-weight:bold;
	padding-right: 3px;
	line-height: 15px;
	padding-bottom: 15px;
}
#contentProfile div.colRight {
	float: left;
	width: 370px;
	text-align: left;
	line-height: 15px;
	padding-bottom: 15px;
}

#content h1 ,
#contentProfile h1 {
	margin: 0 0 10px 0;
	color: #738d80;
	font-size: 1.7<sup>&egrave;me</sup>m;
	font-weight: normal;
}
#content h2 ,
#contentProfile h2 {
	margin: 0 0 8px 0;
	color: #738d80;
	border-bottom: #cccccc 1px solid;
	font-size: 1.2em;
	font-weight: normal;
}
#content a:link ,
#contentProfile a:link {
	color: #5d796b;
}
#content a:visited ,
#contentProfile a:visited {
	color: #5d796b;
}
#content a:hover ,
#contentProfile a:hover {
	color: #003333;
}
#content a:active ,
#contentProfile a:active {
	color: #003333;
}

/* FOOTER */
#footer {
	position: relative;
	width: 100%;
	clear: both;
	text-align: right;
}
#footer h1.titre {
	padding: 20px 15px 5px 0;
	color: #999999;
	font-size:0.82em;
	font-weight:normal;
}
/* HTML */
h1 {
	margin: 0 0 6px 0;
	color: #738d80;
	font-size: 1.6em;
}
h2 {
	margin: 0 0 6px 0;
	color: #738d80;
	font-size: 1.3em;
}
h3 {
	margin: 0 0 6px 0;
	color: #738d80;
	font-size: 1.1em;
}
h4 {
	margin: 0 0 4px 0;
	color: #738d80;
	font-size: 1em;
}
div.ligneA hr, div.ligneB hr {
	display: none;
}
div.ligneA {
	margin: 8px 0;
	border-bottom: solid 1px #cccccc;
}
div.ligneB {
	width:100%;
	margin: 8px 0;
	border-bottom: dotted 2px #cccccc;
}
p.left {
	text-align: left;
	margin-right: 10px;
}
p.right {
	text-align: right;
	margin-left: 10px;
}
p.justify {
	text-align:justify;
}
.left {
	margin-right: 16px;
}
.right {
	margin-left: 16px;
}
