/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 12px;
	color: #666666;
	text-align: justify;
	background: #FFFFFF;
}

/*Main - Central part including the header, the borders, the content and the footer*/
#main {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	height: auto;
}

/*Header*/
#header {
	width: 985px;
	height: 156px;
	background: url(../images/header_bg.jpg) top left no-repeat;
	cursor: pointer;
}

/*Menu*/
div#menu {
	width: 985px;
	height:35px;
	background: url(../images/menu_bg.jpg) top left no-repeat;
	padding: 0px 0px 0px 40px;
}

/* on enleve la taille de ul et labordure*/ 
div#menu ul {
	padding: 0;
	margin:0px;
} 
div#menu li a:hover {
	color: #666699;
	background: none;
}

#menu li a.selected_menu, #menu li a.selected_sub_menu {
	color: #666699;
}

/* float left pour les li afin d'aligner le menu et plus de bordures*/ 
div#menu ul li {
	z-index: 100;
	padding-top: 7px;
	padding-left: 10px;
	font-variant: small-caps;
	font-family: "Arial";
	font-weight: bold;
	font-size: 120%;
	position:relative;
	list-style: none;
	float:left;
} 

/* le décalage n'est plus a gauche maintenant mais en bas on annule donc le decalage a gauche et la correction en haut et on place la restriction de taille*/ 
div#menu ul ul {
	position: absolute;
	display:none;
	width:110px;
}

#menu ul ul li {
	padding-top: 0px;
	font-variant: small-caps;
	font-family: "Arial";
	font-weight: bold;
	font-size: 80%;
	text-align: left;
	background: #ffffff;
	border-bottom: 1px dotted #666666;
}

/* plus de bordure et taille remise a 100px*/ 
div#menu li a {
	color: #B5B2D1;
	text-decoration: none;
	padding: 4px 0 4px /*8px*/;
	display:block;
	width:110px;
	border-bottom: 0px;
}

div#menu ul.level1 li.submenu:hover ul.level2{
	display:block;
} 

div#menu .language{
	float: right;
	padding: 8px 65px 0px 0px;
}

/*Content*/
#content {
	width: 925px;
	height: auto;
	background: url(../images/content_bg.jpg) repeat-y top left;
	padding: 10px 30px 5px 30px;
	float: left;
}

#content_text {
	clear: both;
}

#login_box {
	padding-right: 10px;
	float: right;
	width: 300px;
	text-align: right;
}

#login_box input {
	font-size: 70%;
	width: 80px;
	text-align: center;
}

#login_box input.login_submit {
	width: auto;
}

.title1 {
	color: White;
	background-color: #807EAD;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
}

.title2 {
	color: #666699;
	font-weight: bold;
}

.title2 a:link, a:visited {
	border: none;
}

#content_text a:link, #content_text a:visited {
	text-decoration: none;
	color: #666699;
	border-bottom: 1px dotted #666699;
	background-color: transparent;
}
#content_text a:hover {
	color: #666699; 
	border-bottom: 1px solid #666699;
}
#content_text a img, #content_text a:link img, #content_text a:visited img, #content_text a:active img, #content_text a:focus img {
	border: none;
}

#content_text ul li{
	list-style-type: none;
	background: url(../images/star-arrow.gif) top left no-repeat;
	padding-left: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}

#content_text li.tab{
	background-image: none;
	padding-left: 0px;
}

.hugeCenteredText, .hugeCenteredTextViolet {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

.hugeCenteredTextViolet {
	color: #807EAD;
}

.infoText {
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	text-align: justify;
	background-color: #C8DEEC;
	color: #3300FF;
}

.errorText {
	font-size: 100%;
	text-align: justify;
	background-color: #FFE46A;
}

.notice{
	background-color: Silver;
	width: 100%;
	border: thin solid Black;
	padding: 2px 2px 2px 2px;
}

.resultsTitle {
	font-weight: bold;
}

.list {
margin-left:20px;
}

#tabs {
	color: #000;
	margin: 10px 5px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	width:auto;
}

#tabs li {
	padding:0;
	display: inline;
	list-style-type: none; 
	background-image:none;
}	
		
#tabs a{
	color: #3399CC;
	background: #C8DEEC;
	font: bold 0.8em verdana, arial, sans-serif;
	border: 2px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	padding: 2px 3px 1px 3px;
	margin: 0px;
	text-decoration: none;
}

#tabs a.active {
	background: #3399CC;
	color: #FFFFFF;
	border: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
}
		
#tabs a:hover, a.active:hover {
	color: #FFFFFF;
	background: #3399CC;
}

.tabContent{
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #3399CC;	
	width:900px;
}

.communities_item{
	width: 397px;
	float: left;
	margin: 0px 30px 30px 30px;
}

.communities_top{
	width: 397px;
}

.communities_top_left_corner, .communities_top_left_corner_long{
	float: left;
	padding: 4px 0px 0px 10px;
	background-image: url(../images/communities_top_left_corner.jpg);
	background-repeat: no-repeat;
	width: 35px;
	height: 30px;
}

.communities_title, .communities_title_long{
	float: left;
	background-image: url(../images/communities_title_bg.jpg);
	background-repeat: repeat-x;
	padding: 8px 10px 0px 0px;
	width: 180px;
	height: 26px;
	color: #3399CC;
	font-weight: bold;
	font-size: 110%;
}

.communities_title_bg_right, .communities_title_bg_right_long{
	float: left;
	background-image: url(../images/communities_title_bg_right.jpg);
	background-repeat: no-repeat;
	width: 9px;
	height: 34px;
}

.communities_top_right{
	float: left;
	background-image: url(../images/communities_top_right.jpg);
	background-repeat: repeat-x;
	width: auto;
	width: 143px;
	height: 34px;
}

.communities_top_right_corner, .communities_top_right_corner_long{
	float: left;
	background-image: url(../images/communities_top_right_corne.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 34px;
}

.communities_left_right_border{
	float: left;
	background-image: url(../images/communities_left_right_bord.jpg);
	background-repeat: repeat;
	width: 10px;
	height: 150px;
}

.communities_middle{
	float: left;
	width: 397px;
	height: 150px;
}

.communities_content{
	float: left;
	background-color: white;
	width: 367px;
	height: 140px;
	padding: 5px 5px 5px 5px;
}

.communities_content_text{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 367px;
	height: 100px;
}

.communities_content_links{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 367px;
	height: 40px;
}

.communities_content_text2{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 367px;
	height: 80px;
}

.communities_content_links2{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 367px;
	height: 60px;
}

.communities_bottom{
	clear: both;
	background-image: url(../images/communities_bottom_border.jpg);
	background-repeat: no-repeat;
}

.communities_item_long{
	width: 854px;
	float: left;
	margin: 0px 30px 30px 30px;
}

.communities_top_long{
	width: 854px;
}

.communities_top_right_long{
	float: left;
	background-image: url(../images/communities_top_right.jpg);
	background-repeat: repeat-x;
	width: auto;
	width: 600px;
	height: 34px;
}

.communities_left_right_border_long{
	float: left;
	background-image: url(../images/communities_left_right_bord.jpg);
	background-repeat: repeat;
	width: 10px;
	height: 80px;
}

.communities_middle_long{
	background-image: url(../images/communities_left_right_bord_long.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 814px;
	padding: 5px 25px 5px 25px;
}

.communities_content_long{
	float: left;
	background-color: white;
	width: 824px;
	height: 70px;
	padding: 5px 5px 5px 5px;
}

.communities_bottom_long{
	clear: both;
	background-image: url(../images/communities_bottom_border_long.jpg);
	background-repeat: no-repeat;
}

#phpmyvisites {
	padding-top: 25px;
	text-align: right;
	clear: both;
}

/*Footer*/
#footer {
	float: left;
	color: #666666;
	width: 985px;
	height: 118px;
	padding-top: 20px;
	background: url(../images/content_bg.jpg) repeat-y top left;
}

#footer img{
	vertical-align: middle;
	border-width:0;
}

#footer a{
	color: #666666;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #666666;
	border-bottom: 1px dotted #666666;
}
#footer a:hover {
	color: #666666;
	border-bottom: 1px solid #666666;
}

#footer_EduTraining {
	float: left;
	width: 80px;
	height: 37px;
	padding-right: 10px;
	background: url(../images/Edu_and_training.png) bottom right no-repeat;
}

#footer_content {
	padding: 15px 15px 0px 15px;
	float: left;
	width: 745px;
	height: 32px;
	font-family: Tahoma;
	text-align: center;
	font-size: 11px;
}

#footer_LLP {
	float: left;
	width: 110px;
	height: 37px;
	padding-left: 10px;
	background: url(../images/LLP_logo.png) bottom left no-repeat;
}