/*---------------------------------------------------------------*/
/*                        CSS EMAIL EFFET MIROIR                 */
/*---------------------------------------------------------------*/


/*---------------------------------------------------------------*/
/*                        HTML                                   */
/*---------------------------------------------------------------*/

* {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
html {
	height:100%;
}
body {
	background-image: url(IMG/fondAMINCO.jpg);
	background-repeat: no-repeat;
	background-position : center center ;
	background-attachment: fixed ;
}
table {
	width:100%;
	margin : 0px;
	padding : 18px;
	padding-top : 8px;

}
td {
	vertical-align:absolute-middle;
	padding : 4px;
}
th {
	text-align:left;
	vertical-align:absolute-middle;
}
img {
	border:none;
}



h1 {
	font-size:250%;
	font-weight : bold;
	background-color:#f60607;
	display : table;
	padding : 2px 20px 2px 20px;
	margin :  2px 2px 12px 2px;
}
h2 {
	font-size:140%;
	font-weight : bold;
	background-color:#f60607;
	display : table;
	padding : 2px 20px 2px 20px;
	margin :  12px 2px 12px 2px;
}
h3 {
	font-size:130%;
	font-weight : bold;
	
	float : left;
	padding : 2px 20px 2px 20px;
	margin : 2px;
}
h4 {
	font-size:120%;
	font-weight : bold;
	background-color:#f60607;
	float : left;
	padding : 2px 20px 2px 20px;
	margin : 2px;
}
h5 {
	font-size:110%;
	font-weight : bold;
	background-color:#f60607;
	display : inline;
	padding : 2px 2px 2px 2px;
	margin : 2px;
}
p {
	padding:4px;
	margin : 2px;

}
ul {
	list-style:disc;
	margin:8px;
}
ol {
	margin:8px;
}
/*--------------------------------------body---*/

body, td, th, div, p, label {
	color:#090a64;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:#090a64;
	text-decoration:none;
	font-weight : bold;

}
a:visited {
	color:#6060b6;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;

}
hr {
	height : 2px;
	background-color:#090a64;
	border : 0px solid #000;
	border-bottom:1px dashed #6060b6;
	width : 77%;
	float : center;
	margin : auto;
}
img {
	background : none;
}
img a:hover, {
	border:none;
background-color : #FFF ;
}

/*---------------------------------------------------------------*/
/*                        COPYRIGHT EFFET MIROIR                 */
/*---------------------------------------------------------------*/

#copyrightEM {
	width : 1000px;
	float : center;
	margin : auto;
	margin-top : 16px;
	text-align : center;
	font-size: 10px;
}
#copyrightEM img {
	width : 60px;
	height : 60px;
	position : relative;
	top : -8px;
	line-height : 10px;
}

#copyrightEM img a:hover, #copyrightEM a:hover{
	color:#FFFFFF;
	text-decoration:none;
background-color:#6060b6;
}
