/**********************************************************/
/* French Click - Feuille CSS -                           */
/* Entreprise : Elips									  */
/* N°Projet : FCESEMK001								  */
/* Conception et Réalisation : YKH			              */
/* Dernière mise à jour : 19/01/2006                      */
/**********************************************************/

body 
{
	background-repeat: repeat;
	background-attachment: fixed;
	background-color:#0C48A3;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	cursor:default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#414E5C;

}
.bg_haut{
	background-image: url(design/bg_haut.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.bg_kids{
	background-image: url(design/bg_kids.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
}
/************************* 
     Liens 
**************************/
a:link 
{
	text-decoration: none;
	color:#414E5C;
}
a:visited 
{
	text-decoration: none;
	color:#414E5C;
}
a:hover 
{
	font-weight:bold;
	color:#414E5C;	
}
a:active 
{
	text-decoration: underline;
	color:#414E5C;	
}

/************************* 
     Corps de texte 
**************************/
.texte
{
	font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#414E5C;	
}

/************************* 
     photo
**************************/
.photo_kids_accueil{
	background-image: url(design/photo_kid_accueil.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
}


/************************* 
     pointillés 
**************************/
.pointilleGris_bas
{
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}
.pointilleGris_haut
{
	border-top-color:#CCCCCC;
	border-top-style:dotted;
	border-top-width:thin;
}
/************************* 
     Gestion des couleurs 
**************************/
.whiteColor 
{
	color: #FFFFFF;
}
.redColor 
{
	color: #CC0033;
}
.blackColor 
{
	color: #000000;
}
.orangeColor 
{
	color: #FF9900;
}
.greenColor 
{
	color: #00CC66;
}
.darkGreenColor 
{
	color: #009966;
}
.yellowColor 
{
	color: #FFFF00;
}
.assistanceColor 
{
	color: #0066CC;
}

.pinkColor 
{
	color: #FF6699;
}
.purpleColor 
{
	color: #57037D;
}
.bleuSombreColor 
{
	color: #0B333C;
}

.greyColor 
{
	color: #666666;
}
.brownColor 
{
	color: #996633;
}
.gras 
{
	font-weight:bold;
}
.interligne 
{
	line-height:18px;
}

/************************* 
     forme de la souris
**************************/
.pointeur 
{
	cursor:pointer;
}
.hand 
{
	cursor:hand;
}
/************************* 
     Formulaire
**************************/

.recherche
{
border-top-color:#CCCCCC; 
border-top-style:outset; 
border-top-width:1px;

border-bottom-color:#CCCCCC; 
border-bottom-style:outset; 
border-bottom-width:1px;

border-left-color:#CCCCCC; 
border-left-style:outset; 
border-left-width:1px;

border-right-color:#CCCCCC; 
border-right-style:outset; 
border-right-width:1px;
height:18px;
color:#666666;
width:100px;
padding-left:5px;
padding-right:5px;

}

.champFormulaire
{
	border-top-color:#CCCCCC;
	border-top-style: dashed;
	border-top-width:1px;
	background-color: #FFFFFF;

	border-left-color:#CCCCCC;
	border-left-style: dashed;
	border-left-width:1px;
	padding-left:5px;
	
	border-right-color:#CCCCCC;
	border-right-style: dashed;
	border-right-width:1px;
	padding-right:5px;
	
	border-bottom-color:#CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width:1px;
	padding-bottom:5px;

	color:#0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}


/* Centrer */
#content {
	position:absolute;
	left: 50%;
	width: 428px;
	height: 320px;
	margin-left: -234px;
}
/**********************************************************/
/* (c) 2005 - Designed by French Click WA                 */
/**********************************************************/