/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #F4FBFF url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #405A67;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F6977;
}

h1 {
	letter-spacing: -1px;
	font-size: 44px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	text-align: justify;
}

p {
}

blockquote {
	font-style: italic;
}

ol {
}

a:link {
	color: #405A67;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #405A67;
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 954px;
	height: 210px;
	margin: 0 auto;
	/*background: url(images/img02.jpg); */
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	float: left;
	color: #554655;
	padding: 100px 0 0 50px;
	font-weight: bold;
}

#logo h2 {
	float: left;
	color: #56342C;
	padding: 90px 0 0 50px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #554655;
}

/* Menu */

#menu {
	float: top;
}

#menu ul {
	margin-top: -30px;
	padding: 105px 10px 0px 50px;
	list-style: none;
	line-height: normal;
}

#menu li {
	padding: 0;
	margin-top: 50px; 
	display: inline;
}

#menu a {
	padding: 10px 20px 10px 0px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

#menu a:hover {
	padding: 10px 20px 10px 0px;
	text-transform: lowercase;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

/* Page */

#page {
	width: 954px;
	padding-top: 0px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03.jpg) repeat-y;
}

#bg {
	background: url(images/img06.jpg) no-repeat left bottom;
}

/* Diaporama Flash */

#diapo {
	float: inherit;
	margin-top: 0px;
	margin-left: 50px;
	width: 830px;
}


/* Content */

#content {
	float: left;
	width: 680px;
	background: url(images/img04.jpg) no-repeat;
}

#paragauche {
	width: 633px;
	padding: 0px 0 0 48px;
}

#paragauche .titre {
	padding-top: 5px;
}

#paragauche .texte {
	padding-top: 20px;
}

#paragauche .texte li {
	padding-top: 20px;
}

#paragauche .texte a {
	text-decoration: underline;
}

/* Sous navigation */

#paragauche .sousnav ul {
	margin: 10px 0 0 0;
	list-style: none;
	line-height: normal;
	text-align:left;
}

#paragauche .sousnav li {
	display: inline;
}

#paragauche .sousnav a {
	padding-right: 25px;
	text-decoration: none;
	font-size: 13px;
	text-align: left;
}

#paragauche .sousnav a:hover {
	padding-right: 25px;
	text-decoration: underline;
	font-size: 13px;
	text-align: left;
}



/* Sidebar*/

#sidebar {
	float: right;
	width: 274px;
	background: url(images/img05.jpg) no-repeat;
}

#sidebar2 {
	float: right;
	width: 274px;
	margin-top: 135px;
}


#sidebar2 p{
	width: auto;
	padding: 10px 25px 5px 0px;
	margin-left: 50px;
	margin-top: 20px;
	text-align: center;
}

#sidebar2 .tel{
	background: url(images/bloc-vert-tel.jpg) no-repeat;
}

#sidebar2 .cv{
	background: url(images/bloc-vert-cv.jpg) no-repeat;
}

#sidebar2 .bk{
	background: url(images/bloc-vert-bk.jpg) no-repeat;
}

#sidebar2 .hb{
	background: url(images/bloc-vert-rs.jpg) no-repeat;
}

#sidebar2 a {
	color: #405A67;
}

#sidebar2 a:hover {
	text-decoration: underline;
}


/*
#sidebar li li.first {
	padding-top: 0;
	background: none;
}

#sidebar li h2 {
	font-size: 18px;
	padding: 30px 0 40px 10px;
	background: url(images/img12.jpg) no-repeat left bottom;
}

/* Footer */

#footer {
	padding: 30px 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #405A67;
}

#footer a {
	color: #405A67;
}

