@charset "utf-8";
/* CSS Document */
html {
	display: block;
	height: 100%;
}
body{
	display: block;
	margin: 0px;
	height: 100%;
	background-color: #F2F2F2;
	font-family: "Trebuchet MS";
}

#body{
	margin-right: auto;
	margin-left: auto;
}

#header{
	text-align: center;
	background-color: #FFFFFF;
	z-index: 1;
}
#header #menu {
	display: block;
	height: 28px;
	padding-right: 20px;
}
#header #menu a {
	display: block;
	width: auto;
	float: right;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
	position: relative;
	color: #0099FF;
}
#header #menu a:hover {
	color: #FFFFFF;
	background-color: #DFDFDF;
	z-index: 1;
}
#header #top-lien {
	display: block;
	text-align: left;
	font-size: 13px;
	padding: 5px;
	color: #99CC00;
}
#header #top-lien a {
	color: #99CC00;
	text-decoration: none;
}
#header #top-lien a:hover {
	text-decoration: underline;
}



#footer{
	color: #999999;
	font-size: 14px;
}
#murl {
	display: block;
	background-color: #DFDFDF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	width: auto;
	text-align: center;
	color: #999999;
	background-image: url(../images/murl.png);
	background-repeat: repeat;
}
#murl form {
	display: block;
	margin: 0px;
	text-align: center;
	padding: 0px;
}

#murl #alert {
	color: #FF0000;
}
#murl #default {
	background-image: url(../images/default.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 138px;
}

input {
	font-family: georgia;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	border: 2px solid #A3E01B;
	background-color: #F8F8F8;
	vertical-align: middle;
}
.bouton {
	background-image: url(../images/bouton.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #9BD21A;
	padding: 5px;
}
.bouton-normal{
	background-image: url(../images/bouton.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #9BD21A;
	padding: 2px;
}
.bouton-mini{
	background-image: url(../images/bouton.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #9BD21A;
	padding: 0px;
}
#myaccount {
	display: block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
#myaccount #profil {
	text-align: left;
	display: block;
	color: #0099CC;
	height: 136px;
	font-size: 18px;
}
#myaccount #profil h1 {
	margin: 0px;
	font-weight: normal;
}

#myaccount #profil #avatar {
	background-image: url(../images/user_default.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 135px;
	width: 135px;
	float: left;
	background-color: #F2F2F2;
	margin-right: 10px;
}
#myaccount #profil #choix {
	display: block;
	margin-top: 21px;
}
#myaccount #profil #choix a {
	display: inline;
	padding: 5px;
	background-color: #F2F2F2;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	margin-right: 5px;
	color: #666666;
}
#myaccount #profil #choix a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}


.lien {
	display: block;
	text-align: left;
	background-color: #F2F2F2;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	clear: both;
}
.lien h1 {
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
}
.lien h2 {
	display: block;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
}
.lien p {
	display: block;
	font-size: 14px;
	color: #666666;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: hidden;
}

 .lien a {
	color: #99CC00;
	overflow: hidden;
}
.lien .link {
	color: #0099CC;
	font-size: 13px;
}
.lien textarea {
	display: block;
	height: 50px;
	width: 99%;
	font-family: "trebuchet MS";
	font-size: 13px;
}
.lien .stats {
	font-weight: normal;
	display: block;
	float: right;
	font-size: 16px;
}
.lien .snapshot {
	display: block;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 10px;
	height: 100px;
	width: 150px;
	background-image: url(../images/snapshot.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}


#create-account {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 33%;
	text-align: left;
}
#create-account label {
	text-align: left;
	display: block;
	width: 100%;
}
#create-account input {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#create-account #username-verif, #pass-verif {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#plugin {
	display: block;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #F0F0F0;
	padding: 5px;
}
#plugin h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #0099CC;
	font-size: 24px;
	text-align: center;
}
#plugin a {
	display: block;
	padding: 5px;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
}
#help {
	text-align: left;
	display: block;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
#help h1 {
	margin: 0px;
	color: #0099CC;
	padding: 0px;
	font-size: 24px;
}
#help h2 {
	margin: 0px;
	font-size: 18px;
	color: #99CC00;
}
.spacer {
	display: block;
	clear: both;
}

