/* Les Éléments Généraux
--------------------------------------------------------------------------------------- */

*{margin:0; padding:0;}

body {
	background: #404e8c url(/images/bg.gif);
	color: #315074;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}

img {border: none;}

a:link, a:visited {text-decoration: none; color: #00105b;}
a:hover {color: #db8439;}
a:active {color: #094891;}
a, a:active, a:focus {outline:none;}

h1 {
	height: 47px;
	background: url(/images/bg-h1.gif) no-repeat;
	color: #fff;
	font: normal 24px/24px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 0 0 27px;
}

h2 {
	font: normal 18px/18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 27px; 
}

h3 {
	font: bold 14px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 8px 27px; 
}

h4 {
	font: bold 12px/12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 3px 27px; 
}



/* Les Containers
--------------------------------------------------------------------------------------- */

#page {
	width: 776px;
	background: url(/images/bg-page.gif) repeat-y;
	margin: 0 auto;
}

#main {
	width: 595px;
	float: right;
}



/* Le Header
--------------------------------------------------------------------------------------- */

#header {
	height: 213px;
	background: url(/images/bg-header.jpg) no-repeat;
}

#header p {
	color: #db8439;
	font: bold 12px/12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 22px 0 0 18px;
}

#header img {
	padding: 42px 0 0 38px;
}

#header a:link, #header a:visited {text-decoration: none; color: #db8439; font-weight: normal;}
#header a:hover {text-decoration: underline;}
#header a:active {color: #fff;}
#header a, a:active, a:focus {outline:none;}


/* Le Contenu
--------------------------------------------------------------------------------------- */

#content {
	width: 377px;
	padding: 10px 0 0 0;
	float: left;
}

#content p {
	text-align: justify;
	margin: 0 0 14px 26px; 
}

#content p.auteur {text-align: right; margin: 0 0 25px 26px;}

#content blockquote {
	border-left: 3px solid #f0f0f0;
	font-style: italic;
	padding: 4px 8px;
	margin: 0 0 0 26px;
}

#content ul {
	list-style: square;
	margin: 0 29px 15px 41px;
}

#content ol {
	margin: 0 29px 15px 50px;
}

#content ul#doc {
	list-style: none;
	margin: 0 0 15px 27px; 
}

#content #doc li {
	padding: 2px 0;
}

#content #doc li a {
	padding: 2px 0 2px 20px;
}

#content #doc li a.acrobat {background: url(/images/acrobat.gif) no-repeat;}
#content #doc li a.word {background: url(/images/word.gif) no-repeat;}
#content #doc li a.excel {background: url(/images/excel.gif) no-repeat;}
#content #doc li a.powerpoint {background: url(/images/powerpoint.gif) no-repeat;}
#content #doc li a.autre {background: url(/images/other.gif) no-repeat;}

#content table {
	background: #eee;
	margin: 0 0 15px 27px; 
}

#content th {
	background: #dc8639;
	color: #fff;
	text-align: left;
}

#content th, #content td {padding: 3px;}

#content table .alt {background: #fff;}

#content table#clients {background: none;}
#content table#clients td {border-bottom: 1px solid #f0f0f0;}



/* Les teasers
--------------------------------------------------------------------------------------- */

#teaser {
	width: 218px;
	padding: 10px 0 0 0;
	float: left;
}

#teaser p {margin: 0 0 0 7px;}

.francais #teaser form {
	height: 90px;
	background: url(/images/bg-envoie.gif) no-repeat;
	margin: 0 0 0 7px;
}

.english #teaser form {
	height: 90px;
	background: url(/images/bg-envoi-en.gif) no-repeat;
	margin: 0 0 0 7px;
}

#teaser input {
	width: 110px;
	border: 1px solid #595959;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 53px 0 0 18px;
}

#teaser input#send {
	width: auto;
	padding: 2px;
	margin: 53px 0 0 5px;
}



/* La Sidebar
--------------------------------------------------------------------------------------- */

#sidebar {
	width: 181px;
	font: bold 12px/12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

#sidebar ul {
	border-top: 3px solid #fff;
	list-style: none;
	margin: 40px 7px 0 20px;
}

#sidebar li {
	display: inline;}

#sidebar li a {
	background: url(/images/bg-menu.gif);
	border-bottom: 3px solid #fff;
	color: #888;
	padding: 7px 8px;
	display: block;
}

#sidebar li a:hover {
	color: #fff;
	background: url(/images/bg-menu-o.gif);
}



/* Le Footer
--------------------------------------------------------------------------------------- */

#footer {
	height: 181px;
	background: url(/images/bg-footer.gif) no-repeat bottom;
	text-align: right;
	clear: both;
}

#footer img {
	padding: 0 24px 0 0;
}

#footer p {margin: 156px 0 0 0;}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {text-decoration: underline;}

#btop {
	padding: 0 20px;
	float: right;
}

#copyright {
	color: #fff;
	text-align: center;
	padding: 0 15px;
	float: left;
}