/* Style du site Team New Bike */
/* bdp 20071203 */

/********************************************
*  Gestion de l'agencement                  *
********************************************/
#entirecontent {
	width:        			1024px;
	margin-left:  			auto;
	margin-right: 			auto;
}

#menu {
	width:					250px;

	margin-right:			10px;

	float:					left;
}


#header {
	margin: 				10px;
	width:  				100%;
}

#content {
	margin-left:			263px;

	width:					760px;
}

#footer {
	clear:					left;
}

/********************************************
*  Gestion des liens dans le menu           *
********************************************/

#menu a:link {
	text-decoration:		none;
	border:none;
}

#menu a:visited {
	text-decoration:none;
	border:	none;
}

#menu a:hover {
	color: white;
}

/********************************************
*  Styles principaux                        *
********************************************/
body {
	background-image:   	url(resources/img/background_main.jpg);
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				medium;
	color:					white;
}

h1,h2,h3,h4,h5,h6 {
	color:					#f9902e;
}

h1 {
	font-size:				160%;
}

img {
	border:					0px;
}

table.menu {
	width: 					100%;
	background:				none;

	border:					1px;
	border-color:			white;
}

p.menu,p.menuImg {
	letter-spacing:			1px;

	margin-top:				5px;
	margin-bottom:			5px;

	color:					#f9902e;

	font-size: 				130%;
}

a.menu {
	color:					#f9902e;

	border:					hidden;
}

p.menuImg {
	text-align:				left;
}

p.centerImage {
	text-align:				center;
}

p.header {
	text-align: 			center;
}

p.nomAthlete {
	font-style:				italic;
	font-weight:			bold;

	text-align:				center;
}

p.imageAthlete {
	margin-top:				25px;
	text-align:				center;
}

p.portrait {
	text-align:				left;

	margin-bottom:          25px;
}

p.historique {
	text-align:				justify;
}

h3.portrait {
	margin-bottom:    		10px;
	margin-top:				10px;
}

tr.athleteLigne {
	margin-bottom:			20px;
	margin-top:				0px;
	margin-left:			0px;
	margin-right:			0px;
}

table.athleteDesc {
	margin-left:			auto;
	margin-right:			auto;

	width:					600px;
}

td.half {
	width:					50%;
}

td.twenty {
	width:					20%;
}

td.top {
	vertical-align:			top;
}


ul {
	list-style-type:		square;
}

li.paragraphe {
	margin-bottom:			0.8em;
	text-align:				justify;
}

.teamcolor {
	color:					#f9902e;
}

.bold {
	font-weight:			bold;
}


.center {
	text-align:    			center;
}

.right {
	text-align:				right;
}
