
/*css reset*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{margin:0; padding:0; border:none;}


/* GLOBAL settings   
----------------------------------------------------------*/

body {
    color:#59798F;
    font-family: Arial,Geneva,tahoma,Helvetica,sans-serif;
    font-size:0.70em;
    padding:0;
    margin:0;
    text-align:center;
    background-color:#F4F4F4;
}
a
{
	color:#59798F;
    font-size:1.0em;
	text-decoration: none;
}
a:hover 
{	
	text-decoration: underline;
}

a:link
{
}
a:visited
{
}
a:active
{
	text-decoration: underline;
}

h1
{
    font-size:2.2em;font-weight:bold;
    margin:10px 0 5px 5px;float:left;
}
h2
{
    font-size:1.4em;font-weight:bold;
    color:#59798F;
    padding:0;
    margin:0px 0 10px 0px;
}
h3
{
    color:#59798F;
    font-size:1.2em;
}
h4
{    
    font-size:0.76em;font-weight:bold;
    margin: 25px 0 0 20px;
    padding:0;
    float:left;
}
h5
{
    font-size:1.5em;font-weight:bold;
    line-height:1.2em;
    margin: 0px 0 0 0px;
    padding:0;
    float:left;
}

.box_content
{
    color:#777777;
    height:100%;
}
.box_content_blue
{
    background-color:#eeeeff;
    padding:5px;
    color:#777777;
    height:100%;
}

.box_content_blue p
{
    font-size:1.2em;
    line-height:1.1em;
}

.box_content p
{
    font-size:1.2em;
    line-height:1.1em;
}
.featured_header
{
    width:690px;
    background-color:#000000;
    margin:10px 0px 0px 0px;
    padding:5px;
    color:#ffffff;
}


ul.box_content
{
    margin-left:30px;
}
li.box_content
{
    background-image:url(../design/arr_gray.gif);
    background-repeat:no-repeat;
    padding-left: 10px;
    background-position: 0 .5em;
    
    line-height:2.0em;
}
.comment
{
    margin-top:5px;
    margin-bottom:15px;
}
.commentBody
{
    font-style:italic;    
    font-size:1.8em;
}
.commentName
{
    font-style:italic;    
    font-size:1.3em;
    font-weight:bold;
}

a.seeMore
{
	color:#ff7f00;
    font-size:1.1em;
	text-decoration: none;
}
a:hover.seeMore  
{	
	text-decoration: underline;
}
a:link.seeMore 
{
}
a:visited.seeMore 
{
}
a:active.seeMore 
{
	text-decoration: underline;
}
/* GLOBAL LAYOUT   
----------------------------------------------------------*/
#wrap {
margin:23px auto;
padding:0;
width:720px;
}

.content 
{
width:710px;
margin: 10px 0 10px 0;
padding:10px 0 10px 10px;
text-align:left;
border:1px solid #E0E0E0;
background-color:#ffffff; 
}

.columnLeft
{
    width: 450px; float: left;border-right:solid 1px #aaaaaa;padding-right:10px;
}
.columnRight
{
    width:230px;float:left;margin-left:10px;
}
.columnFullWidth
{
    width:470px;float:left;margin-left:10px;
}


#footer
{
    width:720px;
    background-color:#E0E0E0;
}

#header
{
    border:1px solid #E0E0E0;
    background-color:#ffffff;
}
/* GLOBAL HELPER   
----------------------------------------------------------*/
.clear {
clear:both}

/* GLOBAL FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px none;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
input.btn {
  color:#050;
  font: bold 84% Geneva,'trebuchet ms',helvetica,sans-serif;
  background-color:#fed;
  border: 1px solid;
  border-color: #696 #363 #363 #696;
  filter:progid:DXImageTransform.Microsoft.Gradient
  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

/* nav   
----------------------------------------------------------*/
#fil
{
    text-align:left;
    padding:5px 0 5px 5px;
    width:100%;
}
#menu
{
    clear:left;
    margin:0;
    padding:0;
    display:inline;
}
#menu a
{
    font-size:1.8em;
    float:left;
    width:140px;height:113px;
    margin-left:3px;
    color:#ffffff;
    text-decoration:none;
    line-height:5.2em;
}
#ll1
{
    background-image:url(../menu/menu1.gif);
}
#ll1:hover
{
    background-image:url(../menu/menu1_o.gif);
}
#ll2
{
   background-image:url(../menu/menu2.gif);
}
#ll2:hover
{
   background-image:url(../menu/menu2_o.gif);
}
#ll3
{
    background-image:url(../menu/menu3.gif);
}
#ll3:hover
{
    background-image:url(../menu/menu3_o.gif);
}
#ll4
{
    background-image:url(../menu/menu4.gif);
}
#ll4:hover
{
    background-image:url(../menu/menu4_o.gif);
}
#ll5
{
    background-image:url(../menu/menu5.gif);
}
#ll5:hover
{
    background-image:url(../menu/menu5_o.gif);
}

/* footer   
----------------------------------------------------------*/
#footer
{
    margin-top:5px;
    padding: 4px 0 4px 0;
}
#footer ul
{
    list-style:none;  
    margin: 0;
    padding:0;
 }
#footer li
{
    font-size:0.9em;
    margin: 0;
    padding:0;
    display:inline;  
}
/* references page   
----------------------------------------------------------*/
#reference
{
}
#reference ul
{
    list-style:none;
    margin: 0;
    padding:0;
}
#reference li 
{
    margin: 0;
    padding: 22px 0 0 0px;
    text-align:center;
    display:block;
    float:left;
    width:230px;
}
#reference img
{
    border: solid 1px #000000;
    padding:2px;
}
/* prestations page   
----------------------------------------------------------*/
#prestations
{
}


/* projects page   
----------------------------------------------------------*/
#projects
{

}
#projects img
{
    border: solid 1px #000000;
}
#projects .pTags
{
    font-size:0.8em;
    color:blue;
}
#projects .pItem
{
    width:640px;
    padding: 10px 0 10px 0;
    margin-left:20px;
    clear:both;
    border-bottom: solid 1px #aaaaaa;
}
#projects .pItemColumnRight 
{
    background-color:Transparent;
    float:left;
    width:300px;
    margin-right:10px;
    text-align:left;
}
#projects .pItemColumnLeft
{
    background-color:Transparent;
    float:left;
    text-align:right;
    margin-right:10px;
    width:300px;    
}
#projects img
{
    border:solid 1px #aaaaaa;
    padding:4px;
    width:60px;
    background-color:#ffffff;
    height:60px;
}
#projects p
{
    line-height:1.3em;
    clear:both;
}
#projects .pTitle
{
    color:#59798F;
    font-weight:bold;
    line-height:1.6em;
    font-size:1.1em;
}
#projects .pSection
{
    color:#000000;
    font-weight:bold;
    line-height:2.6em;
    font-size:1.5em;
    float:left;
}
/* sitemap page   
----------------------------------------------------------*/
#sitemap #list
{
    padding:30px 0 0 130px;
}
#sitemap ul
{
    margin-left:50px;
    list-style:square;
}
#sitemap li 
{
    margin-left:50px;
    padding:3px;
    text-align:left;
}

#sitemap span
{ margin-top:30px;font-weight:bold; }
/* contact page   
----------------------------------------------------------*/
#contact
{
}
#contact form
{
    margin-left:0px;    
}
/* comment page   
----------------------------------------------------------*/
#comments
{
}

/* news page   
----------------------------------------------------------*/
#news
{
    width: 710px; margin: 5px 0 5px 5px; float: left;display:inline;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
<!-- Render Time: 00:00:00 -->
