@import "redefinition.css";
@import "global.css";
@import "structure.css";

#compte label {
	font-size:			10pt;
}

#compte input[type=text],#compte input[type=password] {
	border-width:			1px;
	border-color:			black;
	background-color:		#B0B0FF;
	width:				100px;
}

#intituleclub {
	position:	absolute;
	top: 0px;
}

#corps .AjArticle dt {
	background-image:url(../images/degrade_jaune_fleche125x20.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:25px;

	border-bottom-style: none;
}

#droite {
	position: absolute;
	top: 180px;
	left: 540px;
}

#droite #screenshot {
	border: 0px;
}

#note dt {
	font-size: 15px;
}

#note dd {
	margin-left: 0px;
}

#politique {
	border-style: solid;
	border-width: 2px;
	background-color: #FFEE88;
}

#corps .AjArticle dd {
	margin-left:30px;
}

.albumView {
	width: 90%;

	background-color: #DDDDDD;
	border-style:solid;
	border-width:1px;
	
	text-align: center;
}

.galeryView {
	width: 90%;

	background-color: #DDDDDD;
	border-style:solid;
	border-width:1px;
	
	text-align: center;
}

.galeryImages img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}

.galeryImages a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}

.galeryHeader {
	background-color: #DDD;

	font-weight: normal;
}

