/* COULEURS */
.bleu	{
	color: #1689c5;
}
.vert {
	color: #0eb691;
}
.blanc {
	color: #fff;
}
.noir {
	color: #000;
}
.gris_fonce {
	color: #1e1d23;
}

/* LAYOUT */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #242531;
}
body {
	text-align: center;
}
#container-page {
	margin: 0 auto;
	width: 100%;
	background: #fff;
	text-align: left;
	position: relative;
}
#container-content {
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}
#content {
	background: url(../images/photo.jpg) no-repeat bottom right;
	height: 367px;
	text-align: left;
}
#contenu {
	margin: 0 24px;
}
#centre {
	margin: auto 0 auto 60px;
	font-size: 14px;
	text-align: justify;
	color: #1e1d23;
}
#centre strong {
	color: #0eb691;
}
#container-foot {
	overflow: hidden;
	width: 100%;
	background: url(../images/footer-back.gif) repeat-x bottom left;
	height: 254px;
	text-align: left;
}
.off {
	display: none;
}
.on {
	display: block;
}
p.droite {
	text-align: right;
}
#pages-button {
	margin: 10px 0 0;
	float: right;
}

/* MENU */
#menu {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 24px;
}
#smenu-travail {
	position: absolute;
	top: 46px;
	left: 131px;
}
#smenu-presse_etudes {
	position: absolute;
	top: 46px;
	left: 207px;
}
a.menu,
a.menu1,
.menu-on,
.menu1-on {
	float: left;
	display: inline;
	display: block;
	padding: 0 8px;
	line-height: 26px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
a.menu1:hover {
	color: #0eb691;
	text-decoration: none;
}
.menu1-on {
	margin: 0;
	color: #0eb691;
}
a.menu:hover {
	color: #fff;
	background: url(../images/menu-on.gif) repeat-x 0 0;
	text-decoration: none;
}
.menu-on {
	margin: 0;
	color: #fff;
	background: url(../images/menu-on.gif) repeat-x 0 0;
}
a.smenu {
	float: left;
	display: inline;
	display: block;
	width: 120px;
	margin: 1px 0 0;
	padding: 0 10px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url(../images/smenu.gif) repeat-x 0 0;
}
a.smenu:hover {
	color: #fff;
	background: url(../images/smenu-on.gif) repeat-x 0 0;
	text-decoration: none;
}
#menu td img {
	vertical-align: bottom;
}


/* TAGS GLOBAUX */
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0 20px;
}
h2 {  /* référence: Biographie */
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 20px;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	display: inline;
	margin: 8px 0 0;
	text-align: justify;
}

/* PIED DE PAGE */
#credit-photo {
	position: relative;
	top: 14px;
	left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #37363c;
}
#footer-content {
	position: relative;
	top: -14px;
	left: 0;
	text-align: left;
}
.bas {
	padding: 40px 0 0;
	color: #fff;
	font-size: 11px;
}
.bas h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
}
.bas p {
	margin: 8px 0 0;
	padding: 0;
}
a#contact_liens {
	color: #36a1d9;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a#contact_liens:hover {
	text-decoration: underline;
}
#copyright {
	color: #08daab;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#conception {
	color: #68696f;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#conception a {
	color: #68696f;
}
