* {margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
}

#container {
	font-size: 1.2em;
	margin-left: 20px;
}

#header {
	height: 155px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}

#left {
	background-image: url(images/content_top_bg.jpg);
	background-repeat: repeat-x;
	height: 417px;
	margin-right: 221px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 50px;
}

#sub_maincontent {width: 100%;
           float: left;}

#sub_left {width: 30.3%;
           float: left;}

#sub_right {width: 30.3%;
            float: right;}

#sub_content {margin-left: 33.4%;
               margin-right: 33.4%}

#left_topBox {
	height: 45px;
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 0.9em;
}

#right {
	background-image: url(images/main_graphics.jpg);
	position: absolute;
	top: 3px;
	right: -14px;
	width: 246px;
	padding-top: 284px;
	background-repeat: no-repeat;
	height: 492px;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

/******************** Navigation menu ************************/

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 21px 8px 0px 8px;
	color: #fff;
	text-decoration: none;
	float: left;
	font-size: 1.2em;
}

#navcontainer ul li a:hover
{
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* Fin navigation menu ***************************/


p {margin-bottom: 15px;
    margin-top: 0px;}

.ingress {margin-bottom: 15px;
    margin-top: 10px;}
	
.sign_up {
	font-weight: bold;
	color: #66FFCC;
}

h1 {
	font-size: 2.6em;
	padding-top: 35px;
	padding-left: 50px;
	color: #3e425d;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	padding-left: 50px;
	color: #3e425d;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 20px;
	color: #151a5f;
	font-style: italic;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	color: #151a5f;
	font-style: italic;
	font-weight: bold;
}

h5 {
	font-size: 1.5em;
	color: #FAB21E;
	font-style: italic;
	font-weight: bold;
}


a:link {
	color: #262b81;
	text-decoration: none;
	font-weight: bold;
}     
a:visited {
	color: #262b81;
	text-decoration: none;
	font-weight: bold;
}  
a:hover {
	color: #f7a623;
	text-decoration: none;
	font-weight: bold;
}   
a:active {
	color: #262b81;
	text-decoration: none;
	font-weight: bold;
}   


.img_left {
	float: left;
	margin-right: 10px;
}

 /***************************** Contact ****************************/
			
.navcontainer {
	width: 246px;
	background-image: url(images/right_navbar_bg.jpg);
	height: 250px;
	padding-top: 74px;
	background-repeat: no-repeat;
}

.contact {
	padding-left: 40px;
}

.navcontainer p
{
	padding-top: 7px;
	padding-left: 7px;	
}

.navcontainer ul
{
list-style-type: none;
margin-left: 40px;
}

.navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

.navcontainer a:hover
{
color: #f7a623;
}

.imagecontainer
{
	padding-left: 10px;
}

.logoslangue
{
	padding-left: 30px;
	padding-top: 15px;
}

