@CHARSET "UTF-8";

body {
	color       : #8c8c73;
	font-family : "Trebuchet ms", helvetica, sans-serif;
	font-size   : 0.65em;
	line-height : 1.8em;
	overflow-y	: scroll;
}

div {
	margin  : 0;
	padding : 0;
}

a {
	color           : #F0922D;
	text-decoration : underline;
}
	a:hover {
		text-decoration : none;
	}

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

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

p {
	text-align : justify;
	font-family : "Trebuchet ms", helvetica, sans-serif;
	font-size   : 1.0em;
}

em.couleur {
	color : #ff7800;
}

.gras {
	font-weight : bold;
}

input.text {
	background : #fff;
	border     : 1px solid #323204;
	color       : #8c8c73;
	font-family : "Trebuchet ms", helvetica, sans-serif;
	font-size   : 0.9em;
	padding     : 1px 2px;
}
input.submit {
	background  : #dcdcd0;
	border      : 1px solid #323204;
	color       : #323204;
	font-size   : 0.8em;
	font-weight : bold;
	padding     : 2px 5px;
}
	input.submit:hover {
		background : #323204;
		color      : #fff;
		cursor     : pointer;
	}

/* tableaux */

td, input { font:normal 8pt Verdana }
.select1 {width:195px}
.select2 {width:80px}
.select3 {width:400px}
.select4 {width:190px}
.select5 {width:53px}
.select6 {width:60px}


.table {
	border-bottom: 0px solid #cccccc;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	font-family: Verdana, Geneva, Arial, Helvetica;
	color: #4F5B66;
}

.companie {
	font-family: Verdana, Geneva, Arial, Helvetica;
	color: #4F5B66;
	line-height: 20px;   
}



.spacer {clear:both;}
.petit  {font-size:0.8em;}
.centre {text-align:center;}
.no_border {border:none;}
.back_top {background-position:top;}

/* button styles */
a.button, a.buttonDis {
	display: block;
	background-color: transparent;
	background-image: url(../images/button/buttonBackground.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 28px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
a.button:link, a.button:visited {
	color: #002577;
}
a.button:hover, a.button:active {
	background-position: 0 -36px;
	color: #FF7200;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	background-position: 0 -72px;
	color: #5F5F5F;
	cursor: default;
}
.icon {
	display: inline-block;
	background-repeat: no-repeat;
	padding: 0 0 5px 18px;
}
a.button:hover .icon, a.button:active .icon {
	background-position: 0 -28px;
}
a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
	background-position: 0 -56px;
}

/* list of button icons */
#buttonOK .icon {
	background-image: url(../images/button/ok.gif);
}
#buttonCancel .icon {
	background-image: url(../images/button/cancel.gif);
}
#buttonImport .icon {
	background-image: url(../images/button/import.gif);
}



#fenetre {
	background : #fff;
	border     : 0px solid #dcdcd0;
	margin     : 0px 0px 0px 0px ;
	padding    : 0%;
	/* width      : 100%;*/ 
	width	   : 730px;
	height 	   : 1100px;

}


#activesub #current{
	font-family: Verdana, Geneva, Arial, Helvetica;
	color       : #FF3333;
	font-size   : 1.2em;
	line-height : 1.8em;
	font-weight     : bold;
}

#erreurs {

	color       : #FF0000;
	font-family : "Trebuchet ms", helvetica, sans-serif;
	font-size   : 13px;
	line-height : 1.8em;
}


#next {

	color       : #FF0000;
	font-family : "Trebuchet ms", helvetica, sans-serif;
	font-size   : 13px;
	line-height : 1.8em;
	text-align : left;
	padding : 0px 0px 15px 0px;
}


#left_icones {
	align 		: left;
	font-family : "Trebuchet ms", helvetica, sans-serif;
	font-size   : 13px;
	line-height : 1.8em;
	text-align  : left;
	padding 	: 0px 0px 15px 0px;
}

#header #logo {
	float      : left;
	height     : 92px;
	width      : 11%
}
	#header #logo h1 {
		color          : #0000CC;
		font-weight    : normal;
		font-size      : 1.5em;
		letter-spacing : -1px;
		padding        : 0px 0px 0px 0px;
	}
	#header #illustration {
		background : url(../images/EuroTriade.jpg) top no-repeat;
		float      : right;
		height     : 62px;
		padding    : 15px 0;
		text-align : center;
		width      : 88%;
	}

#menu {
	background : url(../images/background-menu.gif) top repeat-x;
	height     : 65px;
	margin     : 0px 15px 0px 0px;
	padding    : 3px 2px 5px 1px;
	font-size   : 1em;
}
	#menu li {
		display    : inline;
		list-style : none;
		padding    : 0 3px;
	}
	#menu a {
		color           : #F0922D;
		font-weight     : bold;
		font-size       : 1.2em;
		text-decoration : none;
	}
		#menu a:hover {
			text-decoration : underline;
		}

div#colonne-menu {
	float      : left;
	width      : 20%;
}
	div#colonne-menu h1 {
		background : url(../images/point.png) bottom repeat-x;
		padding    : 0 0 5px 0;
		margin     : 0 0 5px 0;
	}
	div#colonne-menu ul {
		margin : 0 15px 30px 15px;
		padding : 0 5px;
	}
	div#colonne-menu li {
		line-height    : 1.2em;
		padding-bottom : 7px;
	}
	div#colonne-menu form {
		margin  : 0;
		padding : 0;
	}

div#colonne-contenu {
	float      : left;
	margin     : 0 0 0 0;
	width      : 98%;
}
	div#colonne-contenu h1 {
		background : url(../images/point.png) bottom repeat-x;
		padding    : 0 0 5px 0;
		margin     : 0 0 5px 0;
	}
	div#colonne-contenu li {
		text-align : justify;
	}
	div#colonne-contenu a {
		font-weight     : bold;
		text-decoration : none;
	}
		div#colonne-contenu a:hover {
			text-decoration : underline;
		}
	div#colonne-contenu .bloc {
		/*background : url(../images/background-bloc.gif) bottom repeat-x;*/
		margin-top     : 40px;
		padding-bottom : 5px;
	}
	div#colonne-contenu .contenu {
		margin-top : 0;
	}
		div#colonne-contenu .contenu img {
			max-width : 100%;
		}
	div#colonne-contenu .commentaire {
		background : url(../images/point.png) bottom repeat-x;
	}
		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 .code {
		font-family : "Courier New", monospace;
		line-height : 13px;
	}
	div#colonne-contenu .succes {
		background-image    : url(../images/valide25.png);
		background-repeat   : no-repeat;
		background-position : 10px;
		padding-left        : 45px;
	}
	div#colonne-contenu .erreur {
		background-image    : url(../images/erreur25.png);
		background-repeat   : no-repeat;
		background-position : 10px;
		padding-left        : 45px;
	}
	div#colonne-contenu .info {
		background-image    : url(../images/info25.png);
		background-repeat   : no-repeat;
		background-position : 10px;
		padding-left        : 45px;
	}
	
	
/* AFFICHAGE TYPE A5 */


.n6_left_bottom_d {
	background-image:url(../images/articles/n6_bottd.gif); 
	background-repeat:no-repeat; 
	background-position:right top;  
	width:15px;
	height:11px; 
	float:right; 
	margin:0 0 0 0px; 
	padding:0;
}

.n6_left_bottom {
	background-image:url(../images/articles/n6_bott.gif); 
	background-repeat:no-repeat;
	width:100%;
	height:11px;
}

.n6_left {
	background-image:url(../images/articles/n6d.gif);
	background-position:right; 
	background-repeat:repeat-y;
	width:100%;
	padding:0px 0px 0px 0px;  
}


.titre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0px 0px 1px 10px;
	color: #F0922D;
	line-height:21px;
	vertical-align:bottom;
}

.n4_line {
	background-image:url(../images/articles/line.png);
	background-repeat:repeat-x;
	height:1px;
	padding:0px; 
	margin:0px; 
	width:100%;
	line-height:1px;
	font-size:1px; 
}

.n6_left p {
	padding:6px 10px 6px 10px;
	font-size:13px; 
}

.n6_left_top {
	background-image:url(../images/articles/n6_top.gif); 
	background-repeat:no-repeat;
	width:100% ; 
	padding:0px 0px 0px 0px;
}

.n6_left_topd {
	background-image:url(../images/articles/n6_topd.gif); 
	background-repeat:no-repeat;
	width:15px; 
	height:11px;
	background-position:right top; 
	float: right; 
	margin:0 0 0 -1px; 
	padding:0;
}

.n6_line {
	width:100%; 
	margin:0; 
	background-repeat:repeat-x;
	height:1px; 
	padding:0;
	background-image:url(../images/articles/line.png);
}