/**************LAYOUT GENERAL**************/
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	}
/*Main table*/
td.main{
background: #F4F4F4 url(../images/mainfond.jpg) no-repeat bottom left;
}

table.main
{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-color: #003366;
	text-align:center;	
}

table.banner {
background-color:#B6CCE4;
background-repeat:repeat-y;

}

/*top banner*/
td.banner {
text-align: right;
margin: 10px;
padding-bottom:5px;
padding-right:10px;
spacing-top:0px;
spacing-bottom:0px;
spacing-left:0px;
spacing-right:0px;
background-color:#B6CCE4;
   }
   
/*bas de page*/
table.footer {

text-align:center;
background-color:#B6CCE4;
margin:0px;
padding:0px;
border:0px;
}

td.footer
{
background: url(../images/backfooter.jpg) no-repeat bottom left;
}
	
/**********CONTENU**********/
/*main content*/
td.main{
	
}
td.content, p.content {
	font-size: 10pt;
	color: #264F56;
	text-align: justify;
	margin-left: 30pt;
	margin-right: 30pt;
	
	}
	
td.content2, p.content2 {
	font-size: 8pt;
	color: #333333;
	text-align: justify;
	}

}


/*images inserees dans le texte*/
img.content {
	padding: 10px;
	margin: 20px;
	border:2px;
	border-color:#003366;
}

.bracket {color: white;}


/*Citations*/
p.quote {
	text-align: justify;
	margin-left: 50pt;
	margin-right: 50pt;
	font-size: 10pt;
	color: black;
	font-weight:bold;
	font-style: italic;
	line-height:15px;
	}
  
/*Unordered list*/
  ul {
	font-size: 10pt;
	line-height:150%;
	margin-left: 40pt;
	margin-right: 40pt;
	text-align:left;
	}
	
/*Links*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #E7EFF4;
	font-size:10pt;
}
a.menu {
	text-decoration: underline;
	color: #003366;
	font-weight:900;
	font-size: 10pt;
}

a.copyright {
	text-decoration: none;
	font-size: 11px;
	color: #264F56;
	}

a.copyright:hover {
	color:white;
	}
.bleu{
  background-color:#B6CCE4;

}

:hover {
	text-decoration: underline;
	color: white;
}

/*Titre des sous-sections*/
h1 {
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size: 16pt;
 	color: #003366;
	font-weight: 900;
	font-style: italic;
}
h4 {
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
 	color: #264F56;
	font-weight: 900;
	font-style: italic;
}

h2 {
	font-family:  Verdana, Arial, sans-serif;
	font-size:14pt;
 	color: #FFCC00;
	font-weight: bolder;
	font-style: none;
	letter-spacing: 2px;
	background-color:#003366;
	padding: 5px;
	padding-left: 10px;
}

h3 {
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size:14pt;
 	color: #FF9999;
	font-weight: bolder;
	font-style: none;
	letter-spacing: 2px;
}

h4 {
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
 	color: #333333;
	font-style: italic;
	margin-bottom: 5px;
}

.entrepreneur{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:15pt;
 	color: #003366;
	font-weight: bolder;
}

.info{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
 	color: #003366;
}

/**/
.copyright {
	font-size: 8pt;
	text-align:right;
	color:white;
}
.borderGrayGauche {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.borderGrayDroite {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.borderGrayBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.borderGrayUp {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

