/*
	STYLE GENERAL
*/
body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	background-color: #ffffff;
	text-align:left;
	margin:0px;
	margin-top:10px;
	border:none;
}

a:link { color: #004179; text-decoration:underline;}
a:visited { color: #004179; text-decoration:underline;}
a:hover { color: #FF6600; text-decoration:underline;}
a:active { color: #FF6600; text-decoration:underline;}
a:focus { color: #FF6600; text-decoration:underline;}

select, textarea, input { font-size:11px; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }

li { list-style:outside; line-height:24px; }

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#efefef;
	background-color:#000000;
}
table a:link { color: #F29400; text-decoration:none; }
table a:visited { color: #F29400; text-decoration:none; }
table a:hover { color: #ffffff; text-decoration:underline; }
table a:active { color: #ffffff; text-decoration:underline; }
table a:focus { color: #ffffff; text-decoration:underline; }
table tr { height:20px; padding-top:2px; padding-bottom:2px; }

.react {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#efefef;
	background-color:#141414;
}
.react a:link { color: #F29400; text-decoration:none; }
.react a:visited { color: #F29400; text-decoration:none; }
.react a:hover { color: #ffffff; text-decoration:underline; }
.react a:active { color: #ffffff; text-decoration:underline; }
.react a:focus { color: #ffffff; text-decoration:underline; }
.react tr { height:20px; padding-top:2px; padding-bottom:2px; }
.react tr:hover { background-color:#000000; }

p { margin:0px; }

/*
	POSITIONNEMENT STRUCTURE PAGE
*/
#container {
	position:absolute;
	left: 50%;
	width: 970px;
	height: auto;
	margin-left: -485px;
	background-color:#ffffff;
	background-image: url(../_img/header.jpg);
	background-repeat:no-repeat;
}

#header{
	position:relative;
	top:0px;
	width:970px;
	height:220px;
	background:none;
	margin:0;
	padding:0;
}

#menu {
	position:relative;
	width:100%;
	height:auto;
}

#footer{
	position:relative;
	width:890px;
	height:50px;
	top:0px;
	padding:100px 40px 0px 40px;
	background-color:#004179;
	background-image: url(../_img/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:10px;
	letter-spacing:1px;
	color: #efefef;
}
#footer a:link { text-decoration: none; color: #efefef;}
#footer a:visited { text-decoration: none; color: #efefef;}
#footer a:hover { text-decoration:underline; color: #efefef;}
#footer a:active { text-decoration:none; color: #efefef;}
#footer a:focus { text-decoration:none; color: #efefef;}
#footer img { vertical-align:text-bottom; }

.mainSpace {
	position:relative;
	width:100%;
	height:auto;
	background:none;
}
.mainSpaceContent {
	position:relative;
	border-right:#cccccc 1px dashed;
	border-left:#cccccc 1px dashed;
	background-color:#efefef;
	width:968px;
	height:auto;
	padding:25px 0 10px 0;
}

.SimpleText {color:#000000;letter-spacing:1px;font-size:11px;line-height:22px;text-align:justify;}

.frmStyle { width:300px; }
.divContent {
	margin:30px; text-align:justify;
}
.divContent p {
	padding:0;
	margin:8px 0;
}
.divContent img {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}
input, textarea, select {
	border:1px solid silver;
	padding:3px;
	font-size:11px;
}
h2 {
color:#004179;
font-weight:bold;
font-size:16px;
letter-spacing:1px;
padding-bottom:10px;
}
h3 {
color:#000000;
font-weight:bold;
font-size:14px;
letter-spacing:0;
padding-bottom:6px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.floatDiv {
	float:left;
	width:240px;
	height:108px;
	margin-bottom:10px;
	margin-right:20px;
	padding:15px;
	border:1px dashed #CCCCCC;
	background-color:#FFFFFF;
}
.floatDiv img {
	margin:0;
	padding:0;
}
.flagNews {
	float:left;
	width:420px;
	padding:15px;
	margin-bottom:20px;
	margin-right:30px;
	border:1px dashed #F29400;
	background-color:#FFFFFF;
}
