@charset "utf-8";
/* CSS Document */

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999999;
	background-image: url(img/principale_r1_c2.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}
.twoColFixLtHdr #container {
	width: 830px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: right;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#contbody {
	background-image: url(img/principale_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}#header #logo {
	width: 165px;
	padding-top: 20px;
	position: static;
	padding-left: 640px;
}
#menu {
	height: 59px;
	margin-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
}
#sidebar1 #contsx {
	background-color: #D9D7D7;
	padding: 5px;
}
#mainContent blockquote {
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0px;
	line-height: 25px;
	color: #000000;
}
#header #menu a:link {
	color: #404040;
	text-decoration: none;
}
#header #menu a:visited {
	color: #404040;
	text-decoration: none;
}
#header #menu a:hover {
	color: #404040;
	text-decoration: none;
	font-weight: bold;
}
.formSfondo {
	background-image: url(img/formSfondo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 130px;
	background-color: #D9D7D7;
	height: 20px;
}
.btnLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-color: #D9D7D7;
	font-size: 11px;
	color: #333333;
	cursor: hand;
}
.btnForm {
	background-image: url(images/btn.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 19px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.btnForm:hover {
	background-image: url(images/btn.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 19px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #53C0D2;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	background-color: #990000;
}

#mainContent h1 {
	font-weight: normal;
	font-size: 20px;
	color: #53C0D2;
}
#mainContent h2 {
	font-weight: normal;
}


.smallChar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}



.smallform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 10px;
}
.twoColFixLtHdr #contbody #container #mainContent  a:link {
	color: #000000;
	text-transform: none;
	text-decoration: none;
	font-size: 11px;
}

.twoColFixLtHdr #contbody #container #mainContent  a:visited {
	color: #000000;
	text-transform: none;
	text-decoration: none;
}
.twoColFixLtHdr #contbody #container #mainContent  a:hover {
	color: #333333;
	text-transform: none;
	text-decoration: underline;
}
#mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	display: inline;
}
#mainContent h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	display: inline;
}
#container #footer a {
	color: #333333;
	text-decoration: none;
}

#random  a:link {
	color: #FFFFFF;
	
	text-decoration: none;
}

#random  a:visited {
	color: #FFFFFF;
	
	text-decoration: none;
}
#random  a:hover {
	color: #FFFFFF;
	
	text-decoration: underline;
}


#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: auto;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #333333;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;

}

#navlist li a:link{ text-decoration: none; }
#navlist li a:visited { text-decoration: none; }
#navlist li a:hover { text-decoration: underline; }
.titlelist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
#tblist h6 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
}
.tblist {
	border: 1px solid #FFFFFF;
}
#language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	position: absolute;
	top: 0px;
	right: 10px;
}
#outside {
	display: none;
}
H1#other {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3399FF;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	text-transform: inherit;
}
#clearfix {
	clear: both;
}
.twoColFixLtHdr #contbody #container #header #menu #flash h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #6CC0D2;
}

