/* CSS Document */

.internal-link-new-window {
	background: url('../images/puce-fleche.gif') no-repeat;
	padding-left: 20px;
	font-family: Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.internal-link {
	background: url('../images/puce-fleche.gif') no-repeat;
	padding-left: 20px;
	font-family: Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.external-link-new-window {
	background: url('../images/puce-fleche.gif') no-repeat;
	padding-left: 20px;
	font-family: Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.download {
	background: url('../images/puce-fleche.gif') no-repeat;
	padding-left: 20px;
	font-family: Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.mail {
	background: url('../images/puce-info.gif') no-repeat;
	padding-left: 20px;
	line-height: 20px;
	font-family: Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}

html, body {
	height: 100%;
	width:100%;
}

body {	
	font-family: Arial,sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	text-align: top;
}

table, tr, td {	
	font-family: Arial,sans-serif;
	font-size: 9pt;
	color: #666666;
}

 
html>body, html>body #container{
  height:auto;
}


ul {
  	/*list-style-image: url('../images/puce.gif');*/
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
}

li {	  
	list-style-type: none;
	background: url('../images/puce.gif') no-repeat 0 3px ;
	margin:0; 
	padding-left:15px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #000;
}

input, textarea, select {
	z-index : -3;
	font-family: Myriad, Arial, Tahoma, Geneva;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	width: 100px;
	margin: 0;
	padding: 0;
	border: 0;
}

.hide, .filtered {display:none;}

#searchform {
	margin: 0;
	margin-top: -1;
	padding: 0;
	border: 0;
}


h1 {
	font-size: 17px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}






/*************************/
/* presentation des news */
.newstitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ABD3EE;
	text-decoration: none;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ABD3EE;
	text-decoration: none;
}
/* presentation des news */
/*************************/

