/* BEGIN DECLARE GLOBAL CSS */
html { overflow: -moz-scrollbars-vertical; }
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	/*background-color: #fff;*/
	color: #333;
	font: 12px Verdana, Arial;
	background:#c7ebf5 url(../../images/gen/bg.jpg) top left repeat-x;
}

a {
	color: #2C79BF;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

a img {
	border: none;
}

p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0 0 13px 0;
}

ul {
	list-style: none;
	margin:0;
	padding:0;
}

ul li {
	background: url(../../images/gen/bullet.gif) no-repeat 0 3px;
	padding-left: 15px;
	margin:0 0 0 -15px;
}

h1 { font-size:30px; }
h2 { font-size:28px; }
h3 { font-size:24px; }
h4 { font-size:18px; }
h5 { font-size:13px;color:#349ad2; }
h6 { font-size:12px; }

/* END DECLARE GLOBAL CSS */

#container {
	width:918px;
	margin:0 auto;
	background:url(../../images/gen/bg.jpg) no-repeat;	
	font:11px Verdana, Arial;
}

#top {
	position:absolute;
	top:60px;
	width:900px;
}
#top ul {
	margin:0;
	padding:0;
	display:block;
}
#top ul li {
	display:inline;	
	background:none;
	padding-left: 15px;
	margin:0 0 0 10px;	
}

#header {
	width:918px;
	height:156px;
	background:url(../../images/gen/logo3d.gif) left 5px no-repeat;	
}

#content {
	width:918px;
	/*background:url(../../images/fr/logo2.jpg) no-repeat;*/
	color:#333; /*b7bbbe*/
	font:11px Verdana, Arial;
	display:block;
	overflow:hidden;
}

.top_logo {
	position:absolute;
	background:url(../../images/fr/logo3.gif);
	width:224px;
	height:156px;
	margin:0 0 0 120px;
}

#top_menu {
	position:absolute;
	margin:103px 0 0 130px;
}
#top_menu ul {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	list-style-type:none;
	text-align:left;
	font-size:11px;
	height:100%;
	width:781px;
	/*border:1px solid red;*/
}
#top_menu li {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	white-space: nowrap;
	float:left;	
	text-align:center;
}
#top_menu li a  {
	display: inline-block;
	width:155px; /*119px avec 6 onglet*/
	height:27px;
	padding:11px 0 0 0;	
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	/*border:1px solid red;*/
}

#top_menu .mdouble a  {
	display: inline-block;
	width:155px; /*119px avec 6 onglet*/
	height:33px;
	padding:5px 0 0 0;	
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	/*border:1px solid red;*/
}

#top_menu li a:hover {
	text-decoration:none;
}

#top_menu li.first {
	background:url(../../images/gen/top_menu_left_off.gif) no-repeat;
	height:38px;	
}
#top_menu li.first a:hover {
	background:url(../../images/gen/top_menu_left_on.gif) no-repeat;
	height:27px;	
}
#top_menu li.middle {
	background:url(../../images/gen/top_menu_bg_off.gif) repeat-x;
	height:38px;
}

#top_menu li.middle a:hover {
	background:url(../../images/gen/top_menu_bg_on.gif) repeat-x;
	height:38px;
}

#top_menu li.end {
	background:url(../../images/gen/top_menu_right_off.gif) right no-repeat;	
	height:38px;
}
#top_menu li.end a:hover {
	background:url(../../images/gen/top_menu_right_on.gif) right no-repeat;
	height:27px;
}
#top_menu li.sep {
	background:url(../../images/gen/top_menu_sep_off.gif) repeat-x;
	width:1px;
	height:38px;
}

#top_menu .first_active { background:url(../../images/gen/top_menu_left_on.gif) no-repeat left; }
#top_menu .middle_active { background:url(../../images/gen/top_menu_bg_on.gif) repeat-x; }
#top_menu .end_active { background:url(../../images/gen/top_menu_right_on.gif) no-repeat right; }

#sub_menu {
	position:absolute;
	margin-left:475px;
}
#sub_menu ul {
	margin:0;
	padding:0;
	display:block;
	list-style:none !important;

	text-align:left;
	font-size:11px;
	height:100%;
	width:120px;
	/*border:1px solid red;*/
}
#sub_menu li {
	margin:0;
	padding:0;
	border:none;
	list-style:none !important;
	white-space: nowrap;
	text-align:center;
	background:none;
}
#sub_menu li a {
	display: inline-block;
	width:155px;
	height:23px;
	padding:8px 0 0 0;	
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background:url(../../images/gen/btn1_off.gif) no-repeat;
	cursor:pointer;
	/*border:1px solid red;*/	
}

#sub_menu li a:hover {
	text-decoration:none;
	background:url(../../images/gen/btn1_on.gif) no-repeat;
}

#sub_menu .sub_menu_active, #footer_menu .sub_menu_active { background:url(../../images/gen/btn1_on.gif) no-repeat; }

#content_left {
	width:235px;
	padding:0 16px 0 30px;
	background:url(../../images/gen/shad_r.png) right repeat-y;
}
#content_left ul { margin-left:15px;margin-bottom:13px; }
#content_left2 {
	width:621px;
	padding:0 7px 0 8px;
	background:url(../../images/gen/shad_r2.png) right repeat-y;
}

#footer {
	clear:both;
	margin:0px 0 0 0;
}

#footer_menu {
	margin:0 6px 0 0;
}
#footer_menu ul {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	list-style-type:none;
	/*text-align:left;*/
	font-size:11px;
	height:100%;
	/*width:100%;*/
	float:right;
	/*border:1px solid red;*/
}
#footer_menu li {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	white-space: nowrap;
	text-align:center;
	float:left;
	background:none;
}
#footer_menu li a {
	display: inline-block;
	width:155px;
	height:23px;
	padding:8px 0 0 0;	
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background:url(../../images/gen/btn1_off.gif) no-repeat;
	cursor:pointer;
	/*border:1px solid red;*/
}
#footer_menu li a:hover {
	text-decoration:none;
	background:url(../../images/gen/btn1_on.gif) no-repeat;
}

#news div { margin:15px 0 0 30px;width:235px; }

.float_l { float:left; }
.float_r { float:right; }
.clear { clear:both; }
.font10 { font-size:10px; }
.font11 { font-size:11px; }
.font12 { font-size:12px; }
.font14 { font-size:14px; }
.font15 { font-size:15px; }
.font16 { font-size:16px; }
.font18 { font-size:18px; }
.bold { font-weight:bold; }
.normal { font-weight:normal; }
.color1 { color:#349ad2; }
.color2 { color:#231f20; }

.copyright { font-size:8px;padding-left:30px;float:left; margin-top:20px; }
.fmenu { font-size:8px;float:right; }
.logo { position:absolute;z-index:1;width:350px;height:95px;cursor:pointer; }
.tl2 { margin-top:-7px; }

#affiliations img { margin:5px 15px; }

.r_gallery img { border:1px solid #dadada;padding:5px;margin-top:5px; }












input, select {
	border: solid 1px #969696;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
}

.text_error {
	border: solid 1px #BF0000;
	background-color: #F3D1D1;
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
}

.select_error {
	background-color: #F1C6C6;
}

/* Top error box BEGIN */
div.nxErrorBox {
	border: 1px solid #B42E33;
	background: #F9F0C3;
	padding: 4px 0px 8px 0px;
	margin-bottom: 20px;
}
div.nxErrorBox img {
	padding-top: 7px;
}
div.nxErrorBox p {
	color: #B42E33;
	margin: 0px;
	padding: 10px 0px 5px 20px;
}
div.nxErrorBox ul {
	/*list-style: square;*/
	color: #B42E33;
	margin: 4px 0px 6px 35px;
}

/* Top error box END */

/* Top messages box BEGIN */
div.nxMessageBox {
	border: 1px solid #0070B0;
	background: #EBF3F9;
	padding: 4px 0px 8px 0px;
	margin-bottom: 20px;
}
div.nxMessageBox img {
	padding-top: 7px;
}
div.nxMessageBox p {
	color: #1F537C;
	margin: 0px;
	padding: 10px 0px 5px 20px;
}
div.nxMessageBox ul {
	/*list-style: square;*/
	color: #1F537C;
	margin: 4px 0px 6px 35px;
}
/* Top messages box END */

.slideshow  {
	position:relative;
	width:621px;
	top: 0px;
	right: 0px;
	height: 300px;
}


.slideshow div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	margin:0px;
	padding:0px;
	font-size:12px;
	width: 621px;
	overflow: hidden;
}

.slidetabs  {
	width: 621px;
}

.slidetabs img {
	margin: 0px;
	padding: 0px;
}

#content_home1 {
	width:621px;
	color:#333;
	font:11px Verdana, Arial;
	display:block;
	overflow:hidden;
	margin-left: 0px;
	z-index: 620;
}
#content_home1 #Logo_strato {
	margin-top: 10px;
	display: block;
	margin-left: 10px;
	border-style: none;
}
#content_home1 #Text_strato {
	margin: 10px;
	width: 600px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

