body {
	margin: 0px;
	padding: 0px;
	font-family:"Trebuchet MS","Lucida Sans","Lucida Sans Unicode","Lucida",Verdana,"Bitstream Vera Sans",sans-serif;
	font-size:small;
	/*font-weight: bold;*/
	color: #444444;
	height: 100%;
}

p {
	text-align: justify;
	line-height: 15px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

input[type=text],input[type=password] {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 120px;
}

textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 400px;
}

table {
	font-size: 11px;
	font-weight: bold;
}

ul {
	margin: 5px;
}

.erreur {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.messagesOK {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	background-color: #CCFFCC;
}

.messagesWarning {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	background-color: #FFFFCC;
}

.messagesError {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	background-color: #FFCCCC;
}

.xhtmleditor {
	display: none;
}

.major_info {
	color: #000000;
	font-weight: bold;
}

.edit_menu_lien {
	display: none;
	margin-top: -15px;
	margin-left: -100px;
}
.edit_menu_lien:hover {
	display: block;
}

.titretbl {
	color: black;
}

input[type=text].inputt3,input[type=password].inputt3,textarea.inputt3 {
	width: 250px;
}

input[type=text].inputt4,input[type=password].inputt4,textarea.inputt4 {
	width: 400px;
}

#general {
	width: 890px;
	margin: 0px auto;
	background-image: url(../images/backleft.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#entete {
	height: 170px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../images/ConcoursJeunes_banniere.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#entete span {
	position: relative;
	
	left: 200px;
	top: 20px;
	font-size: 25px;
}

#menu {
	float: left;
	width: 155px;
	margin: 10px;
	font-weight: bold;
}

#menu .menu_lien {
	display: block;
}

#menu .menu_lien:hover {
	background-color: #cccccc;
}

#menu .menu_lien_active {
	display: block;
	background-color: #cccccc;
}

#encart {
	margin-right: 15px;
	font-size: 80%;
}

#corps {
	margin-left: 175px;
	/*width: 350px;*/
}

#corps h1 {
	text-align: center;
}

#corps dl dt {
	padding-bottom: 10px;
	font-size: 18px;
}

#corps dd {
	margin-left: 5px;
}

#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;
}

#pieddepage {
	clear: both;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #CCCCCC;
	text-align: center;
}
/* Mode Edition */
#contrib_editor {
	display: none;
}
#info_page {
	display: none;
	position: fixed;
	width: 750px;
	top: 50px;
	margin-left: -125px;
	z-index: 2;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #EEEEEE;
}

#info_page input[type=text],#info_page textarea,#info_page select {
	width: 250px;
}

#add_new_partie {
	display: none;
	position: fixed;
	width: 750px;
	top: 50px;
	margin-left: -125px;
	z-index: 2;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #EEEEEE;
}

#add_new_partie input[type=text],#add_new_partie textarea,#add_new_partie select {
	width: 250px;
}

#phpeditor {
	width: 500px;
}

#create_partie {
	display: none;
	position: fixed;
	width: 750px;
	top: 50px;
	margin-left: -125px;
	z-index: 2;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #EEEEEE;
}