#content_page ul{
	list-style-image:url("../images/menu_arrow.png");
}

#content{
	margin:auto;
	width:950px;
	font-size:12px;
}

#header{
	margin:auto;
	margin-top:20px;
	height:150px;
}

#menutop1 {
	position:relative;
	float:right;
	width:600px;
	height:25px;
	margin:0 auto;
	overflow: hidden;
	
}

#menutop1 ul {
	margin: 0;
	padding:0;
	list-style: none;
}

#menutop1 li {
	float: right;
}

#menutop1 li a {
	font-size:12px;
	float:right;
	text-decoration: none;
	font-weight: 700;
	line-height:20px;
	padding: 0 10px;
	cursor:pointer;
}


#menutop2 {
	position:relative;
	text-align:center;
	width:100%;
	height:25px;
	margin:0 auto;
	overflow: hidden;
	background:#dddddd url("../images/background-menutop2.jpg") repeat-x;

}

#menutop2 ul {
	
	margin: 0;
	padding:0;
	list-style: none;
}



#menutop2 li a {
	text-align:center;
	font-size:12px;
	float:right;
	text-decoration: none;
	font-weight: 700;
	height:25px;
	line-height:24px;
	padding: 0 14px;
	cursor:pointer;
}



img{
	border:0px;
}

#content2{
	margin-top:0px;
	margin:auto;
	width:950px;	
}


#leftmenu{
	float:left;
	width:202px;
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-border-bottom-right-radius: 5px;
	-border-bottom-left-radius: 5px;

	
}

#left h3{
	padding:0;
	margin:0;
	text-align:left;
	padding-left:15px;
	background-color:#083875;
	color:#fff;
	border:1px solid #083875;
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-border-top-right-radius: 5px;
	-border-top-left-radius: 5px;
}

#left{
	width:200px;
	background: #ddd; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-border-bottom-right-radius: 5px;
	-border-bottom-left-radius: 5px;
	
	
	border-bottom:1px solid #bbb;
}


.navigation { 
	width:200px;  
	margin: 0; 
	padding: 0; 
	list-style: none; 
	background: #ccc; 
	font-size:12px; 
	line-height:20px;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
} 

.navigation ul{ 
	list-style-type:none;
}

.navigation li{ 
	width:200px; 
}

.navigation a, .navigation span { 
	width:200px;
	font-weight:bold;
    display: block; 
    padding: 4px 25px; 
    color: #fff; 
    text-decoration: none; 
    background: url(../images/menu-item.jpg) left bottom no-repeat; 
	 
} 
.navigation .toggleSubMenu a, .navigation .toggleSubMenu span { 
	width:200px;
    background-image: url(../images/menu-item-enroule.jpg); 
} 

.navigation .open a, .navigation .open span { 
	width:200px;
    background-image: url(../images/menu-item-deroule.jpg); 
} 

.navigation a:hover, .navigation a:focus, .navigation a:active { 
    text-decoration: underline; 
} 


.navigation .subMenu { 
    font-size: 12px; 
    background: #fff; 
    margin: 0; 
    padding: 0; 
    border-bottom: 1px solid #666; 
} 

.navigation .subMenu ul li{ 
	margin:0;
	padding:0;
}

.navigation ul.subMenu a { 
    background: none; 
    padding: 3px 5px; 
	color: #75194A; 
	font-weight:bold;
}


.navigation ul.subMenu ul li {
	list-style-image:url("../images/menu_arrow.png");
}

.navigation ul.subMenu ul li a { 
	color: #75194A; 
	margin-left:0px;
	width:150px;
}




#content_page{
	width:740px;
	background-color:#FFFFFF;
	margin-left:0px;
	margin-top:10px;
	float:right;
	border:1px solid #dddddd;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    -border-radius: 5px;
}

#content_page div{
	width:680px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
}


#bottom {
	position:absolute;
	margin:auto;
	text-align:center;
	bottom:0px;
}

#footer-banner{
	text-align:center;
	padding-bottom:2px;
	position:relative;
	margin:auto;
	width:950px;
	background-color:#fff;
	border:1px solid #ddd;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    -border-radius: 5px;
}


#footer{
	text-align:center;
	padding-bottom:2px;
	position:relative;
	margin-top:40px;
	margin:auto;
	width:950px;
	background-color:#fff;
	border-bottom:1px dotted #ccc;
}


#navigation_bar{
	width: 740px;
	font-size:11px;
	float:right;
	height:30px;
	border:1px solid #ddd;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    -border-radius: 5px; 
	background: #eee; 
	padding-top:5px;
}

#navigation_bar #title_page{
	padding-left:20px;
}

#news{
	width:202px;

}

#box_news{
	padding-left:10px;
}

#networks{
	width:202px;
}

#networks div{
	padding-left:10px;
}

#navigation_bar span{
	margin-top:auto;
}

#navigation_bar #flags{
	float:right;
	margin-top:5px;
}

.error{
	color:#FF0000;
}
