/* Kits graphiques par Graphiques-Kits.com */
/* contact@graphiques-kits.com */
/* Tous droits réservés 2007 */

/*
1ere rupture < 1000px
2eme rupture < 480
*/

body {
    font-family: verdana;
    font-size: 62.5%;
	color: #000000;
	background: #f0f0f0 url(../images/fond.png) repeat-x;
	text-align: center;
    margin: 0 auto 0;
	position: relative;
}

div#site {
    text-align:left;
    background: url(../images/site.png) repeat-y 0 0;
    width: 1000px;
    margin : auto
}

div#header {
    background: url(../images/header.png) no-repeat 0 0;
    height : 205px;
    margin : 0;
    padding:0;
}

img { border: 0; }

a {
    color : #000000;
    font-family:verdana;
    text-decoration:none;
}

a:hover , a:active , a:focus {
    color : #900;
    font-weight : bold;
    text-decoration:none;
}

div#footer {
    background:url(../images/footer.jpg) no-repeat 0 0;
	background-position:bottom;
	padding-top:10px;
    height : 200px;
	clear:both;
}

@media screen and (min-width: 500px) and (max-width: 1000px) {
	div#site {
    	text-align:left;
    	background: url(../images/site.png) repeat-y 0 0;
    	width: 100%;
    	margin : auto
	}
	
	div#header {
    	background: url(../images/header.png) no-repeat 0 0;
    	height : 100px;
    	margin : 0;
    	padding:0;
	}
	div#footer {
		background:url(../images/footer.jpg) no-repeat 0 0;
		background-position:bottom;
		padding-top:10px;
		height : 200px;
		clear:both;
	}
}

@media screen and (max-width: 500px){
	body {
		font-size: 87.5%;	
	}
	div#site {
    	text-align:left;
    	background: none;
    	width: 100%;
    	margin : auto
	}
	
	div#header {
    	background: none;
		height:auto;
		clear: both;
		padding:3px;
		overflow: auto;
	}
	
	div#footer {
		display:none;
	}
}

div#footer p {
    text-align: center;
    font-size: 0.9em;
    padding-top:40px; 
    clear:both;
    color:#666666;
}

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

div#left {
    width:273px;
	float:left;
	margin:0px;
}

div#right {
    margin-left: 273px;
	margin-top:0px;
}

div#headerdiv {
	width: 1000px;
	height: 167px;	
}
@media screen and (min-width: 500px) and (max-width: 1000px) {
	div#left {
    	width:200px;
		float:left;
		margin:0px;
	}
	
	div#right {
    	margin-left: 200px;
		margin-top:0px;
	}
	
	div#headerdiv {
		width: 100%;
		height: 62px;	
	}

}

@media screen and (max-width: 500px){
    div#left
    {
        display: none;
    }
	
	div#right {
    	margin-left: 0px;
		margin-top:auto;
	}
	
	div#headerdiv {
		display:none;	
	}
}

.left_haut {
    margin-left:62px;
	height: 37px;
	width: 211px;
	position: relative;
	background: url(../images/left-top.jpg) no-repeat;
}

.left_haut h3 {
    padding-top:13px;
	text-align:center;
	font-size: 1.2em;
	color:#FFFFFF;
	margin:0px;
}

.leftbk {
    margin-left:62px;
	width:181px;
	background: url(../images/left-bk.jpg) repeat-y;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
	position: relative;
}

.left_bas {
    margin-left:62px;
	height: 15px;
	width: 211px;
	background: url(../images/left-bottom.jpg) repeat-y;
	position: relative;
}

.right_haut {
    margin-left:0px;
	height: 20px;
	width: 665px;
	position: relative;
	background: url(../images/right-top.jpg) no-repeat;
}

.right_bas {
    margin-left:0px;
	height: 15px;
	width: 665px;
	position: relative;
	background: url(../images/right-bottom.jpg) no-repeat;
	margin-bottom:3px;
}

.rightbk {
    margin-left:0px;
	width: 635px;
	background: url(../images/right-bk.jpg) repeat-y;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 5px;
	position: relative;
}

@media screen and (min-width: 500px) and (max-width: 1000px) {
	.right_haut {
		margin-left:0px;
		height: 20px;
		width: 100%;
		position: relative;
		background: url(../images/right-top.jpg) no-repeat;
	}
	
	.right_bas {
		margin-left:0px;
		height: 15px;
		width: 100%;
		position: relative;
		background: url(../images/right-bottom.jpg) no-repeat;
		margin-bottom:3px;
	}
	
	.rightbk {
		margin-left:0px;
		width: 100%;
		background: url(../images/right-bk.jpg) repeat-y;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 0px;
		padding-bottom: 5px;
		position: relative;
	}

}

@media screen and (max-width: 500px){
	.right_haut {
		margin:auto;
		position: relative;
		background: none;
		width: 90%;
	}
	
	.right_bas {
		height: 15px;
		margin-bottom:3px;
		background:none;
		width: 90%;
	}
	
	.rightbk {
		margin-left:0px;
		width:90%;
		background: none;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: auto;
		padding-bottom: 5px;
		position: relative;
	}
}

.rightbk h2 {
    font-size: 1.3em; 
    color:  #900;
    margin: 0; 
	padding: 0;
    margin-bottom: 10px;
	padding-bottom: 0.3em; 
	border-bottom: 1px dashed #C0C0C0;
}

.left h2 { 
    margin-bottom: 10px;
	padding-left: 0.5em;
	padding-bottom: 0.3em;  
	border-bottom: 1px dashed #C0C0C0; 
	border-left: 3px solid #C0C0C0; 
}

ul#navbar{
    list-style:none;
    text-align:center;
    padding-left:110px;
    padding-top:12px; 
    font-size:1em;
	margin:0px;
}

ul#navbar li{
    float:left;
    width:84px;
    margin:0 14px 0 0;
    text-align:center;
    font-size:0.9em;
}

@media screen and (min-width: 500px) and (max-width: 1000px) {
	ul#navbar{
		list-style:none;
		text-align:center;
		padding-left:110px;
		padding-top:12px; 
		font-size:10px;
		margin:0px;
		width: 90%;
	}
	
	ul#navbar li{
		float:left;
		width:84px;
		margin:0 14px 0 0;
		text-align:center;
		font-size:2em;
	}

}

ul#navbar li a, ul#navbar li a:link{
    font-family:Verdana;
    font-size:9px;
    text-decoration:none;
    color: #333;
}

@media screen and (max-width: 500px){
	ul#navbar{
		list-style:none;
		text-align:center;
		padding-left:0px;
		padding-top:2px; 
		font-size:1.1em;
		margin:auto;
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	ul#navbar li{
		list-style-type: none;
  		float: left;
		overflow:hidden;
		text-align:center;
		font-size:0.8em;
		float: left;
		width:auto;
		margin-bottom:3px;
		padding:3px;
	}
	
	ul#navbar li a, ul#navbar li a:link{
    	font-family:Verdana;
    	text-decoration:none;
    	color: #333;
		font-size:1.5em;
	}
}



ul#navbar li a:hover, ul#navbar li a:active, ul#navbar li a:focus {
    font-family:Verdana;
    /*font-size:10px;*/
    font-weight:bold;
    color: #900;
}

textarea {
	width: 300px;
	height: 300px;
}
.rightbk input, .rightbk textarea {
border: 1px solid #999999;
margin-top:2px;
}
.rightbk input[type=submit], .rightbk input[type=reset] {
border: 1px solid #999999;
margin-top:2px;
margin: 4px;
}

.rightbk a
{
	color: #900;
	text-decoration:underline;
}
.rightbk input:hover, .rightbk input:focus, .rightbk textarea:hover, .rightbk textarea:focus {
	border: 1px solid  #900;
}
.rightbk label {
	margin-top:2px;
	display:block;
	width: 200px;
	float:left;
}
.error_form {
	margin-left: 30px;
	color:#FF0000;
}

.table_disc {
	width:630px;
	border-collapse:collapse;
	border-color:#900;
	border-bottom:0px solid #900;
}

.table_right {
	margin-right: 70px;
}

@media screen and (min-width: 500px) and (max-width: 1000px) {
	.table_disc {
		width:100%;
		border-collapse:collapse;
		border-color:#900;
		border-bottom:0px solid #900;
	}
	.table_right {
		margin-right: 70px;
	}
	.rightbk label {
		margin-top:2px;
		display:block;
		width: auto;
		float:left;
	}
}

@media screen and (max-width: 500px){
	.table_disc {
		width:100%;
		border-collapse:collapse;
		border-color:#900;
		border-bottom:0px solid #900;
	}
	.table_right {
		margin-right: 0px;
	}
	.rightbk label {
		margin-top:2px;
		display:block;
		width: 100%;
		float:left;
	}
	.rightbk input {
		float:left;
		width: 60%;
	}
	textarea {
		width: 100%;
		height:300px;
		margin:auto;	
	}
}

.table_header_disc
{
	background-color:#333;
	background-image:url(../images/fond.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:20px;
	text-indent:10px;
	font-weight:bold;
	font-size:large;
	border:0px solid #900;
}
.table_pseudo_disc {
	border:0px solid #900;
}
.table_message_disc {
	border-left:0px solid #900;
	background-color:#FFFFFF;
	border-right: 0px solid #900;
}

.vert_ok {
	color:#009900;
}
.rouge_ok {
	color:#FF0000;
}

.downloads_dirs {
	width:100%;
}
.ligne_downloads {
	padding:5px;
}
.colone_downloads {
	width:45%;
}
.case_download:hover {
	border: 1px solid #900;
	border-collapse:collapse;
	cursor:pointer;
}
.titre_download {
	font-family:"Comic Sans MS";
	font-size:18px;
	display: block;
	border-bottom:#900 1px solid;
	width:50%;
}
.titre_download_file {
	font-family:"Comic Sans MS";
	font-size:14px;
	display: block;
	border-bottom:#900 1px solid;
	width:50%;
}
.case_download {
	border: 1px solid #999999;
}

.captcha {
	width: 320px;
}

@media screen and (max-width: 500px){
	.captcha {
		width: 100%;
	}
	
  #recaptcha_challenge_image{
    margin: 0 !important;
    width: 100% !important;
  }
  #recaptcha_response_field {
    margin: 0 !important;
    width: 100% !important;
  }
  .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 95% !important;
  }
  .recaptchatable .recaptcha_r1_c1,
  .recaptchatable .recaptcha_r3_c1,
  .recaptchatable .recaptcha_r3_c2,
  .recaptchatable .recaptcha_r7_c1,
  .recaptchatable .recaptcha_r8_c1,
  .recaptchatable .recaptcha_r3_c3,
  .recaptchatable .recaptcha_r2_c1,
  .recaptchatable .recaptcha_r4_c1,
  .recaptchatable .recaptcha_r4_c2,
  .recaptchatable .recaptcha_r4_c4,
  .recaptchatable .recaptcha_image_cell {
    margin: 0 !important;
    width: 100% !important;
    background: none !important;
  }
  #recaptcha_table tbody tr td {
    padding: 0 !important;
    width: 75px;
  }
  .recaptchatable .recaptcha_image_cell {
    padding-right: 0 !important;
  }
  #recaptcha_privacy a {
    line-height: 1.2em;
  }
  span#recaptcha_privacy {
    width: 50px;
  }
}