
body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/sans_titre.jpg) fixed no-repeat top center;
	font-size: 13px;
	color: #eee;
}

body, th, td, input, textarea, select, option {
	/*text-transform: lowercase;*/
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #ffc;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #eee;
}

a:hover {
	text-decoration: none;
	color: #E6B715;
}

/* Header */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	/*background: url(images/img0.jpg) no-repeat right top;*/
}

#header h1, #header p {
	margin: 0;
	color: #eee;
}

#header h1 {
	padding: 10px 0 0 50px;
	text-align:left;
}

#header h2 {
	padding: 0 0 0 200px;
	text-align:left;
}
#header a {
	color: #E6B715;
}

#logo-text /*nom entreprise*/
{
float: right; 
margin: -15px 75px 0 0;
}

#news {
	float: right;
	width: 570px;
	height: 70px;
	margin: 0 auto;
	overflow: auto;/* à vérifier si actualité plus de 3 lignes */
}

#news p {
	color:#ff9;
}

#news h2 {
	padding: 20px 0 0 1px;
	text-align:left;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: url(images/trans.png) repeat;
}

/* Content */

#content {
	float: right;
	width: 650px;
	margin: 0;
	margin-top: -90px;
}

#content {
	font-weight: bolder;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px dashed #333333;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
	padding: 5px 10px;
	border: 1px dashed #333333;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img05.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img06.gif) no-repeat left center;
}

/* Sidebar (zone menu latéral) */

#sidebar {
	float: left;
	width: 230px;
	padding-left: 1px;
	margin-top: -90px;
}

/*#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000;
	background: url(images/img02.gif) no-repeat 5px 50%;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #0F0F0F;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}*/

/* Menu principal */

#menu
{
	width: 100%;/*largeur menu principal*/
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #111; /*couleur du bandeau*/
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a /*mise en forme texte*/
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #eee;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
	color: #fafafa; /*couleur texte au survol*/
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sous-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #111; /*couleur fond*/
	}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 130px;
	height: auto;
    line-height: 1;
    display: block;
    /*: nowrap;*/
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #555; /*couleur fond au survol*/
}


/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* Footer */
#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 0px 0;
    background: #000;
	text-align: center;
	font-size: smaller;
}
/* mise en forme pop up */
    a.bulle 
	{
	 position:relative;
	 margin: 0 auto;
     }
    
    a.bulle:hover 
	{
     background: none; 
     z-index: 50;
    }
    
    a.bulle span 
	{ 
     display: none;
    }
    
    a.bulle:hover span 
	{
     display: block; 
     position: fixed;
     top: 180px; 
     left: 110px;
     width:302px;
     border: none;
     border-left: none;
	}
