/*****************************************************/
/****General****/
*
{
	margin:0px;
	padding:0px;
}
body
{
	background:#fff383;
	padding-left:10%;
	padding-right:10%;
	font-family:Arial, Geneva, sans-serif;
}
a
{
	text-decoration:none;
	color:#333333;
}
a:hover
{
	color:#000000;
}
img, table, tr, td
{
	border:0px;
}
h1
{
	text-align:center;
	margin:0px;
	padding:0px;
}
.clean
{
	clear:both;
}
.left
{
	text-align:left;
}
.center
{
	text-align:center;
}
input
{
	width:150px;
}

.input_radio
{
	width:10px;
}

.radio_ville {
	width:150px;
}

label
{
	width:200px;
	display:inline-block;
	vertical-align:top;
	text-align:right;
	padding-right:5px;
}

table
{
	border-spacing:0px;
	/*background:#ffffff;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:0px;
	width:70%;
	margin:5px auto 5px auto;
}
tr
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0px;
}
td, th
{
	margin:0px;
	border:0px;
	padding:3px;
	text-align:center;
}
/*****************************************************/
/****Blocs****/
.header
{
	margin:auto;
	margin-top:10px;
	padding:15px;
	/* background:url('images/bluec_30p.png'); */
	width:70%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	text-align:center;
}
.foot
{
	text-align:center;
	background:url('images/orange_30p.png');
	width:60%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	margin:auto;
	padding:10px;
	margin-top:20px;
}
.content
{
	margin-left:230px;
}

.content2
{
	margin-left:300px;
}

.cartouche_connexion
{
	width:500px;

	margin:auto;
	padding:20px;
	margin-top:20px;
}
/*****************************************************/
/****Contenu****/
.big
{
	font-size:1.2em;
}
.small
{
	font-size:0.7em;
}
.message
{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:20px;
	margin:auto;
	width:500px;
	background:url('images/black_40p.png');
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
.messages_table td
{
	border-top:1px solid #aaaaaa;
	vertical-align:top;
}
.author
{
	width:150px;
	border-right:1px solid #aaaaaa;
}
.title_cell
{
	width:45%;
}
.date
{
	font-style:italic;
	text-align:right;
	font-size:0.9em;
	margin-right:10px;
}
.link_new_pm
{
	font-size:1.3em;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	display:inline-block;
	border:1px solid #dddddd;
	background:#ffffff;
	padding:5px;
}

.titre {
	color: #a50101;
    font-family: "Oswald","Arial Narrow",sans-serif;
    font-size: 180%;
    font-weight: 400;
}

#entete {
    background: #ffbd3d url("images/entete.jpg") no-repeat scroll center top;
    height: 340px;
    position: relative;
}

#logo {
    left: 41px;
    position: absolute;
    top: 15px;
    z-index: 1;
}

#silhouettes {
    position: absolute;
    right: 22px;
    top: 40px;
    z-index: 1;
}

.wrapper {
    background: #ffbd3d url("images/page-fond.jpg") repeat scroll left top;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1000px;
}


#content {
    float: right;
    margin: -70px 55px 70px 0;
    position: relative;
    width: 683px;
    z-index: 50;
}

h1 {
    color: #a50101;
    font-family: "Oswald","Arial Narrow",sans-serif;
    font-size: 180%;
    font-weight: 400;
    margin: 0 0 0.5em;
}


legend {
    color: #a50101;
    font-family: "Oswald","Arial Narrow",sans-serif;
    font-size: 140%;
    font-weight: 300;
	padding: 0 15px 0 15px;
}


fieldset {
    border: 1px solid #af6d00;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 5px 0 10px 30px;
}

.bt_style {
    background-color: #a50101;
    border: 1px solid #af6d00;
    color: #ffff8a;
    padding: 2px;
}

.prenom_nom {
	float: right;
	padding-right: 5px;
}

.table_label {
    padding-right: 20px;
    text-align: right;
    vertical-align: top;
    width: 200px;
}

.table_input {
	width: 150px;
	text-align: left;
	font-size:0.8em;
}

#deconnexion {
	padding: 0 5px 0 5px;
}

#profil {
	padding: 0 0 0 5px;
}

.zone_droite {
	float: right;
	padding-right: 50px;
}

.zone_gauche {
	float: left;
	padding-left: 20px;
	padding-top: 30px;
}

.login {
	float: right;
	padding-right: 5px;
}

.titre_login {
	margin-bottom: 15px;
	font-weight:bold;
}

.bt_style2 {
    background-color: #a50101;
    border: 1px solid #af6d00;
    color: #ffff8a;
    padding: 2px 20px;
	font-family:Arial, Geneva, sans-serif;
	font-size:0.8em;
	margin-bottom: 15px;
}

.bt_style2:hover
{
	color:#ffff8a;
}

