/* Common High Level Elements to draw the page */
body {
	background-color: white;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #565555;
}

.centre {
	position:relative;
	/*background: url(page_top.png) no-repeat center top;*/
	width:500px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.centre_contenu {
	background: url(page_bottomP6.png) no-repeat center bottom;
	min-height: 300px;
	padding-top: 100px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.bouton-java {
	position: absolute;
	top: 300px;
	left: 180px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.bouton-ajax {
	position: absolute;
	top: 300px;
	left: 285px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.bouton-timecard {
	position: absolute;
	top: 300px;
	left: 190px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.bouton-install {
	position: absolute;
	top: 200px;
	left: 450px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.bouton-background {
    background: url(bouton-background.png) top repeat-x;
}

.bouton-left {
    background: url(bouton-left.png) left top no-repeat ;
}

.bouton-right {
    background: url(bouton-right.png) right top no-repeat;
}

.bouton-content {
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 13px;
	padding-bottom: 13px;
	text-align: center;
	font-weight: bold;
	color:#565555;
	white-space:nowrap;
}

/* We change the list style to spice up the bullets */
li {
	display: list-item;
	list-style-image: url(Planisware5/soc_point.gif);
}

.text {
	color:#565555;
	text-decoration: none;
}

.text-small {
	color:#565555;
	text-decoration: none;
	font-size: 70%
}

.text .text-small a {
	color:#565555;
	font-weight: bold;
	text-decoration: none;
}


.text .text-small a:hover {
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 110%;
}

p {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 180px;
}

.bottom {
	position: relative;
	text-align: center;
	font-size: 70%;
}

a.bottom_links {
	text-decoration: none;
	color: #663300;
}

.a_bottom {
	position: relative;
	margin: 10px;
	text-align: center;
	font-size: 70%;
}

a.a_bottom_links {
	text-decoration: none;
	color: #663300;
}

.a-tools {
	/* Description de la police */
	font-size:80%;
	color:#5c4b2d;
	text-decoration:none;
}

.text {
	color:#565555;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: normal;
	font-weight: normal;
}

.text a {
	color:#565555;
	font-weight: bold;
	text-decoration: none;
}


.text a:hover {
	text-decoration: underline;
}
