/* Young and Participativy - Youth Democracy project */
/* TOGETHER FRANCE, http://network-together.eu       */
/* created by: vipburgr, http://vipburgr.com         */
/* light blue: #93beff, dark blue: #060e44         */
/* darkbord5,light3,inner+bord=900         */

body{
	margin: 0px;
	padding: 0px 0px 25px 0px;
	background: #f2f8ff url('simg/top-bg.gif') repeat-x;
	text-align: center;
}

img{
	border: 0px solid;
}

a img {
	border: 0px solid;
}
#outerbox{
	margin: auto;
	overflow: hidden;
	border: 5px solid #060e44;
	
	width: 900px;
	margin-top: 20px;
}

#logo{
	width: 894px;
	height: 194px;
	border: 3px solid #93beff;
	border-bottom: 0px solid;
	
	background: #060e44 url('simg/logo.jpg') no-repeat;
}

#mainFrame{
	width: 894px;
	position: relative;
	text-align: left;
	overflow: hidden;
	border: 3px solid #93beff;
	background: #FFFFFF url('simg/menu-bg.gif') left top repeat-y;
}

#content{
	margin-left: 200px;
	padding: 23px;
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #000000;
}
#submenu{
	margin: -23px -23px 20px -29px;
	font-family: Arial;
	font-size: 13px;
	color: #060e44;
	background-color: #93beff;
	line-height: 30px;
	vertical-align: middle;
	border-bottom: 3px solid #060e44;
	text-align: center;
}
#submenu a{
	font-weight: bold;
	text-decoration: none;
	color: #060e44;
	border: 0px solid !important;
}
#submenu a:hover{
	font-weight: bold;
	text-decoration: none;
	background-color: #060e44;
	color: #93beff;
}
#menu{
	margin-top: 5px;
	width: 200px;
	float: left;
}
#menu a{
	display: block;
	width: 178px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 3px 2px;
	height: 27px;
	background: transparent url('simg/menu-button-off.gif') no-repeat;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #060e44;
	line-height: 27px;
	vertical-align: middle;
	text-decoration: none;
}
#menu a:hover{
	width: 173px;
	padding: 0px 0px 0px 15px;
	color: #FFFFFF;
	background: transparent url('simg/menu-button-on.gif') no-repeat;
}	
#menu a span{
	font-size: 18px;
}
#menu a.flag{
	display: inline;
	padding: 0px 0px 2px 0px; 
	margin: -2px 3px 2px 6px;
	background: none;
}
#menu a.flag:hover{
	display: inline;
	padding: 0px;
	border-bottom: 2px dotted;
	margin: -2px 3px 0px 6px;
	background: none;
}
#menuSpace{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
	background-color: #FFFFFF;
}
#menuSpace img{
	margin: 8px;
	width: 70px;
}
#menuSpace p{
	margin: 8px;
	color: #999999;
}
#menu h3{
	font-weight: bold;
	font-family: Arial;
	font-size: 17px;
	margin: 0px;
	padding: 10px 0px 0px 5px;
	color: #FFFFFF;
}
#content h1{
	font-family: Verdana, Times New Roman;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-shadow: 3px 3px 10px #888;
	margin: -10px 0px 18px 0px;
}

#content h2{
	font-family: Verdana, Times New Roman;
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0px 5px 50px;
}

#content p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #000000;
	text-align: justify;
}
#content p.bold{
	font-weight: bold;
}
#content p.italic{
	font-style: italic;
	font-size: 11px;
	color: #666666;
}
#content a{
	text-decoration: none;
	color: #050954;
	border-bottom: 1px dotted;
}
#content a:hover{
	border-bottom: 1px solid;
}
#content ul{
	margin: 0px 0px 15px 30px;
	padding: 0px;
}
#content li{
	padding-bottom: 4px;
}
#content img.right{
	float: right;
	margin: 3px 0px 15px 15px;
	border: 2px solid #93beff;
	clear: right;
}
#content img.left{
	float: left;
	margin: 3px 15px 15px 0px;
	border: 2px solid #93beff;
}
#content table{
	border: 2px solid #060e44;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#content table td{
	border: 1px solid #060e44;
	padding: 10px;
	color: #000000;
}

#content table td.head{
	border: 1px solid #060e44;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	color: #060e44;
	background-color: #93beff;
}
#content table td.subhead{
	border: 1px solid #060e44;
	padding: 10px;
	color: #060e44;
	background-color: #93beff;
}

