@charset "UTF-8";
/* CSS Document */

#login {
	width: 375px;
	height: 180px;
	margin: 0 auto;
	padding:15px;
	margin-top: 20px;
	background-color: #F0F0F6;
	border:solid 1px #cdcdcd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#login table {
	margin: auto;
	margin-top: 20px;
	color: #3D3D3D;
}

#inscription {
	width: 400px;
	height: 235px;
	margin: auto;
	margin-top: 20px;
	padding:15px;
	background-color: #F0F0F6;
	border: 1px solid #CDCDCD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#inscription table {
	margin: auto;
	margin-top: 20px;
	color: #3D3D3D;
}

/********************************************************************** css numerique ************************************************************************************/

#logcontent{
	width: 748px;
	height: 340px;
	margin: 0 auto;
	margin-top:50px;
}

#logcontent2{
	width: 900px;
	height: 330px;
	margin: 0 auto;
	margin-top:100px;
}

#table_center {
	margin: auto;
}

#content{
	width:1000px;
	margin:0 auto;
}

#left{
	float: left;
}

#right{
	float:right;
	margin-left:60px;
	position: relative;
}

#pright{
	margin:8px 0 7px 0;
	padding:0;
	width: 338px;
	color:#646464;
	font-size:13px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #f0f0f0;
	line-height:115%;
}

#prightb{
	margin:8px 0 7px 0;
	padding:0;
	width: 338px;
	color:#646464;
	font-size:13px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #f0f0f0;
	line-height:115%;
}

#prightb:hover{
	margin:8px 0 7px 0;
	padding:0;
	width: 338px;
	color:#ca1212;
	font-size:13px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #f0f0f0;
	line-height:115%;
}

#serviceoracom{
	position: absolute;
	top: 289px;
	left: 100px;
}

.textarea {
    font-weight:bold;
    color:#646464;
    border: 6px solid #e5e5e5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95A2A7 inset;
    display: block;
    margin: 3px 0 4px;
    padding: 8px 6px;
    width: 210px;
}

#login {
	width: 400px;
	height: 200px;
	margin: auto;
	margin-top: 100px;
	background-color: #F0F0F6;
	border: 1px solid #CDCDCD;
}

#login table {
	margin: auto;
	margin-top: 50px;
	color: #3D3D3D;
}

#inscription {
	width: 400px;
	height: 240px;
	margin: auto;
	margin-top: 100px;
	background-color: #F0F0F6;
	border: 1px solid #CDCDCD;
}

#inscription table {
	margin: auto;
	margin-top: 20px;
	color: #3D3D3D;
}

/********************************************************************** Fin css numerique ************************************************************************************/



/************ BTN SMALL *************/
.btn-small {
	font-size:14px;
	line-height:16px;
	padding:5px 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/************ FIN BTN SMALL *************/

/************ BTN SINSCRIRE GRIS CLAIR *************/

.btn_grey {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn_grey:hover {
    background-color: #E6E6E6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.btn_grey:active {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}

/************ FIN BTN SINSCRIRE GRIS CLAIR *************/

/************ BTN Valider vert *************/

.btn_validervert{
	width:59px;
	height:26px;
	background: url("images/btn_validervert.png") no-repeat transparent;
	display: inline-block;
}

/************ FIN BTN Valider vert *************/