/*
	Couleur claire	: #D7EFEA
	Couleur sombre	: #3E4677
*/

/************************ BODY *********************************/
*{
	margin				: 0px;
	padding				: 0px;
}
html, body {
	margin				: 0;
	padding				: 0;
	background-color	: #D7EFEA;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 0.75em;
}

/************************ FORMULAIRES *********************************/
input, select, file{
	border				: 1px solid #3E4677;
	font-size			: 10px;
}
textarea{
	border				: 1px solid #3E4677;
	font-size			: 10px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
}
input:hover{
	background-color	: white;
}
input:focus, select:focus, textarea:focus, file:focus{
	background-color	: #3E4677;
	color				: white;
}
input.bouton{
	background			: #3E4677;
	border				: 1px dotted #3E4677;
	color				: white;
}
input:hover.bouton{
	background			: #D7EFEA;
	border				: 1px dotted #3E4677;
	color				: #3E4677;
}
input.rien{
	border				: 0;
}


/************************ TABLEAUX *********************************/
tr{
	font-size			: 10px;
	vertical-align		: top;
}
td, th{
	font-size			: 10px;
	padding				: 3px;
}

th.std{
	background-color	: #7C7C7C;
}
td.std{
	background-color	: #E2E2E2;
}
/*
td.alignDroite{
	text-align			: right;
	background-color	: #7C7C7C;
}
td.alignGauche{
	text-align			: left;
	background-color	: #E2E2E2;
}
*/

/************************ TITRE *********************************/
.titre{
	font-size			: 16px;
	color				: #3a1125;
	border-bottom		: 1px solid #3a1125;
	margin				: 0px 10px 10px 10px;
	padding				: 0px 0px 3px 0px;
	text-align			: right;
	font-style			: italic;
}

/************************ IMAGES *********************************/
img{
	border				: 0;
}

/************************ CORPS *********************************/
.corps{
/*	border				: 3px dotted green;*/
	margin				: auto;
	width				: 957px;	
	height				: 100%;
	min-height			: 768px;
}

/************************ CADRE *********************************/
/* cadre de gauche */
/*
.cadre01{
	float				: left;
	top					: 0px;
	width				: 243px;
	height				: 340px;
	background-image	: url("images/background/milieuGauche.jpg");
	background-repeat	: no-repeat;
}
*/

/**********************	INDICE ********************************/
/*
.indice{
	vertical-align		: sub;
}
*/

/**********************	ERREUR / OK ********************************/
/* Erreur */
.erreur{
	margin				: 3px;
	padding				: 3px;
	border				: 1px solid red;
	background-color	: #FFE1E1;
	color				: red;
	font-size			: 1.25em;
	background-image	: url("http://www.ryser.fr/images/pointRouge.gif");
	background-repeat	: no-repeat;
	background-position	: right;
}
/* Validation est OK  */
.ok{
	margin				: 3px;
	padding				: 3px;
	border				: 1px solid green;
	background-color	: #E9FFE8;
	color				: green;
	background-image	: url("http://www.ryser.fr/images/pointVert.gif");
	background-repeat	: no-repeat;
	background-position	: right;
}

/**********************	liens : menu ********************************/
a.menu{
	padding				: 2px 5px;
	margin				: 2px 5px;
}
a.menu:link, a.menu:visited, a.menu:focus{
	border				: 1px dotted #D7EFEA;
	background-color	: #3E4677;
	color				: white;
}
a.menu:active, a.menu:hover{
	border				: 1px dotted #3E4677;
	background-color	: #D7EFEA;
	text-decoration		: none;
	color				: #3E4677;
}
/**********************	liens : normal ********************************/
a:link, a:visited {
	color				: #a29061;
	text-decoration		: none;
}
a:hover {
	color				: #a29061;
	text-decoration		: underline;
}
a:active {
	text-decoration		: none;
}

/**********************	ALIGNEMENT ****************************/
/*
.align_gauche{
	float				: left;
}
.align_droite{
	float				: right;
}
.align_bas{
	bottom				: 0px;
}
*/
