@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #009;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}


input {
	height: 25px;
	/* [disabled]margin-left: 10px; */
}
select {
	/* [disabled]margin-left: 10px; */
	height: 30px;
}

textarea {
	/* [disabled]margin-left: 50px; */
}

#principal {
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 2px solid #009;
}
#entete {
	height: 170px;


}
#entete_texte {
	background-color: #ECEBFD;
}

#entete img {
	/* [disabled]float: left; */
}

#menu {
	background-color: #009;
	height: 50px;
	padding-left: 70px;
	clear: both;
}
#menu ul {
	list-style-type: none;
}

#menu li {
	float: left;
	width: 85px;
	border: 1px solid #FFF;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	background-color: #CCC;
	border-radius: 5px;
}
#menu a {
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
}
#menu a:hover {
	text-decoration: none;
	color: #F00;
	font-size: 1.2em;
}

#contenu {
	clear: both;
	background-color: #EDECFE;
}
div.actualites {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-left: 25px;
	padding-top: 15px;
	width: 900px;
	padding-bottom: 15px;

}

div.actualites table {
}
div.comite {
	width: 45%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 5px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
}
#concours td {
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #000; */
}
div.contact {
	width: 400px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 1.2em;
}
div.clearboth {
	clear: both;
}




#piedpage {
	background-color: #EDECFE;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}
.texte_plus_grand {
	font-size: 1.2em;
	color: #333;
}


.texte_gauche {
	text-align:left;
}
.texte_droite {
	text-align:right;
}
.texte_centre {
	text-align:center;
}
.texte_justifie {
	text-align:justify;
}

.bouton {
	width: 120px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 1.5em;
	cursor: pointer;
	height: 50px;
}
.grasrouge {
	font-weight: bold;
	color: #F00;
}
.lien_entete {
	font-size: 1.5em;
	background-color: #ACAABF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 5px;
}
