﻿#body
{
	text-align: center;
	margin: auto;
	background-color: DimGray;
	background-repeat: no-repeat;
	background-image: url(/covoiturage/image/stop.gif);
	background-position: right top;
	width: 100%;
	font-family:Tahoma;
	font-size: 14px;
}

img
{
	display: inline;
}

.header
{
	width: 1000px;	
	background-image: url(/covoiturage/image/header_2.jpg);
	height: 115px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}

.top
{
	float: left;
	text-align: center;
	padding: 15px;
	width: 700px;
	padding-left: 125px;
	height: 85px;
}

.ligne_blanche
{
	background-image: url(/covoiturage/image/ligne_jaune.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
}

.ligne_pointillee
{
	background-image: url(/covoiturage/image/jaune_pointillee.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
}

.content
{
}

.usager
{
	float: left;
	width: 225px;
	text-align: left;
}

input
{
	border: solid 1px #7B9EBD;
}

#cb_repetitif
{
	border: none;
}

.password
{
	float: left;
	width: 250px;
}

.soumettre
{
	float: right; 
	text-align: right;
	width: 170px;
}

.soumettre2
{
	float: right; 
	text-align: right;
	width: 300px;
}

.bienvenue{ float:left; }

.cleaner
{
	clear: both;
}
* html .cleaner
{
	clear: none;
}

#msgerreur
{
	float: left;
	text-align: left;
	color: Red;
	width: 300px;	
}

td
{
	padding: 3px;
}

.td_dark
{
	border: solid 1px black;
	text-align: left;
}

.td_gray
{
	border: solid 1px silver;
	text-align: left;	
}

.td_gray_destination
{
	background-color: White;
	border: solid 1px silver;
	text-align: left;	
}

.sous_titre
{
	padding-bottom: 3px;
	text-decoration: underline;
}

.contour
{
	background-color: #F6F9FE;
	border: solid 1px #CFDEFF;
	width: 900px;
}

.contour_bilan
{
	background-color: #F6F9FE;
	border: solid 1px #CFDEFF;
	width: 625px;
}

.construction
{
	background-image: url(/covoiturage/image/en_construction_petit.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.bouton
{
	width: 75px;	
}
