/*
Theme Name: Medintux
Theme URI: http://webmaster.vbonhomme.fr/
Description: theme Medintux
Author: vbonhomme
Version: 1
Tags: santé logiciel open source tux médical
*/

/*-------------------------------------------------------------- */
/* HEADER  */
html, body{
	height: 100%;
	margin:0px ;
	padding:0px 0px 0px 0px;
	background:#DDE7FF url('images/bg_body.png') repeat;
	
}
#contenant-general{
	min-height:100%;
	position:relative;
	width:100%;	
	margin:0px 0px 0px 0px;
	padding:10px 0px 20px 0px;
	background: url('images/bg_section.png') repeat-x top left
	
}
#contenant-general-centre{
	background-color:white;
	width : 900px;
	padding : 10px 15px 10px 15px;
	margin : auto;
	min-height:100%;
	/*padding-bottom:230px; prendre en compte la hauteur du footer */
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	box-shadow:0px 0px 5px #BDBDBD
}
#header {
	Width : 900px;
	height : 110px;
	background-color : #ffffff;
	margin:0px auto 10px auto;
}

#header h1{
	margin : 0px;
	padding :0px;
	height : 0px;
	visibility : hidden;
}
#logo {
	width : 310px;
	height : 105px;
	display :block;
	float:left;
	margin:0px 0px 0px -40px;
	
	position:relative;
	
	background:url('images/logo-medintux.png') no-repeat 20px 8px; /* Old browsers */
	background:url('images/logo-medintux.png') no-repeat 20px 8px,url('images/right-gradient.png') no-repeat top right, -moz-linear-gradient(left, #494748 0%, #6d6d6d 100%); /* FF3.6+ */
	background:url('images/logo-medintux.png') no-repeat 20px 8px,url('images/right-gradient.png') no-repeat top right, -webkit-gradient(linear, left top, right top, color-stop(0%,#494748), color-stop(100%,#6d6d6d)); /* Chrome,Safari4+ */
	background:url('images/logo-medintux.png') no-repeat 20px 8px,url('images/right-gradient.png') no-repeat top right, -webkit-linear-gradient(left, #494748 0%,#6d6d6d 100%); /* Chrome10+,Safari5.1+ */
	background:url('images/logo-medintux.png') no-repeat 20px 8px,url('images/right-gradient.png') no-repeat top right, -o-linear-gradient(left, #494748 0%,#6d6d6d 100%); /* Opera11.10+ */
	background:url('images/logo-medintux.png') no-repeat 20px 8px,url('images/right-gradient.png') no-repeat top right, -ms-linear-gradient(left, #494748 0%,#6d6d6d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494748', endColorstr='#6d6d6d',GradientType=1 ); /* IE6-9 */
	background:url('images/logo-medintux.png') no-repeat 20px 8px,url('images/right-gradient.png') no-repeat top right, linear-gradient(left, #494748 0%,#6d6d6d 100%); /* W3C */

	
	font-family:Verdana, Helvetica, sans-serif;
	font-size:16px;
	color:#494949;
	font-weight:600;
	text-decoration:none;
	text-align:left;
	
	
	border-left:1px solid #bdbaba;
}
#logo h2{
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 5px;
	left: 35px;
	font-family: 'Century Gothic', sans-serif;
	/*line-height : 120px;*/
	font-size: 16px;
	color: white;
	font-weight : bold;	
}


/* TWITTER BOOTSTRAP */
.alerts {
  margin: 0px;
}

.alerts p {
  /* quick and dirty hack added by me, you may remove it if not needed */
  margin: 0; padding: 0;
}

.alert-message.danger, .alert-message.danger:hover, .alert-message.error, .alert-message.error:hover, .alert-message.success, alert-message.success:hover, .alert-message.info, .alert-message.info:hover {
  color: #ffffff;
}
.alert-message .close {
  font-family: Arial, sans-serif; 
  line-height: 18px;
}
.alert-message.danger, .alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert-message {
  border-radius: 0 \0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;

  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;

  background-color: #eedc94;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
.alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a {
  color: #ffffff;
}
.alert-message p a:hover {
  text-decoration: underline;
}
.alert-message p {
  margin-bottom: 0;
}
/* FIN BOOTSTRAP */





#menu {
	display : block;
	float:left;
	height : 79px;
	width : 675px;
	
	text-align: center;
	background-position:3px 3px;
	margin:13px -50px 0px 0px;
	
	/*background: transparent url(images/menu.png) no-repeat;*/
	background:url(images/menu-blanc.png) no-repeat; /* Old browsers */
	background:url(images/menu-blanc.png) no-repeat, -moz-linear-gradient(left, #494748 0%, #6d6d6d 100%); /* FF3.6+ */
	background:url(images/menu-blanc.png) no-repeat,-webkit-gradient(linear, left top, right top, color-stop(0%,#494748), color-stop(100%,#6d6d6d)); /* Chrome,Safari4+ */
	background:url(images/menu-blanc.png) no-repeat, -webkit-linear-gradient(left, #494748 0%,#6d6d6d 100%); /* Chrome10+,Safari5.1+ */
	background:url(images/menu-blanc.png) no-repeat, -o-linear-gradient(left, #494748 0%,#6d6d6d 100%); /* Opera11.10+ */
	background:url(images/menu-blanc.png) no-repeat, -ms-linear-gradient(left, #494748 0%,#6d6d6d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494748', endColorstr='#6d6d6d',GradientType=1 ); /* IE6-9 */
	background:url(images/menu-blanc.png) no-repeat, linear-gradient(left, #494748 0%,#6d6d6d 100%); /* W3C */	
	
	border:1px solid #bdbaba;
	border-left:none;
}
#menu a{
	width:84px;
	height : 70px;
	display : block;
	float:left;
	font-family: 'Century Gothic', sans-serif;
	/*line-height : 120px;*/
	font-size: 14px;
	color: white;
	font-weight : bold;
	vertical-align : bottom;
	text-decoration : none;
	margin : 0px 0px 0px 0px;
}
#menu a:hover span{
	background-color : #ce0228;
	color: white;
	font-weight : bold;
}
.span-menu {
	width:75px;
	height : 16px;
	position : relative;
	top : 54px;
	padding : 2px 3px 2px 3px;
}
.span-menu:hover{
	background-color : #ce0228;
	color: white;
	font-weight : bold;
}
.span-menu-current {
	background-color : #ce0228;
	color: white;
	font-weight : bold;
	width:75px;
	height : 16px;
	position : relative;
	top : 54px;
	padding : 2px 3px 2px 3px;
}
/*
#news-menu { background-image : url('images/news-menu.jpg');}
#download-menu {	background-image : url('images/download-menu.jpg');	}
#installation-menu {	background-image : url('images/installation-menu.jpg');		}
#features-menu {	background-image : url('images/features-menu.jpg');	}
#forum-menu {	background-image : url('images/forum-menu.jpg');	}
#wiki-menu {	background-image : url('images/wiki-menu.jpg');	}	
#propos-menu {	background-image : url('images/propos-menu.jpg');	}
#contact-menu {	background-image : url('images/contact-menu.jpg');}
	*/

	
/* SLIDER SLIDER SLIDER */
#slider {
	width:900px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
	background-color : white;
	margin : 0px auto 5px auto;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

/* PAGE  */
#page-home{
	width : 900px;
	background-color : white;
	margin : 40px auto 0px auto;	
}
#page{
	width : 900px;
	background-color : white;
	display : inline-block;
	margin : 0px auto 0px auto;
}

.title{
	position : relative;
	height : 30px;
	width : 100%;
	border-bottom : solid 3px #494748 ;
	font-family: 'Century Gothic', sans-serif;
	font-size: 26px;
	font-weight : bold;
	vertical-align : bottom;
	color: #494748;
}
.title h2{
	position : relative;
	height : 30px;
	width : 100%;
	border-bottom : solid 3px #494748 ;
	font-family: 'Century Gothic', sans-serif;
	font-size: 26px;
	font-weight : bold;
	vertical-align : bottom;
	color: #494748;
	margin:0px;
}

/* FEATURES */
#features{
	width : 100%;
	margin : 0px auto 0px auto;
}

#tete-features{color: #20a5c6; display : inline-block; background:url(images/fblue.png) no-repeat ; background-position : right bottom }
#tete-features:hover{border-bottom : solid 3px #20a5c6;}
#tete-features a{display : block; width : 100%;  text-decoration : none; color: #20a5c6; }
#tete-features span{position : absolute; right:0px; font-size : 17px; color: #20a5c6; padding : 11px 22px 0px 0px;}

#tete-features-page{border-bottom : solid 3px #20a5c6;color: #20a5c6; display : inline-block; background:none }

.item-features{
	position : relative;
	top :7px;
	float:left;
	width:295px;
	min-height: 260px;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 4px;
}

.item-features span{
	font-size: 22px;
	font-weight: bold;
	background: #20A3D3;
	color: white;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 13px 15px 13px 15px;
	margin: 0;
}	
a.item-1:hover span{
	visibility : hidden;
}

.item-features p{
	display : block;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #353535;
	font-weight : normal;
	text-align : justify;
	margin :0px;
	padding : 0px 5px 0px 5px;
}
.item-features img{
	border : 0px;
	width:290px;
	height:170px;
	border-radius: 5px;
}


#item-features-one { /* -one => affichage des features toutes seules dans single.php  */
	width : 700px;	
	float:left;
}

#item-features-one  h2{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size: 34px;
	font-weight : normal;
	margin : 10px 0px 5px 0px;
}
#item-features-one  a{
		color: #20a5c6;
}
#item-features-one  a:hover{
		color: #66d6f2;
		text-decoration:underline;
}
#item-features-one h2  a{
		color: #20a5c6;
		text-decoration:none;
}
#item-features-one h2  a:hover{
		color:  #66d6f2;
		text-decoration:none;
}
.contenu-features{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
	font-weight : normal;
	text-align : justify;
	margin :10px 10px 0px 0px;
	padding : 0px 0px 0px 0px;
}
.contenu-features a{color: #20a5c6; text-decoration : none;}
.contenu-features a:hover{color: #20a5c6; text-decoration : underline;}

.item-1{
	display : block;
	position: relative;
	height : 170px;
	width : 290px;
	margin :0px 0px 0px 0px;
	border : solid 1px #20a5c6;
	text-decoration : none;
	z-index : 100;
	box-shadow: 0 0 5px #888;
	border-radius: 5px;
	overflow:hidden;
}
#features-sidebar{
	float:left;
	width:200px;
	padding:5px 0px 0px 0px;
}
a.features-sidebar-item{
	display:block;
	width:150px;
	height:87px;
	margin :5px 10px 5px 0px;
	border : solid 1px #20a5c6;
	text-decoration : none;
	z-index : 100;
	float:right;
	position:relative;
	box-shadow: 0 0 5px #888;
}
a.features-sidebar-item span{
	font-size: 12px;
	font-weight: bold;
	background: #20A3D3;
	color: white;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 3px 5px 3px 5px;
	margin: 0;
}
a.features-sidebar-item:hover span{
	text-decoration:underline;
}
/* ARTICLES */
#articles{
	width : 100%;
	margin :10px auto 0px auto;
}

#tete-articles {color: #83A10F; display : inline-block; background:url(images/fgreen.png) no-repeat ; background-position : right bottom }
#tete-articles:hover{border-bottom : solid 3px #83A10F;}
#tete-articles a {display : block; width : 100%;  text-decoration : none; color: #83A10F; }
#tete-articles span{position : absolute; right:0px; font-size : 17px; color: #83A10F; padding : 11px 22px 0px 0px;}

#tete-articles-page{color: #83A10F; display : inline-block; background:none ;border-bottom : solid 3px #83A10F;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.position-articles{
	position : relative;
	width : 100%;
	margin :0px 0px 0px 0px;
}

.item-articles{
	position : relative;
	float : left;
	width:448px;
	
	padding : 0px 0px 0px 0px;
}

.header-articles{
	width : 100%;
	background-color : transparent;
	display : inline-block;
}

.header-articles h2 {
	margin : 10px 0px 0px 0px;
	padding : 0px 10px 0px 0px;
	text-align : justify;
	display : block;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	color: #83A10F;
	font-weight: normal;
	font-size: 34px;
	text-align : justify;
	text-decoration : none;
	
}
.header-articles h2 a{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	color: #83A10F;
	font-weight: normal;
	font-size: 34px;
	text-align : justify;
	text-decoration : none;
}
.header-articles h2 a:hover{
	text-decoration : underline;
}

.date-articles{
	position : absolute;
	display : inline;
	width : 60px;
	height : 40px;
	top : 0px;
	left : 0px;
	margin : 10px 0px 0px 0px ;
	text-align: center;
}

.date-articles .jour{
	display : inline-block;
	font-size : 30px;
	font-weight: bold;
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	color: #857E76;
	width : 60px;
	
}
.date-articles .mois{
	line-height : 4px;
	font-size : 14px;
	font-weight: bold;
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	color: #857E76;
}
.header-articles .author {
	background: #6D6A6A;
	line-height: 18px;
	text-decoration: none;
	color: white;
	font: 11px/21px Verdana, Helvetica, sans-serif;
	margin : 10px 0px 0px 0px;
	display : inline-block;
	padding : 0px 5px 0px 5px;
}
.header-articles .author a{
	text-decoration : none;
	color: #fbf7f7;
	font: 11px/21px Verdana, Helvetica, sans-serif;
	font-weight : bold;
}
.contenu-articles {
	font-family:  Verdana, Helvetica, sans-serif;
	/*line-height : 120px;*/
	font-size: 13px;
	color: #353535;
	font-weight : normal;
	text-align : justify;
	margin :10px 10px 0px 0px;
	padding : 0px 0px 0px 0px;
}
.contenu-articles a { color: #708a0e; text-decoration : none; }
.contenu-articles a:hover { color: #708a0e; text-decoration : underline; }

/* FORUM PREMIERE PAGE */
#tete-forum{color: #494748; display : inline-block; background:url(images/fblack.png) no-repeat ; background-position : right bottom }
#tete-forum a {display : block; width : 100%;  text-decoration : none; color: #494748; }
#tete-forum span{position : absolute; right:0px; font-size : 17px; color: #494748; padding : 11px 22px 0px 0px;}

#derniers-sujets{
	width : 100%;
	margin :10px auto 0px auto;
}

/* COMMENTAIRES  */
#commentaires h3{
	font-family: 'Century Gothic', sans-serif;
	font-size: 26px;
	font-weight : normal;
	color: #494748;
	margin : 20px 0px 0px 0px;
}
#statut-commentaires {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #8b8989;
	font-weight : normal;
	text-align : justify;
	margin : 0px 0px 15px 0px;
	padding : 0px 0px 0px 0px;
}
#statut-commentaires a {
	text-decoration : none;
	color : #83a10f;
	margin : 0px 0px 0px 0px;
}
#statut-commentaires a:hover {
	text-decoration : underline;
	color : #c0e043;
	margin : 0px 0px 0px 0px;
}
#statut-commentaires p {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #8b8989;
	font-weight : normal;
	text-align : justify;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#liste-commentaires {
	margin : 0px 0px 40px 0px;
}

.comment {
	list-style : none;
	margin : 20px 0px 0px 0px;
}

.en-tete-commentaire {
	float:left;
	width : 130px;
	text-align : right;
}

.en-tete-commentaire a{
	text-decoration : none;
	color : #83a10f;
	margin : 0px 0px 0px 0px;
}
.en-tete-commentaire a:hover{
	text-decoration : underline;
	color : #83a10f;
	margin : 0px 0px 0px 0px;
}
.en-tete-commentaire  p{
	margin :0px 0px 0px 0px;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #8b8989;
	font-weight : normal;
}
.auteur{
	font-weight : bold;
}
.contenu-commentaire {
	float:left;
	width : 500px;
	margin : 5px 0px 0px 10px;
	padding : 10px 10px 10px 10px;
	border : solid 1px #d4cccc;
	min-height : 30px;
	background-color : #edf5d0;
}
.contenu-commentaire  p{
	margin : 0px 0px 0px 0px;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d3b3b;
	font-weight : normal;
}
.contenu-commentaire  a{
	text-decoration : none;
	color : #83a10f;
	margin : 0px 0px 0px 0px;
}
.contenu-commentaire  a:hover{
	text-decoration : underline;
	color : #83a10f;
	margin : 0px 0px 0px 0px;
}
.pied-article {
	clear:both;
}
#formulaire-commentaire {
	width:670px;
}

#formulaire-commentaire a {
	text-decoration : none;
	color : #83a10f;
	margin : 0px 0px 0px 0px;
}

#formulaire-commentaire  a:hover {
	text-decoration : underline;
	color : #83a10f;
	margin : 0px 0px 0px 0px;
}

#formulaire{
	margin :0px 0px 0px 0px;
	
}

#formulaire p{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:  #8b8989;
	font-weight : normal;
	text-align : justify;
}
#formulaire span.required {
	color : red;
}

#author{
	margin-left : 5px;
}
#email{
	margin-left : 5px;
}
#url{
	margin-left : 15px;
}
#comment{
	margin-left : 15px;
	width : 510px;
	max-width : 510px;
	min-width : 510px;
}

#respond label {
    color: #3d3b3b;
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    text-align: right;
    width: 130px;
}
.comment-notes {
	margin : 0px 0px 30px 0px;
}
.logged-in-as {
	margin : 0px 0px 30px 0px;
}
.form-submit {
	margin : 0px 0px 0px 145px;
}
.form-allowed-tags{
	margin-left : 145px;
	width : 510px;
	text-align : justify;
}
/* CAPTCHA */
div#captchaImgDiv { display:block;float:right; }
.captchaSizeDivSmall { width:175px; height:45px; padding-top:10px;float:right;margin-right:273px; }
.captchaSizeDivLarge { width:250px; height:60px; padding-top:10px;float:right;margin-right:198px; }
img#si_image_com,#si_image_reg,#si_image_log,#si_image_side_login { border-style:none; margin:0; padding-right:5px; float:left; }
.captchaImgAudio { border-style:none; margin:0; vertical-align:top; }
.captchaImgRefresh { border-style:none; margin:0; vertical-align:bottom; }
div#captchaInputDiv { display:block; padding-top:15px; padding-bottom:5px; }
label#captcha_code_label { margin:0; }
input#captcha_code { width:60px;margin-left : 0px; }

/* registration process */
div#content{
	width : 900px;
	background-color : white;
	display : inline-block;
	margin : 0px auto 0px auto;
	padding:0px;
}
div#content h2, .mu_register h2{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	color: #83A10F;
	font-weight: normal;
	font-size: 34px;
	text-align : justify;
	text-decoration : none;
	margin : 0px 0px 20px 0px;
}

div#content p, #setupform {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
	font-weight : normal;
	text-align : justify;
	margin :10px 10px 10px 0px;
	padding : 0px 10px 0px 10px;
}
div#content p a{color: #83A10F; text-decoration : none;}
div#content p a:hover{color: #83A10F; text-decoration : underline;}

#setupform label{
	font-size:16px;
	margin : 30px 0px 5px 0px ;
}

#setupform p.submit {
	text-align: center;
	margin : 50px 0px 0px 0px;
}
#setupform p.submit input.submit {
	box-shadow: 4px 4px 12px #8b8a8a;
	width : 150px;
	border: 1px solid #83A10F;
    border-radius: 11px 11px 11px 11px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 24px;
    margin-top: -3px;
    padding: 0px;
    text-decoration: none;
	font-weight:bold; 
	color:#ffffff; 
	background:#83A10F;
	
}
#setupform input#user_name, #setupform input#user_email {
	width : 400px;
	height : 20px;
	font-size : 14px;
	color:#CE0228;
}
#setupform .captchaSizeDivSmall{
	margin: 34px 440px 0px 0px;
}
#setupform input#captcha_code {
    margin-left: 0;
    width: 130px;
	font-size : 14px;
	color:#CE0228;
}


/* FOOTER  */
#footer{
	width : 900px;
	display : block;
	height : 210px;
	/*background-color : #494748;
	/*border-top : solid 3px black;*/
	margin : 0px auto 0px auto;
	padding : 10px 15px 0px 15px;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	box-shadow:0px 3px 5px #333333;
	
	
	background: #494748; /* Old browsers */
	background: -moz-linear-gradient(top, #494748 80%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#494748), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #494748 80%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #494748 80%,#262626 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #494748 80%,#262626 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494748', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #494748 80%,#262626 100%); /* W3C */
}
#footer-center{
	width : 900px;
	
	margin:0px auto 0px auto;
	height : 190px;
}

.item-footer{
	position : relative;
	float:left;
	width : 210px;
	padding : 0px 10px 0px 0px;
}
.class-footer h4{
	margin: 10px 0px 10px 0px;
	font-size: 21px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	border-bottom: 1px solid #DBD2C3;
	color: white;
	font-weight : normal;
}

.class-footer p{
	font-family:  Verdana, Helvetica, sans-serif;
	/*line-height : 120px;*/
	font-size: 13px;
	color: #aea8a0;
	font-weight : normal;
	text-align : justify;
	margin :0px 0px 10px 0px;
	padding : 0px 5px 0px 5px;
}

.class-footer a{
	text-decoration : underline;
	font-family:  Verdana, Helvetica, sans-serif;
	color: #aea8a0;
	font-weight : normal;
	
}
.class-footer a:hover{
	text-decoration : underline;
	color: #c0b8bc;
}
#soutenir_medintux{
	background:url(images/btn_donate_SM.gif) no-repeat;
	display:block;
	margin:10px 10px 10px 50px;
	width:130px;
	height:25px;
}
/* SOCIAL */
.twitter-share-button{
	margin: 0px 10px 10px 0px;
	float:left;
	display : block;
}
#plus-one-button{
	margin: 1px 10px 10px 0px;
	float:left;
	
	display : block;
}
#fb-button{
	float:left;
	display : block;
	margin: 1px 0px 0px 0px;
}

#rss{
	width:40px;
	height:40px;
	background:url(images/rss.png) no-repeat;
	display : block ;
	margin : 5px 5px 5px 15px;
}

/* FOLLOW ME */
#followme {
	height:40px;	
	margin :-5px 0px 0px 0px;
	padding:0px 0px 0px 5px;
}
#followme a{
	display : inline-block;
	height : 38px;
	width : 38px;
	overflow : hidden;
	text-decoration : none;
	padding : 0px;
	margin : 0px 3px 0px 3px;	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;

}
#youtube_followme {
	background : transparent url(images/sprite-followme.png) no-repeat;
	background-position:0px 0px;
	
}
#rss_followme {
	background : transparent url(images/sprite-followme.png) no-repeat;
	background-position:-40px 0px;
}
#twitter_followme {
	background : transparent url(images/sprite-followme.png) no-repeat;
	background-position:-80px 0px;
}
#facebook_followme {
	background : transparent url(images/sprite-followme.png) no-repeat;
	background-position:-120px 0px;
}


/* Listes Menu */
.class-footer ul{
	font-family:  Verdana, Helvetica, sans-serif;
	/*line-height : 120px;*/
	font-size: 13px;
	color: #494949;
	font-weight : normal;
	text-align : justify;
	margin :0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style : none;
	
	display : inline-block;
	width : 100px;
}
.class-footer ul li {
	margin : 3px 0px 3px 0px;
}
/* boutons de connexion dans footer */
div#login_footer {
	padding : 0px 0px 0px 0px;
	margin : 15px 0px 0px 0px;
	width : 100%;
	height:30px;
}
div#login_footer div{
	width:100px;
	float:left;
}
div#login_footer  #admin_url, div#login_footer  #register_url{
	display : block;
	margin : 0px 10px 0px 0px;
	
	border: 1px solid #DBD2C3;
    float : left;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 14px;
    padding: 2px 8px 2px 8px;
    text-decoration: none;
	font-weight:bold; 
	color:#DBD2C3; 
	background:#494949; 
	
}
div#login_footer  #admin_url:hover, div#login_footer  #register_url:hover{

	color : #494949;
	text-decoration : none;
	border: 1px solid #494949;
	background:#DBD2C3; 
	
}
/* recherche + langue + archives */
#search{
	width: 200px;
	height: 20px;
	border: solid 1px #DBD2C3;
	color: #494949;
	background-color : #f7fade;
	padding : 0px 0px 0px 2px;
}
#tete-recherche{color: #d90e34; display : inline-block; background:url(images/frouge.png) no-repeat ; background-position : right bottom }

div.langue {
	margin: 20px 0px 10px 0px;
	border-bottom: 1px solid #DBD2C3;	
}
.langue div{
	display : inline-block;
	border-bottom:none;
	}
.langue h4{
	border-bottom : none;
	margin : 0px 10px 0px 0px;
	}
.langue a{
	text-decoration : underline;
	font: 12px Verdana, Helvetica, sans-serif;
	color: #857E76;
	}

#french {
	display : inline-block;
	overflow : hidden;
	height : 18px;
	width : 28px;
	text-decoration : none;
	background : transparent url(images/langue.png) no-repeat;
	padding : 0px;
	margin : 0px 2px 0px 2px;
	
	background-position:0px 0px;
}
#english {
	display : inline-block;
	overflow : hidden;
	height : 18px;
	width : 28px;
	text-decoration : none;
	background : transparent url(images/langue.png) no-repeat;
	padding : 0px;
	margin : 0px 2px 0px 2px;
	
	background-position:-28px 0px;
}

#don {
	text-align : center;
	margin : 3px 0px 0px 0px;
}

/* Pied de page, copyright */
#piedpage{
	text-align : center;
	font: 11px Verdana, Helvetica, sans-serif;
	margin : 0px auto 0px auto;
	
	color: #857E76;
	bottom : 5px;
	width : 900px;
	display : block;
}
#piedpage a{
	text-decoration : underline;
	text-align : center;
	font: 11px Verdana, Helvetica, sans-serif;
	color: #857E76;
	height : 20px;
}

/* balise CLEAR */
.clearboth{
	clear : both;
}

/* instruction de centrage des iframe youtube */
.youtube-player { text-align : center; }

/* Donation page */

.bignumber {
    border: 1px solid rgb(204, 204, 204);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: rgb(238, 238, 238);
    font-size:2em;
	padding-left:10px;
}
.slider{
	width: 300px;
	display: inline-block;
	height:4px;
	top: 12px;
	margin-bottom: 24px;
}
a.slider-label {
	width:400px;
	padding-right:10px;
	display: inline-block;
}
a.collapse {
	background: url("../img/sprite.png") 15px 13px no-repeat;
	padding-top: 13px;
	padding-left: 32px;
}

.notice { display:inline; font-size:0.7em; margin-left:10px; }
.reward { display:inline; font-size:0.7em; margin-left:10px; }
.errornotice { padding-left:10px; display:inline; font-size:0.7em; color:#ff0000; }
.slider .ui-slider-range { background: #343647; }
.slider .ui-slider-handle { 
	width: 10px;
	height:10px;
	background-color: #15172c; 
}
.amount_field {
	background-color:#ebebeb;
	border: 1px solid #999999;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
	padding:3px;
	width:60px;
	text-align:right;
	position: relative;
	bottom: 15px;
}
.amount_label {
	padding:5px;
	position: relative;
	bottom: 13px;
}
.dnt_target {
	float:right;
	padding-left:10px;
	font-weight:bold;
}
.gold-logo {
	border: 1px solid #ccc;
}
//Donation Table START
.dnt_line {
	display:block;
	margin-bottom:50;
	padding-bottom:5px;
}
.dnt_name {
	display:inline-block;
	float:left;
	width:300px;
}

.dnt_amount {
	display:inline-block;
	width:100px;
}
//Donation Table END
