@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	margin: 20px 0;
	font: .7em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #757575; 
	background-color: #545454;
	background: #545454 url(images/bg.png) repeat-x top right !important;
	background: #545454 url(images/bg.png) repeat-x bottom right;
}

a {
	color: #9E0FB7;
	text-decoration: none;
}
a:hover {
	color: #9C0D5A;
	/* color: #0084FF; */
	/* color: #CC0001;  */
	text-decoration: underline;
}
img, div, span , a, input, table{ 
	behavior: url(images/iepngfix.htc) 
}
input{ 
	border: 1px solid #EEEEEE;
}

.pad {
	padding: 6px;
	}
.pad_block{
	color: #9C0D5A;	
	text-align: right;
	padding: 6px 8px 0 8px;
	}
#container{
	width: 1012px;
	margin: 0 auto;
	border: 10px solid #383838;
	background: #F5F5F5 url(images/bg1.png) repeat-x; 
	}
#mid_container{
	width: 1012px;
	min-height: 300px;
	/* background: transparent url(images/container_bg.png) repeat-y;	 */
	}
#right_cont{
	float: right;
	width: 350px;
	margin: 0 auto;
	}
#left_cont{
	width: 640px;
	margin-right: 360px;
	}
.right_win{
	background-color: #FFF;
	width: 348px;
	min-height: 120px;
	margin: 8px auto;
	border: 1px solid #DDDDDD;
	background: #FFF url(images/top_right.gif) no-repeat; 
	}
.right_block {
	margin: 8px 0;
	background: transparent url(images/right_block_bottom.gif) no-repeat 50% 100%; 
	min-height: 73px;
	}
.right_block_top {
	font: bold 1.1em Georgia, "Trebuchet MS", Sans-serif;
	background: transparent url(images/right_block_top.gif) no-repeat 50% 0%; 
	min-height: 26px;
	}
.left_win{
	width: 638px;
	min-height: 120px;
	margin: 8px auto;
	padding-top: 4px;
	border: 1px solid #DDDDDD;
	background: #FFF url(images/top_left.gif) no-repeat left top; 
	}
.left_win_btm{
	background-color: #FFF;
	width: 638px;
	background: transparent url(images/top_left_btm.gif) no-repeat -1px 100%; 
	min-height: 120px;
	padding-bottom: 10px;
	}
#top{
	width: 1012px;
	height: 111px;
	background: #181919 url(images/top_bg.jpg) no-repeat -250px 100%; 
}
#top_right{
	float: right;
	margin: 6px;
	width: 740px;
	height: 100px;
	background: transparent url(images/top_bag.png) no-repeat; 
	/* border: 1px solid #333; */
}
#top_container{
	width: 100%;
	height: 80px;
	background: #F5F5F5 url(images/top_container_bg.png) repeat-x 0 100%; 
}
#top_container ul {
	position: absolute;
	margin: 0;
	margin-top: 16px;
	list-style: none;
	font: 1.2em Georgia, 'Trebuchet MS', Arial, Sans-serif;
}
#top_container li {
	display: inline;
	margin:0; padding:0;
}
#top_container a {
	float:left;
	background: url(images/tableft.gif) no-repeat left top;
	margin: 0 0 0 3px;
	padding: 0 0 0 4px;
	text-decoration:none;
}
#top_container a span{
	float:left;
	display:block;
	background: url(images/tabright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#top_container a div {float:none;}
/* End IE5-Mac hack */
#top_container a:hover span {
	color:#FFF;
}
#top_container a:hover {
	background-position:0% -42px;
}
#top_container a:hover span {
	background-position:100% -42px;
	text-decoration: underline;
}
#top_container #current a {
	background-position:0% -42px;
}
#top_container #current a span {
	background-position:100% -42px;
}
#footer{
	width: 1000px;
	margin: 0 auto;
	padding: 25px 4px 12px 4px;
	background: transparent url(images/footer.gif) repeat-x 0 100%; 
	text-align: center;
	color: #777;
}
#footer a{
	color: #777;
	text-decoration: inherit;
}
#footer a:hover{
	color: #999;
	text-decoration: underline;
}

.alerte {
	background-color: #FDFDC0;
	border: 1px solid #FF9900;
	color: #CC0066;
	padding: 2px;
	width: auto;
	margin: 12px 0;
	padding: 5px;
	font: 1em Georgia, serif;
}
.msg {
	background-color: #FDFDC0;
	border: 1px solid #FF9900;
	color: #CC0066;
	padding: 2px;
	width: auto;
	margin: 12px 0;
	padding: 5px;
	font: 1em Georgia, serif;
}
.pseudo_conn {
	color: #EEE;
	font: .9em Tahoma, "Trebuchet MS", serif;
}
.pseudo_deconn {
	display: block;
	color: #AAA;
	width: 90px;
	height: 17px;
	margin: 6px 0;
	font: .9em Tahoma, "Trebuchet MS", serif;
	text-align: center;
}
.pseudo_deconn a{
	display: block;
	padding: 3px 0;
	width: 90px;
	height: 11px;
	color: #AAA;
	background: #000000 url("images/disconnect.png") no-repeat 0 -17px;
}
.pseudo_deconn a:hover{
	text-decoration: none;
	padding: 3px 0;
	display: block;
	width: 90px;
	height: 11px;
	color: #F7F7F7;
	background: #000000 url("images/disconnect.png") no-repeat;
}
fieldset {
	width: 400px;
	border: 1px dotted #ccc;
	margin: auto auto;
	padding: 20px;
	background: url(images/fieldset-bg.png) repeat-x left bottom;
}
legend {
	position :  relative;
	padding : 0.2em;
	border: 1px dotted #CCC;
	color: #CC6600;
	font-variant: small-caps;
	font-weight: bold;
}
.val_form
{
	width: 76px;
	height: 22px;
	padding-top: 8px;
	background: url(images/valider.png) no-repeat center center;
	border: none;
	text-indent: -100px; 
	voice-family: "\"}\""; /* IE5+ stops here */
	voice-family: inherit;
	height: 30px;  /* correct setting : 185px minus padding */
	voice-family: "\"}\""; /* IE5+ stops here */
	voice-family: inherit;
	cursor: pointer;
	cursor: hand;
}
.conn_form
{
	width: 76px;
	height: 22px;
	padding-top: 8px;
	background: url(images/valider.png) no-repeat 50% 50%;
	border: none;
	text-indent: -100px; 
	voice-family: "\"}\""; /* IE5+ stops here */
	voice-family: inherit;
	height: 30px;  /* correct setting : 185px minus padding */
	voice-family: "\"}\""; /* IE5+ stops here */
	voice-family: inherit;
	cursor: pointer;
	cursor: hand;
}
#conn_form {
	float: right;
	width: 110px;
	margin: 16px 10px 0 0;
	color: #F9F9F9;
}
.field_pse
{
	margin: 2px 0;
	padding: 2px;
	padding-left: 22px;
	width: 80px;
	height: 12px;
	line-height: 14px;
	font: .9em Tahoma, Arial, sans-serif;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	background: url(images/avat.png) no-repeat left 50%;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}
.field_pse:focus {
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.field_cad
{
	margin: 2px 0;
	padding: 2px;
	padding-left: 22px;
	width: 80px;
	height: 12px;
	line-height: 14px;
	font: .9em Tahoma, Arial, sans-serif;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	background: url(images/cadenas.png) no-repeat left 50%;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}
.field_cad:focus {
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.header_connval
{
	width: 106px;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	font: .8em Tahoma, Arial, sans-serif;
	color: #CCCCCC;
	background: url(images/connect.png) no-repeat top center;
	border: none;
	/* text-indent: -100px;  */
	voice-family: "\"}\""; /* IE5+ stops here */
	voice-family: inherit;
	height: 22px;  /* correct setting : 22px minus padding */
	voice-family: "\"}\""; /* IE5+ stops here */
	voice-family: inherit;
	padding-top: 0px;
	border: 0 solid transparent;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	cursor:pointer;
	cursor:hand;
}
.header_connval:focus {
	border: 0 solid transparent;
	font: 1em Tahoma, Arial, sans-serif;
	color: red;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.fieldin
{
	margin: 4px 0;
	width: 160px;
	height: 25px;
	font-size: 1.5em;
	color: #990000;
}
.header_inscr {
	width: 100px;
	font: .85em Tahoma, "Trebuchet MS", Sans-serif;
	text-align: right;
	color: #F7F7F7;
	text-decoration: none;
}
.header_inscr a {
	color: #F7F7F7;
	text-decoration: none;
}
.header_inscr a:hover {
	color: #F7F7F7;
	text-decoration: underline;
}
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
.searchbox {
	float: right;
	/* background: transparent !important; */
	width: 420px;
	margin: 46px 20px 0 0;
	text-align: right;
	}
.searchinput {
	background: #EEEEEE !important;
	/* background: transparent !important; */
	width: 220px;
	color: #202020;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 2px;
	padding: 4px 0px 3px 5px;
	border: 1px solid #9096A2;
	display: inline;
	}
.searchinput:focus{
 	border: 1px solid #9096A2;
	padding: 3px;
	background: #FFF !important;
	color: #333;
	font-style: italic; 
}
	
.searchbutton {
	background: #555555 url(images/go.png) no-repeat 50% 50%;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 2px;
	padding: 4px 0px 2px 5px;
	font-weight: bold;
	border: 1px solid #9096A2;
	}
	
img.logo{
	border: 0px;
	float: right;
	margin-top: 20px;
	}

p {	
	margin: 10px;
}
h1, h2, h3 {
	font-family: Georgia, Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 1.2em;
	letter-spacing: .1em;
	color: red;
}
h1 a{
	color: red;
}
h1 a:hover {
	color: red;
	text-decoration: underline;
}
.klogo {
	padding: 14px 0 0 18px;
	font: 2em Georgia, "Trebuchet MS", Sans-Serif;
	letter-spacing: .1em;
	color: #CCC;
}
h2 {
	font-size: 1.15em;	
	text-transform: uppercase; 		
}
h3 {
	font-size: 1.1em;
	/* color: #9E0FB7;	 */
	color: #9C0D5A;	
	width: auto;
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
	margin: 6px 0;
	background: transparent url(images/h3_bg.png) repeat-x;
	border-right: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
}
h3 a {
	color: #303030;	
	color: blue;	
	/* color: #9E0FB7;	 */
}
h4 {
	font-size: 1.1em;
	/* color: #9E0FB7;	 */
	color: #9C0D5A;	
	width: auto;
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
	margin: 6px 0;
	background: transparent url(images/h4_bg.png) repeat-x;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
h4 a {
	color: #9C0D5A;	
	/* color: #9E0FB7;	 */
}

/* images */

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
em { 
	color: red;
	font-weight: bold;
}

ul, ol {
	margin: 5px 6px;
	list-style: none;
}
#left_cont li {
	margin: 3px 0;
	padding-left: 10px;
	background: transparent url(images/puce.png) no-repeat 0 60%;
	color: #383838;
}
