﻿body
{
	margin      	: 0;
	padding     	: 0;
	background-color: #222222;
}

.visuelHome
{
   
    margin-bottom	: 0px;
    display			: block;
}

.register
{
    width			: 897px;
    height			: 180px;
    background-color: #FAAB00;
    padding-top		: 13px;
}
.connection
{
    width			: 897px;
    height			: 200px;
    background-color: #e6e6e6;
    padding-top		: 13px;
}

.left
{
    width			: 888px;
    float			: left;
    padding-left	: 180px;
    
}
.right
{
    width			: 843px;
    float			: left;
}

.register .left h2
{
    width			: 133px;
    height			: 30px;
    display			: block;
	color			: #373737;
	font-size		: 16px;
	text-transform	: uppercase;
	font-weight		: normal;
	background		: transparent url(../media/home/fleche.png) no-repeat left 6px;
	padding			: 8px 0px 0px 50px;
	
}
.register p
{
	color			: #373737;
    padding-left	: 10px;
	padding			: 0px 0px 0px 50px;
	width			: 430px;
	font-size		: 11px;
	font-weight		: bold;

}
.register a
{
	color			: #FFF;
	text-decoration	: none;
	font-size		: 11px;
	text-transform	: uppercase;
	width			: 50px;
    height			: 15px;
    margin-top		: 28px;
    display			: block;
	background		: #676767;
	margin			: 20px auto 0px auto;
	padding			: 3px 10px;
}

.register a:hover
{
    background		: #000;
} 

.connection h2
{
    width			: 133px;
    height			: 30px;
    display			: block;
	color			: #373737;
	font-size		: 16px;
	text-transform	: uppercase;
	font-weight		: normal;
	background		: transparent url(../media/home/fleche.png) no-repeat left 6px;
	padding			: 7px 0px 0px 50px;
}

.connection .logFailed
{
    color			: #ef1423;
    margin-top		: 4px;
	margin-left		: 50px;

}
.connection .formulaire
{
	 padding-left	: 40px;
	 }
.connection .formulaire span 
{
    padding-left	: 10px;
	color			: #373737;
    display			: inline-block;
    width			: 100px;
    line-height		: 20px;
	text-align		: right;
	margin-right	: 15px;
}

.connection .formulaire a
{
    font-size		: 11px;
    color			: #373737;
}
.connection .formulaire p
{
	color			: #373737;
    margin		   	: 100px 0px 0px -180px;
    display			: inline;
    font-size		: 11px;
	width			: 300px;
	position		: absolute;
}

.connection .right a
{
   color			: #FFF;
	text-decoration	: none;
	font-size		: 11px;
	text-transform	: uppercase;
	width			: 32px;
    height			: 15px;
    margin-top		: 28px;
    display			: block;
	background		: #676767;
	margin			: 20px auto 0px auto;
	padding			: 3px 10px;
}

.connection .right a:hover
{
    background		: #000;
}
.formulaire input{
	background-color: #cad900;
}

