/*----------------------------------------------------------*/
/* Feuille de style spécifique pour la rubrique infogérance */
/*----------------------------------------------------------*/

@import "main.css";
@import "cogitae.css";


/*
#header{ background: url("../images/typo3_header.png") no-repeat; }
*/

.section#typo3 { background: url("../images/typo3.png") no-repeat; }
.section#internet { background: url("../images/internet.png") no-repeat; }
.section#infogerance { background: url("../images/outsourcing.png") no-repeat; }

.section p { color: #009F38; }

#content h1 { color: #009F38; }

#search { background: url("../images/typo3_search.png") no-repeat; }

#search #sword { border:1px solid #009F38; }


.section li a { color:black; text-decoration:none; display:inline-block; width:100%; }

a { outline-color:inherit; outline-style:none; outline-width:medium; }


.section li {
font-size:12px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}


.section#typo3 li:hover { background:#009F38 ; }
.section#internet li:hover { background:#FE027A ; }
.section#infogerance li:hover { background:#299CDD ; }

.section li:hover a { color:white ; }



