/* CSS Document */
/* --- Construction de blocs à coins arrondis - Version 2 - 2 Fevrier 2009 --- */
/* -- uniquement compatible avec la version 4 et la v1(templates) de Spray CMS -- */
/* structure */

/* =----= colors and skins =----= */
/* -Gris light- Example 
div.aBox.GreyLite div.aBoxIn {
background-color:#fefefe;
	border-left:1px solid #e2e2e2;
	border-right:4px solid #e2e2e2;
	color : #333 !important;
}
div.aBox.GreyLite div.aBoxTop .bTitle {background: #d7d7d7 url(/img/Box/fefefe2/aBoxTop.png) repeat-x 0 0;}
div.aBox.GreyLite div.aBoxTop .bLeft {background: url(/img/Box/fefefe2/aBoxLeft.png) no-repeat 0 0;}
div.aBox.GreyLite div.aBoxTop .bRight {background:url(/img/Box/fefefe2/aBoxRight.png) no-repeat 0 0;}
div.aBox.GreyLite div.aBoxFoot .bTitle {background:#d7d7d7 url(/img/Box/fefefe2/aBoxFoot.png) repeat-x bottom left;}
div.aBox.GreyLite div.aBoxFoot .bLeft {background:url(/img/Box/fefefe2/aBoxLeftF.png) no-repeat bottom left;}
div.aBox.GreyLite div.aBoxFoot .bRight {background:url(/img/Box/fefefe2/aBoxRightF.png) no-repeat bottom right;}
*/
/* Gris 666   - noBottom Example- */
div.aBox.c666 div.aBoxIn {
	background-color: #666;
	color:#e2e2e2 !important;
	border-bottom:2px solid #fff;
}
div.aBox.c666 div.aBoxTop .bTitle {background:#666;}
div.aBox.c666 div.aBoxTop .bLeft {background:url(/img/Box/c666/aBoxLeft.png) no-repeat 0 0;}
div.aBox.c666 div.aBoxTop .bRight {background:url(/img/Box/c666/aBoxRight.png) no-repeat 0 0;}


/* Comportement du tab titre - Example */
.BlueGrey2 div.hasTitle h3,
.Grisray div.hasTitle h3, 
.Blackray div.hasTitle h3,
.BlueGrey2 div.hasTitle h3 a,
.Grisray div.hasTitle h3 a, 
.Blackray div.hasTitle h3 a {color:#FFF !important;}

/* Descendants - cf roudcapsTT.css */


/* Parent color influence modifications - Example */
.Grisray div.aBoxIn  {color:#333 !important;}

.Grisray div.aBoxIn p
.Grisray div.aBoxIn a {color:#333 !important;}
.fefefe div.aBoxIn h3 {color:#666666 !important;}

.GradOrange div.aBoxIn a,
.GradOrange div.aBoxIn a:visited {color:#009966 !important;}
