body {
/*    background: url('images/bg.gif') repeat;*/
    margin: 0;
    font-family: Verdana,Arial;
    font-size: 10px;
    color: #03003E;
}

.menu {
    line-height: 21px;
    padding-left: 7px;
    height: 21px;
    /*background: url('images/bg_menu.gif') repeat;*/
}

.menu a {
    font-family: Verdana,Arial;
    font-size: 10px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.main {
    margin: 0 auto;
    background-color: #fff;
    background: url('images/bg_bordure.gif') repeat;
	background-position: center;
}

.video {
 /*   float: left;*/
    padding-top: 20px;
	color: #ffffff;
    background-color: #01293F;
    height: 500px;
    text-align: center;
}

.horaire {
    background-color: #01293F;
    /*float: right;*/
    height: 500px;
    font-size: 12px;
    color: #ffffff;
    padding-top: 20px;
}

.horaire table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.horaire td {
    padding: 5px 3px;
    border-top: 1px solid #fff;
    color: #FFFFFF;
    font-size: 10px;
    text-align: left;
}

.horaire td a {
    color: #ff0000;
}

.horaire th {
    padding: 5px 3px;
    color: #fff;
    background-clor: #01293F;
    text-align: center;
}

.horaire a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.footer {
/*    margin: 0 12px;
    padding: 0 0 0 7px;*/
    padding-left: 7px;
	height: 26px;
    line-height: 26px;
    background-color: #01293F;
    color: #fff;
    font-family: Verdana,Arial;
    font-size: 10px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    font-family: Verdana,Arial;
    font-size: 10px;
}

.bg_white {
	background-color: #fff;
}

.support_live {
    font-family: Verdana,Arial;
    font-size: 10px;
    color: #fff;
}

.tech {
    font-family: Verdana,Arial;
    font-size: 10px;
    width: 950px;
    color: #ffffff;
    background-color: #01293F;
    height: 575px;
    text-align: left;
}

.tech a {
    font-family: Verdana,Arial;
    font-size: 10px;
    color: #ff0000;
	text-decoration: none;
}

.merci {
    width: 950px;
    color: #ffffff;
    background-color: #01293F;
    height: 400px;
}

/* Formulaires */

.error_message {
	color: #ff0000;
	text-align: center;
}

fieldset {
	border: 1px solid #ccc;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 10px;
	width: 550px;
	margin-left: 30px;
}

legend {
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 6px;
	font-weight:bold;
	margin-bottom:10px;
}

label {
	width: 240px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin: 3px;
	clear:both;
	color: #fff;
}

input, select, textarea {
    margin: 3px;
}

fieldset span {
	margin: 3px;
}

#rightcol fieldset img {
	margin: 3px;
}

fieldset hr {
	display: block;
	color: #8c8685;
	background-color: #ccc;
	height: 1px;
	border: 0;
	clear: both;
}


input[type='text']:hover, input[type='password']:hover,
textarea:hover, select:hover {
	border: 1px solid #666;
}

input[type='text']:focus, input[type='password']:focus,
textarea:focus, select:focus {
	border: 1px solid #000;
}

input[type='text'], input[type='password'],
textarea, select {
	border: 1px solid #999;
}

textarea, input, select {
	font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	color:#333;
}


