/*MENU DEROULANT*/

div#menu ul {
	position: absolute;
	padding: 0px;
	margin-top: 1px;
	line-height: 25px;
	text-align: center;
}

ul {
	margin-left: 0px;
	padding: 0px;
}


/*Bordure*/

div#menu ul.niveau1 li, div#menu ul.niveau2 li, div#menu ul.niveau3 li {
	position: relative;
	list-style: none;
	width: 200px;
	float: left;
}


div#menu ul ul {
	margin: 0px;
	position: absolute;
	display: none;
	margin-left: -200px;
	margin-top: 0px;
}


div#menu li a {
	text-decoration: none;
	padding: 4px 0 4px;
	display: block;
	width: 200px;
	color: #FFFFFF;
}


div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {
	display: block;
	width: 200px;
	margin-left: 0px;
	padding: 0px;
}

div#menu ul.niveau3 {
	left: 200px;
	margin-left: 0px;
	margin-top: -34px;
}


div#menu ul.niveau1 li, div#menu ul.niveau2 li, div#menu ul.niveau3 li {
	background: #C00000;
}


div#menu ul.niveau1 li:hover, div#menu ul.niveau2 li:hover, div#menu ul.niveau3 li:hover {
	background: #000000;
}


/*Police*/

#menu a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid;
}


/*CORPS*/

body {
	background-image: url(images/parquet.jpg);
	background-attachment: fixed;
	font-family: century gothic, arial, sans-serif;
}


h2 {
	color: #C00000;
	text-align: center;
	font-size: 19px;
	font-style: italic;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}


h3 {
	color: #000000;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}


h4 {
	color: #C00000;
	text-align: center;
	font-size: 30px;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}


div#bandeau {
	font-weight: bold;
	margin-top: 45px;
	margin-left: 250px;
	line-height: 33px;
}

div#bandeau a {
	font-weight: bold;
	color: #C00000;
	text-decoration: none;
}


div#liens {
	font-size: 20px;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
	line-height: 25px;
}


div#liens a {
	text-align: center;
	color: #000000;
	text-decoration: none;
}


div#liens :hover {
	color: #C00000;
	font-weight: bold;
	text-decoration: none;
}


div#documents {
	font-size: 20px;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
	line-height: 25px;
}


div#documents a {
	text-align: center;
	color: #000000;
	text-decoration: none;
}


div#documents :hover {
	color: #C00000;
	font-weight: bold;
	text-decoration: none;
}

#nom {
	font-weight: normal;
}


div#cadre_general {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: auto;
	width: 1000px;
	background: #FFFFFF;
	border: 1px solid #000000;
}


div#grand_titre {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 200px;
}


div#element_parent {
	margin-top: 60px;
	width: 1000px;
}


div#colonne_menu { 
	text-align: center;
	float: left; 
	width: 150px; 
	margin-right: 10px; 
	margin-left: 10px;
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
	background: #DCDCDC; 
	border: 1px solid #000000;
} 

#colonne_menu a {
	color: #000000;
	text-decoration: none;
	padding: 0px; 
	width:200px;
}

div#colonne_menu :hover {
	color: #C00000;
	font-weight: bold;
}


div#colonne_anniversaire { 
	float: left; 
	width: 150px;
	height: 580px;
	margin-right: 10px;
	margin-left: -192px;
	margin-top: 233px;
	margin-bottom: 10px;
	padding: 15px;
	background: #DAA520;
	color: #;
	font-size: 12px;
	text-align: center;
	border: 1px solid #000000;
}


#colonne_anniversaire a {
	color: #000000;
	text-decoration: underline;
	padding: 0px;
}


div#colonne_date-heure { 
	text-align: center;
	float: left; 
	width: 150px;
	height: 121px; 
	margin-right: 10px; 
	margin-left: -192px;
	margin-top: 101px;
	padding-right: 15px;
	padding-left: 15px;
	background: #C00000;
	color: #FFFFFF;
	line-height: 30px;
	border: 1px solid #000000;
}


.arrondi {
        -moz-border-radius: 10px; 
    	-webkit-border-radius: 10px; 
    	-khtml-border-radius: 10px; 
    	border-radius: 10px; 
}


div#logo {
	text-align: center;
	float: left;
	margin-top: -105px;
	margin-right: 10px; 
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
}


div#ballon {
	text-align: center;
	float: left;
	margin-top: -105px;
	margin-right: 10px; 
	margin-left: 139px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
}


div#centre { 
	padding: 15px;
	margin-top: -45px;
	margin-bottom: 10px;
	margin-left: 201px;
	min-height: 800px;
	width: 758px;
	background: #FFFFFF;
	text-align: justify;
	font-size: 20px;
	border: 1px solid #000000;
}


div#centre_accueil {  
	padding: 15px;
	margin-top: -45px;
	margin-bottom: 10px;
	margin-left: 201px;
	height: 813px;
	width: 758px;
	background: #FFFFFF;
	background-image: url(images/accueil/antiquite-2012.jpg);
	text-align: center;
	font-size: 25px;
	border: 1px solid #000000;
}


div#image_construction {
	text-align: center;
	margin-top: 50px;
}


div#image_coyote {
	text-align: center;
}


div#bureau {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
}


div#bureau a {
	color: #000000;
	text-decoration:none;
}


div#bureau a:hover {
	color: #C00000;
	text-decoration:none;
}


div#equipe {
	text-align: center;
	font-size: 17px;
	width: 100%;
}


div#niveau {
	text-align: center;
}


div#matchs {
	text-align: center;
	font-size: 15px;
}


div#resultats {
	text-align: center;
	font-size: 15px;
}


div#video {
	text-align: center;
	font-size: 15px;
}

div#photo {
	text-align: center;
	font-size: 15px;
}

div#sponsors {
	text-align: center;
}


div#bandeau_pied {
	background: #C00000;
	font-size: 75%;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	width: 1000px;
}


div#bandeau_pied a {
	color: #FFFFFF;
	text-decoration:none;
}


div#bandeau_pied :hover {
	color: #DAA520;
	text-decoration: underline;
}


div#presentation1 {
	margin-left: 60px;
	margin-top: -20px;
}

div#presentation1 a {
	color: #000000;
	text-decoration: none;
}

div#presentation1 a:hover {
	color: #C00000;
	text-decoration: none;
	font-weight: bold;
}

div#presentation2 {
	margin-left: 300px;
	margin-top: -164px;
}

div#presentation3 {
	margin-left: 60px;
	margin-top: -20px;
}


div#presidents {
	margin-left: 40px;
}

div#palmares {
	margin-left: 40px;
}

div#palmares ul ul {
	margin-left: 45px;
}

div#palmares ul ul ul {
	margin-left: 60px;
}


/*TABLEAU*/


tbody {
	text-align: center;
	text-decoration: none;
}

.bordure {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}

td {
	border: 1px solid #000000;
}

#championnat a {
	color: #000000;
	text-decoration:none;
}
