/*
 * @autor : PluXML http://www.pluxml.org
 * @date : 2013
*/

/* ---------- GENERAL STYLES ---------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

body {
	font-family: arial, helvetica, sans-serif;
	background-color: #222;
	color: #ddd;
}

span,
p,
ul,
ol,
table,
td,
th,
hr,
blockquote,
input,
textarea {
	line-height: 1.3em;
	margin-bottom: 5px;
}

h1 {
	font-size: 1.5em;
	line-height: 1.1;
}

h2 {
	font-size: 1.4em;
	line-height: 1.3;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.1em;
	line-height: 1.3;
	margin-bottom: 10px;
}

h4,
h5,
h6 {
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	color: #2175bd;
}

a:hover {
	text-decoration: none;
	color: #00396A;
}

strong,
b {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

del,
s,
strike {
	text-decoration: line-through;
}

code,
pre,
samp {
	padding: 10px 15px;
	font-family: modern, monospace;
	background-color: #eee;
	border: 1px solid #ddd;
}

li {
	margin-left: 25px;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	height: 1px;
	background-color: #444;
}

img.superbg {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
}

header,
nav,
section,
article,
aside,
footer,
details,
figcaption,
figure,
audio,
video,
canvas {
	display: block;
}

.content {
	clear: both;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ---------- HEADER ---------- */

header {
	overflow: hidden;
	padding: 10px 0 10px 0;
	/*background-color:#f9f9f9;*/
}

header p {
	margin-bottom: 0;
	color: white;
	font-weight: bold;
}

#header-title a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.2em;
	font-weight: bold;
	color: white;
}

#connect-formc{
	position: absolute;
	top: -46px;
	right: 50px;
	color: white;
	font-weight: bold;
	float: right;
	height: 21px;
	width: 150px;
	right: 150px;
	padding: 10px;
	background-color: rgb(34, 34, 34);
	background-color: rgba(34, 34, 34, 0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222C0,endColorstr=#222222C0);
	border-radius: 0 0 0 7px;
}
#connect-formc:hover{
	top: -42px;
}
#connect-formc input{
	border: none;
	font-size: 15px;
	font-weight: bold;
	width: 80px;
	height: 20px!important;
	border-radius: 3px;
}
#connect-form{
	cursor: pointer;
	color: white;
	font-weight: bold;
	float: right;
	position: absolute;
	/*top: 41px;*/
	bottom: -33px;
	padding: 7px;
	right: 0px;
	background-color: rgb(34, 34, 34);
	background-color: rgba(34, 34, 34, 0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222C0,endColorstr=#222222C0);
	border-radius:  0 0 7px 7px;
	
}
#connect-form a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
/* ---------- NAV ---------- */
.maintitle{
	font-family: 'Rock Salt', cursive;
	font-size: 2em;
	padding-right: 20px;
	letter-spacing: 2px;
}
nav form {
	display: none;
}

nav {
	padding: 10px 0;
	margin-top: 60px;
	background-color: rgb(34, 34, 34);
	/*background-color: rgba(34, 34, 34, 0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222C0,endColorstr=#222222C0);*/
	border-top: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
	/*opacity: 0.5;*/
	
	
}

nav ul {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	/*background-color: #222;*/
}

nav li {
	margin: 0 10px 0 0;
	display: inline;
	list-style-type: none;
}
.line-white{
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bold;
	color: #ddd;
	display: inline;
	letter-spacing: 0px;
}
nav li a {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #ddd;
}

nav li a:hover, nav li a.active {
	text-decoration: none;
	color: #fff;
}
#subtitle-1{
padding-top: 20px;
color: white;
font-family: 'Rock Salt', cursive;
width: 1000px;
margin: 0 auto;
}
/* ---------- SECTION ---------- */

section {
	clear: both;
	overflow: hidden;
	padding: 30px 0 15px 0;
	/*background-color:#f9f9f9;*/
}

.cat-info,
.tag-info,
.arch-info {
	margin-bottom: 20px;
}
.cat-info p{
	font-weight: bold;
	font-size: 12px;
}
.cat-info:first-letter,
.tag-info:first-letter,
.arch-info:first-letter {
	text-transform: uppercase;
}

/* ---------- ARTICLE / STATIC ---------- */

#article-full-width,
#static-full-width {
	width:100%;
	padding: 20px;
	background-color: rgb(34, 34, 34);
	background-color: rgba(34, 34, 34, 0.97);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222f2,endColorstr=#222222f2);
	border-radius: 5px;
	overflow: hidden;
	float: left;
	min-height: 600px;
	margin-bottom: 50px;
}

#static-full-membre {
	position: absolute;
	left: 0px;
	top: 165px;
	width:100%;
	padding: 20px;
	margin: 0px;
	background-color: rgb(34, 34, 34);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222f2,endColorstr=#222222f2);
	border-radius: 5px;
	overflow: hidden;
	float: left;
	margin-bottom: 50px;
}

#static-width-sidebar {
		padding: 20px;
	background-color: rgb(34, 34, 34);
	background-color: rgba(34, 34, 34, 0.97);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222f2,endColorstr=#222222f2);
	border-radius: 5px;
	overflow: hidden;
	float: left;
	width: 56%;
	margin-bottom: 50px;
}

#article-width-sidebar {
	padding: 20px;
	background-color: #222222;
	background-color: rgba(34, 34, 34, 0.97);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000C0,endColorstr=#000000C0);
	border-radius: 5px;
	overflow: hidden;
	float: left;
	width: 56%;
	margin-bottom: 50px;
}

article {
	margin-bottom: 30px;
}

article h1,
article h1 a{
	font-weight: bold;
	color: #ddd;
}
article h1 a:hover{
	font-weight: bold;
	color: #8A8A8A;
}
article h2, article h3 {
	padding-top: 10px;
}

.article-info {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 5px 0;
	font-weight: bold;
	font-size: 12px;
}

.article-info p {
	margin-bottom: 0px;
	font-size: 0.9em;
}

.article-content {
	color: #ECECEC;
	font-size: 0.8em;
}

article img {
	max-width: 97%;
	height: auto!important;
	margin: 0;
	border-radius: 5px;
	border: 6px solid #DADADA;
}

.rss {
	padding: 0 0 15px 20px;
	background-image: url(img/rss.png);
	background-repeat: no-repeat;
}

/* ---------- COMMENT ---------- */

#form h2 {
	margin-top: 45px;
}

.info_comment {
	font-size: 0.9em;
}

.info_comment a {
	text-decoration: none;
}

.comment {
	padding-left: 60px;
	margin: 0 0 30px 0;
	background-image: url(img/user.png);
	background-repeat: no-repeat;
}

.com-alert {
	font-weight: bold;
	color: #db2020;
}

/* ---------- PAGING ---------- */

#pagination {
	text-align: center;
}

.p_page,
.p_prev a,
.p_first a ,
.p_last a ,
.p_next a {
	display: inline-block;
	padding: 0 7px 30px 7px;
}

.p_page:first-letter,
.p_prev a:first-letter,
.p_first a:first-letter,
.p_last a:first-letter,
.p_next a:first-letter {
	text-transform: uppercase;
}

/* ---------- SIDEBAR ---------- */

aside {
	float: right;
	width: 35%;
	margin-bottom: 35px;
	padding: 20px;
	background-color: #222222;
	background-color: rgba(34, 34, 34, 0.97);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000C0,endColorstr=#000000C0);
	border-radius: 5px;
}

.aside-title {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3;
	color: #ddd;
}

.aside-content {
	margin-bottom: 20px;
}
.button-link {
	background: #D6D6D6;
	color: #2175bd;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	border-radius: 3px;
	font-size: 14px;
}

.button-link:hover{
color: #00396A;
}
.menu-link{
	margin: 10px;
	display:block;
}
.button-list{
	margin: 15px;
}
.static-group{
	display:none;
}
aside li {
	list-style-type: none;
	margin-left: 0;
}

aside a.active {
	text-decoration: none;
	color: #db2020;
}
.aside-content a{
	font-weight: bold;
}
#descrside{
	font-weight: bold;
	font-size: 12px;
}
/* ---------- TAG ---------- */

.tag {
	display: inline-block;
	margin-bottom: 0;
	padding-right: 10px;
}

.tag-size-1 {
	font-size: 1em;
}

.tag-size-2 {
	font-size: 1.1em;
}

.tag-size-3 {
	font-size: 1.2em;
}

.tag-size-4 {
	font-size: 1.3em;
}

.tag-size-5 {
	font-size: 1.4em;
}

.tag-size-6 {
	font-size: 1.5em;
}

.tag-size-7 {
	font-size: 1.6em;
}

.tag-size-8 {
	font-size: 1.7em;
}

.tag-size-9 {
	font-size: 1.8em
}

.tag-size-10 {
	font-size: 1.9em;
}

.tag-size-max {
	font-size: 2em;
}

/* ---------- FORM ---------- */

form,
fieldset {
	border: none;
}

form p {
	margin-bottom: 5px;
}

label {
	font-weight: bold;
}

input {
	margin-bottom:25px !important;
	padding: 0 6px;
	height: 30px !important;
	width: 380px;
	border: 1px solid #bbb;
	outline : none;
	cursor: pointer;
}

input[type=submit],
input[type=reset] {
	width: auto;
	margin-bottom: 0 !important;
	padding: 0 6px;
	height: 34px !important;
	text-align: center;
	background-color: #dedede;
	border: 1px solid #bbb;
}

input[type=submit]:hover,
input[type=reset]:hover {
	text-decoration: none;
	background-color: #bbb;
	border: 1px solid #bbb;
}

.searchform,
.searchform input,
.searchform input[type=submit] {
	width: auto;
	margin-bottom: 15px;
}

textarea {
	display: block;
	height: 300px;
	width: 480px;
	margin-bottom: 20px;
	padding: 3px 6px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #bbb;
	outline : none;
	cursor: pointer;
}

input:hover,
select:hover,
textarea:hover {
	background-color: #ddf0f8;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid #77bace;
}

.capcha-letter {
	font-weight: bold;
}

.capcha-word {
	font-weight: bold;
}

#id_rep {
	margin-top: 5px;
	display: block;
}
/* ---------inscription---------*/
#inscription{
	color: #C3C3C3;
	width: 500px;
	margin: 0 auto;
	font-size: 1.3em;
	font-weight: bold;
}
#inscription h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: bold;
}
#inscription .telform{
	width: 150px;

}
#inscription input{
	color: #424242;
	height: 22px!important;
	margin: 0px!important;
	padding: 2px;
	width: auto;
	vertical-align: middle;
	display: inline;
}
#inscription input[type="text"]{
	float: right;
	border-radius: 3px;
}
#inscription input[type="radio"]{
	margin-left: 5px!important;
	margin-right: 30px!important;
	height: 20px;

}
#renadh{
	background: #D6D6D6;
	color: #2175bd;
	font-weight: bold;
	padding: 20px;
	border-radius: 7px;
	line-height: 2em;
}
#renod{
	line-height: 2em;
	background: #D6D6D6;
	color: #2175bd;
	font-weight: bold;
	padding: 20px;
	border-radius: 7px;
}
#rendis{
	line-height: 2em;
}
#disprat{
	background: #D6D6D6;
	color: #2175bd;
	font-weight: bold;
	padding: 20px;
	border-radius: 7px;
	width: 200px;
	margin: 0 auto;
}
#disprat input{
	float: right;
	vertical-align: middle;
	display: inline;
	margin-top: 10px!important;
}
#disdom{
	background: #D6D6D6;
	color: #2175bd;
	font-weight: bold;
	padding: 20px;
	border-radius: 7px;
}
#disdom input[type="radio"]{
	margin-left: 3px!important;
	margin-right: 10px!important;
	height: 20px;
}

/* ---------- FOOTER ---------- */

footer {
	clear: both;
	overflow: hidden;
	padding: 20px 0 10px 0;
	background-color:#222;
}

footer p {
	margin-bottom: 5px;
	text-align: center;
	color: #ddd;
}

footer a {
	color: #ddd;
}

footer a:hover {
	color: #fff;
}

/* ---------- RESPONSIVE DESIGN ---------- */

@media screen and (max-width:980px) {

	input, textarea {
		width: 100%;
		display: block;
		max-width: 350px;
	}

	input[type=submit],
	input[type=reset] {
		width: auto;
	}

	#article-width-sidebar,
	#static-width-sidebar {
		width: 60%;
	}

	aside {
		width: 35%;
	}

}

@media screen and (max-width:640px) {

	header {
		text-align: center;
	}

	nav {
		padding: 7px 0;
	}

	nav li {
		margin: 7px 0;
		display: block;
		text-align: center;
	}

	#article-width-sidebar,
	#static-width-sidebar,
	aside {
		width: 100%;
	}

	aside {
		margin-top: 50px;
		padding-left: 0;
	}

}
#pratique {
 top: 0;
 	
	float: right;
	position: absolute;
	top: -4px;
	/*top: 41px;*/
	padding: 7px;
	right: 5px;
	background-color: rgb(34, 34, 34);
	background-color: rgba(34, 34, 34, 0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222C0,endColorstr=#222222C0);
	border-radius:  0 0 7px 7px;
}
#pratique a{
	cursor: pointer;
	color: white;
	font-weight: bold;
}
#adhesionB {
 top: 0;
 	
	float: right;
	position: absolute;
	top: -4px;
	/*top: 41px;*/
	padding: 7px;
	right: 295px;
	background-color: rgb(34, 34, 34);
	background-color: rgba(34, 34, 34, 0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222C0,endColorstr=#222222C0);
	border-radius:  0 0 7px 7px;
}
#adhesionB a{
	cursor: pointer;
	color: white;
	font-weight: bold;
}
#adhesionB:hover{
	top: 0px;
}
#pratique:hover{
	top: 0px;
}
#infoboxp{
color: #ddd;
padding-top: 30px;
text-align: center;
}
#infoboxp [type=checkbox]{
width: inherit;

}
#infoboxp h1{
font-family: 'Roboto Condensed', sans-serif;
font-size: 2.2em;
font-weight: bold;
color: #ddd;
}
#infoboxp h2{
 font-size: 1.1em;
}
.file-button{
	font-family: 'Roboto Condensed', sans-serif;
	background: #979797;
	color: #EFEFEF;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
}
.cat-info h2{
	font-family: 'Rock Salt', cursive;
	font-size: 1.3em;
	padding-right: 20px;
	letter-spacing: 2px;

}
.logo-aneg {
}
#champ-form {
	margin: 0 auto 100px;
	width: 450px;
}
#champ-form input{
	text-align: center;
	color: #2175bd;
	margin-bottom: 10px!important;
	padding: 0!important;
	width: 100%;
	border: none;
	font-size: 20px;
	font-weight: bold;
	height: 30px!important;
	border-radius: 3px;
}
#champ-form form{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 20px;	
}
#champ-form input[type=submit]{
	background: #D6D6D6;
	color: #2175bd;
	font-weight: bold;
}
#champ-form button{
	font-family: 'Roboto Condensed', sans-serif;
	background: #D6D6D6;
	color: #2175bd;
	font-weight: bold;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 20px;
	cursor: pointer;
}
#champ-form button:active{
	background: #A5A5A5;
	color: #BD3421;
	cursor: pointer;
}



#champ-form a{
	margin-top: 10px;
	font-weight: bold;
	font-style: italic;
	float: right;
}
#info-close {
	position: relative;
	top: 5px;
	right: -300px;
}
#LibConnectERROR {
	margin-top: 20px;
	background:#FFDCDC;
	color: #E34949;
	border-radius:3px;
	padding:20px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size: 15px;
}
.err {
	margin-top: 15px;
	background:#FFDCDC;
	color: #E34949;
	border-radius:3px;
	padding:10px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size: 15px;
}
.infotag {
	margin-top: 15px;
	background:rgb(194, 241, 185);
	color: rgb(69, 117, 50);
	border-radius:3px;
	padding:10px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size: 15px;
}
#info-membre{
	font-weight:bold;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	margin:10px;
}
.infoperso{
	width: 400px;
	margin: 0 auto;
}
.infoperso td{
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	padding-bottom: 10px;
}
.infoperso input[type=text]{
	height: 24px!important;
	margin-bottom: 0px!important;
	width: 100%!important;
}
.iradio_line-blue {
	margin-bottom: 5px!important;
}
.icheckbox_line-blue {
	margin-bottom: 5px!important;
}
.disci{
	margin: 10px;
	font-weight: bold;
	width:40%;
	display: inline-block;
	vertical-align: top;
	
}
.disci h4{
	font-weight: bold;
}
#infoboxp h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
#infoboxp hr{
	border-style: none none dashed;
	width: 50%;
	height: 4px;
	border-radius: 2px;
	margin: 15px auto 15px;
}
.blockdoc{
	width: 100%;
	margin-top: 30px;
	padding: 0px;
	border-radius: 3px;
}
.linedoc{
	padding: 5px;
	text-align: left;
	height: 25px;
	line-height: 25px;
}
.linedoc a{
	overflow: hidden;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}
.linedoc img{
	padding-right: 15px;
	padding-left: 15px;
	max-height: 20px;
}
.backdoc0{
	overflow: hidden;
	background-color:#BFBFBF;
}
.backdoc1{
	overflow: hidden;
	background-color:#D6D6D6;
}
.catlink{
	display: inline-block;
	margin-top: 15px;
}
#actMmenu {
	margin:0;
	padding: 0 0 0 20px;
}
#actMmenu a{
	font-size: 13px!important;
}
#infoboxp table td{
	margin: 15px;
}
.formnocss input{
	margin :0!important;
	padding:0!important;
	height: auto!important;
	width: auto!important;
	display: inline!important;
}
