@charset "utf-8";
/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Comun */
body {
	background-color:#000000;
	color:#FFFFFF;
}

body, div, p, a, li, span, h1, h2, h3 {
	font-family: "Lucida Grande", lucida, verdana, helvetica, sans-serif; 
}

.contentIndex {
	text-align:center;
	width:1030px;
	margin:auto;
}

.content {
	text-align:left;
	width:1000px;
	margin:auto;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

.selected {
	color:#FFFFFF;
	cursor:inherit;
}

.footerInterieur {
	clear:both;
}

.footerInterieur img {
	margin: 30px 0 0 -15px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.menu {
	padding-top:95px;
	margin-left:30px;
}

.breadcrumbs {
	clear:both;
	padding:10px 0 5px 0;
	font-size:15px;
}

.red {
color: #fe0000;
}

.filet {
	margin:0 0 10px -3px;
}


#langues a{
    margin:5px;
}
