* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: 	verdana, helvetica, arial, sans-serif;
	font-size: 		10px;
	color: 			#333333;
	text-align: 	center;
}
h3 {	font-size: 12px;}
a:link		{font-size: 10px; text-decoration:none; color: #075d6c;}
a:visited	{font-size: 10px; text-decoration:none; color: #075d6c;}
a:hover		{font-size: 10px; text-decoration:underline; color: #333;}

.login_input {
	border: 1px #6a6a6a solid;
	margin: 3px 0;
}
.upload_input {
	border: 1px #6a6a6a solid;
	margin: 3px 0;
}

#onglet {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 43px;
	z-index: 1000;
	color: #fff;
	background: url(../images/onglet.png) no-repeat center;
}
#onglet_text {
	padding: 3px 25px 0 25px;
	margin: 0 auto;
	width:  890px;
	text-align: left;
}

#onglet a:link		{font-weight: bold; font-size: 13px; text-decoration:none; color: #fff;}
#onglet a:visited	{font-weight: bold; font-size: 13px; text-decoration:none; color: #fff;}
#onglet a:hover		{font-weight: bold; font-size: 13px; text-decoration:underline; color: #fff;}

#page {
	width:  968px;
	margin: 0 auto;
	text-align: left;
}
#space {
	height: 100px;
}
#link {
	text-align: center;
	height: 46px;
	background: url(../images/link.png) no-repeat;
}

#left {
	margin: 0 0 0 12px;
	width: 197px;
}
#center {
	width: 542px;
}
#right {
	margin: 0 12px 0 0;
	width: 197px;
}

/* CADRE ############################################################ */
#cadre_header {
	height: 41px;
	background: url(../images/cadre_header.png) no-repeat;
}
#cadre_body {
	background: url(../images/cadre_body.png) repeat-y;
}
#cadre_footer {
	text-align: center;
	padding: 24px 0 0 0;
	font-size: 9px;
	height: 50px;
	color: #333;
	background: url(../images/cadre_footer.png) no-repeat;
}
#cadre_footer a:link	{font-weight: bold; font-size: 10px; text-decoration:none; color: #333;}
#cadre_footer a:visited	{font-weight: bold; font-size: 10px; text-decoration:none; color: #333;}
#cadre_footer a:hover	{font-weight: bold; font-size: 10px; text-decoration:underline; color: #333;}

/* GALLERY ########################################################## */
#gallery {
	text-align: center;
	margin: 0 1px 0 0;
}
/* UPLOAD ########################################################### */
#upload p {
	padding: 3px;
	text-align: center;
}

/* CENTRE ############################################################# */
.contener_header {
	height: 36px;
	background: url(../images/contener_header.png) no-repeat;
}
.contener_body {
	padding: 0 15px;
	background: url(../images/contener_body.png) repeat-y;
}
.contener_footer {
	height: 36px;
	background: url(../images/contener_footer.png) no-repeat;
}
.calendar_table {
	padding: 5px 0 0 0;
	width: 100%;
}

#news li {
	margin: 0 0 0 25px;	
}
/* MENU ############################################################ */

.menu_header {
	height: 35px;
	background: url(../images/menu_header.png) no-repeat;
}
.menu_body {
	padding: 5px 15px;
	background: url(../images/menu_body.png) repeat-y;
}
.menu_footer {
	height: 35px;
	background: url(../images/menu_footer.png) no-repeat;
}

#menu_sondage {
	text-align: left;
}
#menu_liens {
	text-align: left;
}
#menu_liens ul {
	margin: 0 0 0 20px;
}
#menu_membres {
	text-align: center;
}
#menu_screen {
	text-align: center;
}
#menu_recrutement {
	text-align: left;
}

.post_header {
	padding: 10px 10px 0 10px;
	height: 34px;
	background: url(../images/post_header.png) no-repeat;
}
.post_body {
	text-align: justify;
	padding: 0 10px;
}
.post_footer {
	padding: 20px 10px 0 0;
	height: 34px;
	background: url(../images/post_footer.png) right no-repeat;
}
