@CHARSET "UTF-8";

body {
	color       : #000;
	font-family : "trebuchet ms", helvetica, sans-serif;
	font-size   : 0.65em;
	line-height : 18px;
}

div {
	margin  : 0;
	padding : 0;
}

a {
	color           : #ff7800;
	text-decoration : underline;
}

img {
	padding : 2px;
	border  : 1px solid #dcdcd0;
}

h1 {
	color          : #656551;
	font-size      : 1.5em;
	margin         : 0;
	padding        : 0;
}

p,
li {
	text-align : justify;
}

#header,
#menu,
#colonne-menu {
	display : none;
}

em.couleur {
	color : #ff7800;
}

#titre {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
	border-bottom-style:dotted;
	border-color:#FF9900;
	border-width:1px;
	padding-top:8px;
}

#titre span {
	color:#FFE1BB;
}
 
td,select,input { font:normal 8pt Verdana }
.select1 {width:195px}
.select2 {width:80px}
	  

.petit  {font-size:0.8em;}
.centre {text-align:center;}
.no_border {border:none;}

div#colonne-contenu .contenu img {
	max-width : 100%;
}
div#colonne-contenu .commentaire p {
	margin  : 0 0 5px 0;
	padding : 0;
}
	div#colonne-contenu .message {
		background : #F5F5EC;
		border     : 1px solid #dcdcd0;
		margin     : 20px auto;
		padding    : 10px;
		width  : 60%;
	}
	div#colonne-contenu .succes {
		background          : url('images/valide25.png') no-repeat;
		background-position : 10px;
		padding-left        : 45px;
	}
	div#colonne-contenu .erreur {
		background          : url('images/erreur25.png') no-repeat;
		background-position : 10px;
		padding-left        : 45px;
	}
	div#colonne-contenu .info {
		background          : url('images/info25.png') no-repeat;
		background-position : 10px;
		padding-left        : 45px;
	}