/* Global */
body 
{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	color:rgb(0, 0, 0);
	font-size:1em;
}

a, a:link, a:visited, a:active 
{
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    color: rgb(102, 102, 102);
}

a:hover  
{
    color: rgb(212, 46, 18);
}

#container 
{
	border:0px solid black;
	padding:0;
	margin:0 auto;
	width:720px;
}


/* Header */
#header 
{
    border:0px solid red;
    padding: 0px 0px 0px 0px;
}
/* Logo left */
#olivettienglogo
{
    border:0px solid olive;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em; 
	padding-top:10px;
	padding-bottom:50px;
	width:260px;
}
.logo_yv
{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 1.3em; 
}


/* Service Menu */
#servicemenu 
{
    border:0px solid green;
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.75em; 
	float: right;
    text-align: right;
    padding:12px 0px 0px 0px;
    margin:0;
    width:450px;
    color: rgb(102, 102, 102);
}
a.service-here,a.service-here:link,
a.service-here:visited,a.service-here:active 
{
	color: rgb(98, 139, 203);
	font-weight:bold;
}
a.service-here:hover 
{
	color: rgb(212, 46, 18);
	text-decoration:none;
}
a.service-corp, a.service-corp:link,
a.service-corp:visited, a.service-corp:active 
{
    color: rgb(0, 0, 0);
    font-weight: bold;
}
a.service-corp:hover  
{
	color: rgb(212, 46, 18);
    text-decoration: underline;
}


/* CONTENT */
#content 
{
	border:0px solid blue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em; /* to change too in .contentNone*/
	float: right;
    text-align: left;
    padding:20px 0px 0px 0px;
    width:690px;
	background: rgb(255, 255, 255);
}
.contentNone
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em; /* to change like #content*/
    text-align: left;
}
.contentRight
{
    text-align: right;
}
.contentFloatRight
{
	float: right;
    padding:1px 1px 1px 1px;
}
.contentBlue {
	color: rgb(0, 28, 95);
}
.contentGris {		/*inutile?*/
	font-weight: lighter;
	color: rgb(102,102,102);
}
.contentTitle
{
    padding:25px 0px 5px 0px;
	font-weight: bold;
	font-size: 1.1em; 
}
.contentAlinea {
    padding:0px 0px 0px 50px;
    line-height: 1.5em;
}
.contentParagraphe {
    padding:20px 0px 5px 0px;
    line-height: 1.5em;
}
.contentMini
{
	font-size: 0.6em; 
}
#content td {
    padding: 0.3em;
}
#content li {
    Line-height: 2;
}
a.content-here,a.content-here:link,
a.content-here:visited,a.content-here:active 
{
	color: rgb(98, 139, 203);
	font-weight:bold;
}
a.content-here:hover  
{
	color: rgb(212, 46, 18);
    text-decoration: underline;
}

#content-margin-left
{
	border:0px solid brown;
    padding:0px 0px 0px 0px;
    margin:0;
    height:500px;
    width:2px;
	background:rgb(255, 255, 255);
}


/* FOOTER */
#footer 
{
    border:0px solid green;
	background:rgb(255, 255, 255);
	padding:0px 0px 0px 0px;
}
