/* html */
html{
	overflow:auto;
}

/* body */
body{
margin:0px;
padding:0px;

background-image:url(../images/images.php?img=interface/back_line.gif);
background-repeat:repeat-x;
background-position:top center;
background-color:#313131;
}

body, div, table{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
letter-spacing:0px;
color:#FFFFFF;
}

/* H */
h1, h2, h3, h4, h5, h6{
margin:0px;
padding:0px;
color:#6f6e5a;
}

h1{
font-size:18px;
}

h2{
font-size:16px;
}

h3{
font-size:14px;
}

h4{
font-size:12px;
}

h5{
font-size:10px;
}

h6{
font-size:8px;
}

/* Images links and form */
a img, form{
margin:0px;
padding:0px;
border:none;
}

a img{
position:relative;
}

img{
border:0px;
}

/* Links */
a:link, a:active, a:visited{
text-decoration:underline;	
color:#FFFFFF;
}

p{
margin:0px;
padding:0px 0px 10px 0px;
}

/*
----------------
Site container
----------------
*/

div#global{
width:955px;
margin:auto;
overflow:hidden;
}

div#globalcontent{
float:left;
width:100%;
overflow:hidden;
padding-bottom:17px;

background-image:url(../images/images.php?img=interface/back.jpg);
background-repeat:no-repeat;
background-position:top center;
background-color:#161712;
}

/*
----------------
Clients
----------------
*/

div#clients{
float:left;
width:100%;
height:140px;
}

div#clients div#ourclients{
width:940px;
height:17px;
padding:8px 0px 0px 15px;

color:#6f6e5a;
font-size:9px;
font-weight:bold;

background-image:url(../images/images.php?img=interface/clients_top.jpg);
background-repeat:repeat-x;
background-position:bottom left;
}

div#clients div#clientsimg {
width:955px;
height:115px;
text-align:center;
background-color:#FFFFFF;
}

/*
----------------
Content
----------------
*/

div#content{
float:right;
width:450px;

padding:0px 20px 20px 0px;
overflow:hidden;
clear:right;
}

div#content ul li{
padding-bottom:5px;
line-height:15px;
}

div#content ul li ul{
padding-bottom:10px;
}

div#rightcontent{
float:right;
width:470px;
padding:45px 0px 0px 9px;
}
	
img.sep{
padding:5px 0px 5px 0px;
}

/*
----------------
Footer
----------------
*/

div#foot{
width:100%;
padding-right:60px;
}

div#footer{
float:left;
height:36px;
width:953px;

border:solid 1px #a05b24;
font-size:1px;
overflow:hidden;
}

/*Job link*/
div#footer a#job_link{
display:block;
position:relative;
width:170px;
height:19px;
margin-bottom:-19px;

top:8px;
left:65px;
}

/*
----------------
Logo
----------------
*/

div#logo{
float:left;
height:165px;
width:225px;
padding:25px 0px 0px 120px;

background-repeat:no-repeat;
background-position:right bottom;
}

div#logo img{
height:100%;
width:100%;
}

/*
----------------
Menu
----------------
*/

div#menu{
float:right;
width:100%;
padding:0px 0px 18px 0px;
clear:right;
}

div#menu ul#menulist{
list-style-type:none;
list-style:none;
padding:0px;
margin:0px;
}

div#menu ul#menulist li{
height:11px;
width:356px;
padding:0px;
margin:0px;
padding-bottom:10px;
!padding-bottom:4px;
}

/*
----------------
News
----------------
*/

div#news{
float:right;
height:150px;
width:100%;
}

div#n_nouvelles{
width:441px;
height:105px;
overflow:hidden;
}

div#n_nouvelles,
div#n_nouvelle1,
div#n_nouvelle2{
position:relative;
}

div#n_nouvelles p.n_content{
position:relative;
padding:0px;
margin:0px;
padding-bottom:30px;
}

/*
----------------
Projects
----------------
*/

div#projects{
float:left;
width:374px;
height:249px;
padding:17px 0px 0px 48px;
}

	
	