body{
        background-color:#666;
}
div#header{
        background-color: rgb(222,20,132);
}
div#footer{
        background-color: rgb(222,20,132);
        border-top: 3px groove rgb(115,0,30);
}
div#wrapper{
        background-color: #fff;
}
div#ariane{
        border-bottom: 1px dashed #ccc;
        background: #fff url(/design/crma_new/images/arrow.png) no-repeat 6px top;
}
div#navigation{
        border-right: 2px outset rgb(115,0,30);
        border-top: 1px dotted rgb(115,0,30);
        border-bottom: 2px outset rgb(115,0,30);
        background-color: #efefef;
}
div#extra {
        border-left: 2px inset rgb(115,0,30);
        border-top: 1px dotted rgb(115,0,30);
        border-bottom: 2px outset rgb(115,0,30);
        background-color: #efefef;
}
h1, h2, h3, h4, h5 {
        color: #666;
}
a, a:visited {
        color: rgb(115,0,30);
}
a:hover {
        color: rgb(50,50,50);
}
#navigation span a {
        color: rgb(222,20,132);
}
#navigation ul li.current a{
        background-color: #dde;
        color: #333;
}
#navigation ul li.current ul a{
        background-color: #efefef;
        color: rgb(115,0,30);
}
ul#auth span {
        color: rgb(115,0,30);
}
#recherche label{
        color: #666;
}
#extra span {
        color: rgb(222,20,132);
}
#searchtext {
        color: #900;
        background: #fff url(/design/crma_new/images/recherche.png) no-repeat 4px center;
}
#searchbutton {
        background: #f6f0e9;
}
#menu { 
        background: rgb(255,198,82);
}
#menu a, #menu a:visited {
        background: rgb(255,198,82);
        color: #fff;
}
#menu a:hover {
        background: #fff;
        color: rgb(255,198,82);
}
#menu a.current, #menu a:visited.current {
        background: #fff;
        color: rgb(255,198,82);
}
div.contact p.erreur {
        color: #ff0000;
        border: 1px dashed #ff0000;
        background: #fff5ee;
}
div#home_left div h1,
div#home_center div h1,
div#home_right div h1 {
	background-color:rgb(222,20,132);
	color:#FFFFFF;
}

