/* customs css */
@import url(../font.css);
@import url(menu.css);
@import url(div.css);
@import url(form.css);
@import url(buttons.css);
@import url(boxes.css);
/* global css */

img { border:none; }

.table_principale {
padding : 0px;
border-width : 0px;
border-color : #f7f7f7;
border-style : solid;
}

.table_interne {
border : 1px solid #eaeaea;
}

td.logo {
	width : 190px;
	vertical-align:top;
	background-color:#f5f5ff;
}

td.webfelin {
	width : 323px;
	height : 66px;
	vertical-align:top;
	background-color:rgb(164,199,82);
	background-image: url(/commun/images/mainSkins/14_juillet/europe_02.jpg);
	background-repeat:no-repeat;	
}

div.logo {
height:119px;
width:190px;
background-image: url(/commun/images/mainSkins/14_juillet/europe_00.jpg);
background-repeat:no-repeat;
}

td.pub {
	width : 472px;
	height : 66px;
	vertical-align:top;
	background-color:rgb(164,199,82);
	vertical-align:middle; 
	text-align:center;
}

.none {font-family: Arial, Helvetica, sans-serif; font-size: 2px; }

.pointillets_left{
	font-size: 1px;
	background-image: url(/commun/images/pointillets.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	padding-right:0px;
}

/* liens */
A { text-decoration:none; color:black; 	}
A:hover { text-decoration:underline;  color:black; }
A:visited { color:black; }

A.lien { text-decoration:none; color:black; font-size : 11px; font-family:arial;}
A.lien:hover { text-decoration:underline;  color:black; }
A.lien:visited { color:black; }

.menu_soft_header {
	font-size:11px;
	color:gray;
	padding-left:8px;
	font-weight:bold;
	height:15px;	
	text-transform : UPPERCASE;
}

a.nav_fin,
a.nav_line,
a:hover.nav_line,
a:visited.nav_line	{
font-family:verdana;
font-size:12px;
color:blue;
}

a.nav_fin {
text-decoration:none;
color:navy;
font-weight:bold;
}

.select {
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 0px;
	border-color : black;
	border-style : solid;
	font-family : arial;
	font-weight : normal;
	font-size : 10px;
	height : 15px;
}

select.tri {
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 0px;
	border-color : black;
	border-style : solid;
	font-family : arial;
	font-weight : normal;
	font-size : 12px;
	height : 18px;
}
td.line {
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-color : gray;
	border-style : solid;
	font-family : arial;
	font-weight : normal;
	font-size : 10px;
	height : 10px;
}