/* CSS Document */

 
/**
 *	Reset styles
 **/

body, p, blockquote, fieldset, form {
	margin: 0;
	padding: 0;
}

a img, iframe { border: none; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	padding: 1px;
}

select {
	border: gray 1px solid;
	background: #F6F6F6;
	margin: 5px 0;
	padding: 0;
}

/**
 *	Global styles
 **/
 
html{
	height: 100%;
}

body{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin:0;
	padding:0;
}

table {
	font-size: 12px;
}

a img { 
	border:0px;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #343499;
	margin: 25px 0px 20px 0px;
	background: url(../images/bullet_big.gif) no-repeat left top;
	padding: 0 0 0 25px
}

h1 a, h1 a:visited{
	color: #343499;
	text-decoration: none;
}

h1 a:hover{
	color: #343499;
	text-decoration: underline;
}


h1.fl {
	width: 340px;
	float: left;
	clear: left;
}

h2 {
	font-size:1.4em;
	font-weight: bold;
	margin: 10px 0 10px 25px;
	color: #744ec3;
	letter-spacing: 0.02em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 5px 25px;
	color: #333333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0 5px 25px;
}

a {
	color: #3200FF;
	text-decoration: none;
}

a:visited{
	color: #551A8B;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

a.h3 {
	font-size: 12px;
	font-weight: bold;
	color: #009ee0;
}

a.h3:hover {
	text-decoration:underline;
}

a.pdf{
	background: url(../images/pdf-icon.gif) no-repeat center left; 
	padding: 0 0 0 25px;
}

a.word{
	background: url(../images/word_icon.gif) no-repeat center left; 
	padding: 0 0 0 25px;
}

a.excel{
	background: url(../images/excel_icon.gif) no-repeat center left; 
	padding: 0 0 0 25px;
}

a.ppt{
	background: url(../images/ppt_icon.gif) no-repeat center left; 
	padding: 0 0 0 25px;
}

p{margin:0 25px;padding:0;padding-bottom:1em; line-height: 1.5em; text-align: justify;}

p.end{
	padding: 0 0 2em 0;
}

p.small{
	font-size: x-small;
	margin:2px 0 2px 25px;
}

img.alignright {
	float: right;
	margin: 30px 0 15px 15px;
}

img.alignleft {
	float: left;
	margin: 5px 15px 15px 25px;
}

/*LIST______________________________________________________________________________________________________________________*/
ul{
	list-style: none;
	margin: 10px 0 14px 40px;
}

li{
	margin: 10px 0;
}

ol.textformat {
	padding: 0 28px;
	margin: 10px 0 14px 0;
}

ol.alpha {
 list-style: lower-alpha;
}

ol li.mixed {
	background: none !important;
	padding-left: 0;
	padding-bottom: 20px;
}

ol li {
	background: none !important;
	padding-left: 0;
}

.list li{
	background: url(../images/bullet.gif) no-repeat top left;
	padding: 0 0 0 25px;
	margin: 10px 0;
	list-style: none;
}

/*TABLE______________________________________________________________________________________________________________________*/

#contentcontainer table{
	
	margin: 0 0 0 25px;
	padding: 5px;
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
}

#contentcontainer table tr{
	text-align:left;
	border: 1px solid #c1c1c1;
	}

#contentcontainer td { 
	font-size: 12px;
	padding: 5px 5px;
	border: 1px solid #c1c1c1;
	}
	
 .thead {
   background: #353897;
	font-size: 12px;
	text-align:left;
	color: #ffffff;
	font-weight: bold;
}

 .doubleligne {
 border-bottom-color: #7f7f7f; 
 border-bottom-width: 2px;
}

/*LAYOUT______________________________________________________________________________________________________________________*/
#contentcontainer{
	float: left;
	text-align: left;
	padding: 0 0 25px 25px;
	width: 100%;
	background: url(../images/background.gif) no-repeat top left;
}

#header{	
	height: 150px;
	width: 100%;
	background: url(../images/header.gif) no-repeat top left;
}

#leftbar{	
	height: 1500px;
	width: 135px;
	float: left;
	background: #3200FF url(../images/leftbar.gif) no-repeat top left;
}
