﻿@charset "UTF-8";
/* CSS Document boites Sébastien Tetard */


/* Loggin */

#Formulaire_loggin input[type=text] 
	{
	width: 216px;
	border: #CCC 1px solid;
	color:#666666;
	height:12px;
	font-size:10px;
	vertical-align:middle;
	}
	
#Formulaire_loggin input[type=password]
	{
	width: 135px;
	font-size:10px;
	border: #CCC 1px solid;
	color:#666666;
	height:12px;
	vertical-align:middle;
	}

#Formulaire_loggin input[type=text]:hover
	{
	background-color:#e4abc3;
	color:#FFF;
	}
	
#Formulaire_loggin  input[type=password]:hover
	{
	background-color:#e4abc3;
	color:#FFF;
	}

#Formulaire_loggin  input[type=image]
	{
	position: absolute;
	top:29px; 
	right:20px;
	}
		

/***********************************ESPACE CLIENT / SERVICE CLIENT***********************************/

#conteneur_espace_client label, #conteneur_sc_loggin label{
	width:148px;
	float:left;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	line-height:20px;
	}

#conteneur_espace_client .boite input, #conteneur_sc_loggin input{
	width:148px;
	float:left;
	margin-bottom:5px;
	border:1px dashed #CCCCCC;
	}

#conteneur_espace_client .boite input:hover, #conteneur_sc_loggin input:hover{
	background-color:#e4abc3;
	color:#FFFFFF;
	border:1px dashed #CCCCCC;
	}
	
#conteneur_sc_message label{
	width:148px;
	float:left;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	line-height:20px;
	}

#conteneur_sc_message input{
	width:288px;
	float:left;
	margin-bottom:5px;
	border:1px dashed #CCCCCC;
	}

#conteneur_sc_message input:hover{
	background-color:#e4abc3;
	color:#FFFFFF;
	border:1px dashed #CCCCCC;
	}
	
	
#conteneur_sc_message select{
	width:290px;
	float:left;
	margin-bottom:5px;
	border:1px dashed #CCCCCC;
	}

#conteneur_sc_message select:hover{
	background-color:#e4abc3;
	color:#FFFFFF;
	border:1px dashed #CCCCCC;
	}
	
#conteneur_sc_message textarea{
	width:288px;
	float:left;
	margin-bottom:5px;
	border:1px dashed #CCCCCC;
	height:200px;
	}

#conteneur_sc_message textarea:hover{
	background-color:#e4abc3;
	color:#FFFFFF;
	border:1px dashed #CCCCCC;
	}

/*************************************SYNTHESE PRODUIT**************************************/

#conteneur_synth_produit input{
	width:220px;
	float:left;
	margin-bottom:5px;
	border:1px dashed #CCCCCC;
	}

#conteneur_synth_produit label{
	width:128px;
	float:left;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	line-height:20px;
	}		
/***********************************Creation Calendriers***********************************/

.bandeau_bas_texte input[type=text]
	{
	width: 142px;
	border: #CCC 1px solid;
	color:#666666;
	height:12px;
	font-size:10px;
	vertical-align:middle;
	}

.bandeau_bas_texte select
	{
	width: 93px;
	color:#666666;
	height:18px;
	font-size:10px;
	vertical-align:middle;
	}
		
.bandeau_bas_texte input[type=text]:hover, .bandeau_bas_texte select:hover
	{
	background-color:#e4abc3;
	color:#FFF;
	}
	
/***********************************MODIFICATION DONNEE***********************************/

#conteneur_md_loggin label{
	width:195px;
	float:left;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	line-height:20px;
	}

#conteneur_md_loggin input{
	width:200px;
	float:left;
	margin-bottom:5px;
	border:1px dashed #CCCCCC;
	}

#conteneur_md_loggin input:hover{
	background-color:#e4abc3;
	color:#FFFFFF;
	border:1px dashed #CCCCCC;
	}
	
#conteneur_md_adresse label{
	width:164px;
	float:left;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	line-height:20px;
	}

#conteneur_md_adresse input{
	width:170px;
	float:left;
	margin-bottom:5px;
	border:1px dashed #CCCCCC;
	}

#conteneur_md_adresse input:hover{
	background-color:#e4abc3;
	color:#FFFFFF;
	border:1px dashed #CCCCCC;
	}
	
#conteneur_md_adresse select{
	width:170px;
	float:left;
	margin-bottom:5px;
	border:1px dashed #CCCCCC;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#conteneur_md_adresse select:hover{
	background-color:#e4abc3;
	color:#FFFFFF;
	border:1px dashed #CCCCCC;
	}
	
 input[type=text]#personnaliser{
	width:204px;
	float:left;
	margin-bottom:5px;
	border:1px dashed #CB82A5;
	height:19px;
	margin-right:10px;
	}

