/***********************************************
* Feuille de style utilisé pour la réprésentation d'un cartouche
* à bord ORANGE
*/

/* Table principale */
.CartoucheBleue {MARGIN-LEFT:4px;MARGIN-TOP:5px} 

/* Première ligne */
.CartoucheBleue-Top {} 

/* Première ligne , cellule de gauche */
.CartoucheBleue-Top-Left 
{
	width:13px;
	height:29px;
	background-image:url(/Saur/_Img/CartoucheBleue/Top_Left.jpg);
	background-repeat: no-repeat;
	} 

/* Première ligne , cellule du milieu */
.CartoucheBleue-Top-Center {}

/* Première ligne , image de fond répétée */
.CartoucheBleue-Top-Center-Bg {background:url(/Saur/_Img/CartoucheBleue/Top_Center_Bg.jpg);background-position:repeat-x}

/* Première ligne , cellule de droite */
.CartoucheBleue-Top-Right 
{
	width:20px;
	height:29px;
	background-image:url(/Saur/_Img/CartoucheBleue/Top_Right.jpg);
	background-repeat: no-repeat;
	}

/* Ligne d'entête (contenant le titre du block) */
.CartoucheBleue-Head {}

/* Ligne d'entête , cellule de gauche */
.CartoucheBleue-Head-Left {}

/* Ligne d'entête , cellule du milieu */
.CartoucheBleue-Head-Center {}

/* Ligne d'entête , fond de la cellule du milieu */
.CartoucheBleue-Head-Center-Bg {}

/* Ligne d'entête , cellule de droite */
.CartoucheBleue-Head-Right {}

/* Ligne du corps du block */
.CartoucheBleue-Body {}

/* Ligne du corps du block, cellule de gauche */
.CartoucheBleue-Body-Left {background:url(/Saur/_Img/CartoucheBleue/Body_Left_Bg.jpg);background-position:repeat-y;width:13px}

/* Ligne du corps du block, cellule de milieu */
.CartoucheBleue-Body-Center {}

/* Ligne du corps du block, cellule de milieu avec image de fond */
.CartoucheBleue-Body-Center-Bg {}

/* Ligne du corps du block, cellule de droite */
.CartoucheBleue-Body-Right {background:url(/Saur/_Img/CartoucheBleue/Body_Right_Bg.jpg);background-position:repeat-y;width:20px}

/* Ligne du pied du block */
.CartoucheBleue-Foot {}

/* Ligne du pied du block, cellule de gauche */
.CartoucheBleue-Foot-Left 
{
	width:13px;
	height:12px;
	background-image:url(/Saur/_Img/CartoucheBleue/Foot_Left.jpg);
	background-repeat: no-repeat;
	}

/* Ligne du pied du block, cellule de milieu */
.CartoucheBleue-Foot-Center {}

/* Ligne du pied du block, cellule de milieu avec image de fond */
.CartoucheBleue-Foot-Center-Bg 
{	
	height:12px;
	background-image:url(/Saur/_Img/CartoucheBleue/Foot_Center_Bg.jpg);
	background-position:repeat-x
	}

/* Ligne du pied du block, cellule de droite */
.CartoucheBleue-Foot-Right 
{
	width:20px;
	height:12px;
	background-image:url(/Saur/_Img/CartoucheBleue/Foot_Right.jpg);
	background-repeat: no-repeat;
	}

/* Titre */
.CartoucheBleue-Title {color:#66B1D5;font-size:14px;font-weight:bold} 

/* Texte */
.CartoucheBleue-Text {color:#66B1D5;font-size:11px}


