html {height: 100%;}

body {
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #e9eef1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #a01848 url("../imgs/pub/icd-ecoles.jpg") no-repeat top center;
	z-index: 0;
}
#conteneur {
	position: relative;
	margin: 0 auto;
	padding-top: 265px;
	width: 986px;
	z-index: 1;
}
#contenu {
	padding-top: 40px;
	background-color: #e9eef1;
}
#colG {
	float: left;
	position:relative;
	left: 0;
	width: 657px;
	color: #454547;
}
#colD {
	margin: 0 0 0 665px;
	width: 321px;
}
#titre {
	width: 535px;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	border-left: 5px solid #ea632d;
}

h1 {font-size: 20px;}
h2 {
	font-size: 15px;
	color: #ea632d;
}
h3 {
	font-size: 13px;
	color: #ea632d;
}
img {border: none}
a {text-decoration: none;}
a:link, a:visited {
	color: #454547
}
a:hover {color: gray}
p {
	padding: 5px 0;
	margin: 0;
}
ul {
	margin: 0;
	padding-left: 40px
}

.cache {
	display: none;
}
.hidden {
	clear: both;
	visibility: hidden;
	padding: 0;
	margin: 0;
	height: 1px;
}
.hidden2 {
	clear: both;
	visibility: hidden;
}
.hidden3 {visibility: hidden}

#ariane {
	position: absolute;
	top: -30px;
	width: 985px;
}

.nbPages {
	text-align: center
}

.message {color: red; font-weight: bold}

/* pub */
#banTop {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	border: white solid 1px;
}
#ban {
	float: left;
	height: 212px;
	width: 112px;
	padding: 10px 0 0 10px;
	background: #e9eef1 url("../imgs/ban_fond.gif") no-repeat 0 0;
}
#carre {
	height: 264px;
	width: 310px;
	padding: 13px 0 0 10px;
	margin-top: 9px;
	background: #e9eef1 url("../imgs/carre_fond.gif") no-repeat 0 0;
}
#habillage_pub {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

/* entete */
#entete {
	position: absolute;
	top: 0;
	width: 100%;
}
#barre {
	position: relative;
	height: 153px;
	background: black url("../imgs/cont_onglet_fond.gif") no-repeat 0 0;
}
#logoEO {
	position: relative;
	top: 20px;
	left: 20px;
}
#baseline {
	position: absolute;
	top: 20px;
	left: 325px;
	width: 450px;
	font-weight: 800;
	font-size: 25px;
	text-align: center;
	color: white;
}
#enteteOutils {
	position: absolute;
	top: 25px;
	left: 810px;
}
#enteteOutils .newsletter:link, #enteteOutils .newsletter:visited {
	display: block;
	padding: 6px 0 0 51px;
	height: 27px;
	width: 105px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background: transparent url("../imgs/newsletter.gif") no-repeat 0 0;
}
#enteteOutils .newsletter:hover {text-decoration: underline;}

#enteteOutils #recherche{position: absolute; top: 35px; width: 165px;}
#enteteOutils  #champRecherche{
	position: absolute;
	top: px;
	height: 24px;
	width: 105px;
	padding: 5px 0 0 20px;
	background: white url("../imgs/recherche_fond.gif") no-repeat 0 0;
	border: none;
	margin:0;
}

#enteteOutils  #validerRecherche{
	position: relative;
	left: 125px;
}

#accueil {
	position: absolute;
	top: 117px;
	left: 9px;
}

/********************/
/* ----[ MENU ]----*/
/* -[ menumatic ]--*/

/* all menu links */
#nav a, #subMenusContainer a {
	text-decoration:none;
	display:block;
	color: white;
}
/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a {
	margin:0;
	float:left;
	display: block;
	height: 27px;
	padding-left: 11px;
	font-size: 14px;
	font-weight: 800;
	line-height: 25px;
	color: white;
	background: url("../imgs/onglet_gauche.png") no-repeat left 0;
}
/* Just sub menu links */
#subMenusContainer a, #nav li li a {text-align:left;}

/* All menu links on hover or focus */
#subMenusContainer a:hover, #subMenusContainer a:focus, #subMenusContainer a.subMenuParentBtnFocused {
	background-color:#F6C739;
	color:#FFF;
}
/* sub menu links on hover or focus */
#subMenusContainer a:hover, #subMenusContainer a:focus, #subMenusContainer a.subMenuParentBtnFocused {
	background: transparent url("../imgs/menu_btn_fond.gif") repeat-x 0 0;
	color:#FFF;
}
#subMenusContainer .bas {clear: both}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW {
	display:none;
	position: absolute;
	overflow:hidden;
	padding:0 2px;
	margin:0 0 0 -2px;
}
/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {
	left:0;
	width: 539px;
}
/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li {
	float: left;
	height: 27px;
	margin-left: 20px;
	padding-right: 11px;
	background: url("../imgs/onglet_droit.png") no-repeat right 0;
}
#subMenusContainer li {
	list-style: none;
	float: left
}
#subMenusContainer li a {
	width: 247px;
	padding: 3px 2px 3px 20px;
}
/* main menu ul or ol elment */
#nav {
	display:block;
	position: absolute;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	top:117px;
	left:50px;
	text-align: center;
	width: 90%;
}
#subMenusContainer {
	display:block;
	position:absolute;
	top:9px;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
}
#subMenusContainer .haut, #subMenusContainer .bas {
	position: relative;
	width: 539px;
	height: 13px;
}
#subMenusContainer .haut {background: url("../imgs/menu_haut.png") no-repeat 0 0;}
#subMenusContainer .bas {background: url("../imgs/menu_bas.png") no-repeat 0 0;}
#subMenusContainer .ssmenu {background-color: #000;	height: 100%;}
#subMenusContainer .clear {
	clear: both;
	height: 1px;
}
/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li {float:none;}

#nav li li a { /* Just submenu links*/
	position:relative;
	float:none;
}
#nav li ul { /* second-level lists */
	margin-left: -1000em;
	margin-top:2.2em;
}

/* lists nested under hovered list items */
#nav li:hover ul {margin-left: 0;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {
	margin-left: 0;
	margin-top:2.2em;
}
#nav li li a:focus + ul {
	left:0;
	margin-left: 1010em;
	margin-top:-2.2em;
}
#nav li li a:focus {
	left:0;
	margin-left:1000em;
	width:10em;
	margin-top:0;
}
#nav li li li a:focus {
	left:0;
	margin-left: 2010em;
	width: 10em;
	margin-top:-1em;
}
#nav li:hover a:focus {margin-left: 0;}
#nav li li:hover a:focus + ul {margin-left: 10em;}
/********************/
/********************/

/* pied */
#pied {
	position: relative;
	height: 40px;
	background-color: #e9eef1;
	padding-top: 30px;
}
#pied p {
	background: black url("../imgs/pied_fond.gif") no-repeat center;
	color: #FFFFFF;
}
#pied .left {margin-left: 10px;}
#pied .right {
	position: absolute;
	right: 10px;
}
#pied a {color: #FFFFFF;}

#pied a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* right */
#op_home {margin-top: 15px;}

#fb {
	margin-top: 9px;
	text-align: center;
	background: #e9eef1 url("../imgs/box_fb.gif") no-repeat center;
}

.col_bis {margin-top: 10px;}

.col_annu {margin-top: 10px;}

.col_annu ul {
	padding: 0 1px 0 1px;
	list-style-type: none;
}
.col_annu ul img {
	width: 30px;
	border: 1px solid #5b5b5d;
}
.col_annu li {
	height: 35px;
	padding: 3px 0 0 15px;
	margin: 0 0 2px 0;
	font-weight: bold;
	background-color: #f0f1f2;
}
.col_annu a {
	display: block;
}
.col_annu a span {
	position: relative;
	top: -2px;
}
.col_actu ul {
	position: relative;
	padding: 0 1px 0 5px;
	list-style-type: none;
}
.col_actu li {
	height: 33px;
	padding-left: 8px;
	background: white url("../imgs/puce.gif") no-repeat 0 5px; 
}
.col_actu li a {

}
#actu_wrapper {
	position: relative;
	height: 163px;
	overflow: hidden;
}
.col_actu #suivant, .col_actu #precedent {
	display: block;
	position: absolute;
	bottom: 8px;
	height: 16px;
	width: 34px;
}
.col_actu #suivant {
	left: 270px;
	background: transparent url("../imgs/btn_actu.gif") no-repeat -34px 0;
}
.col_actu #suivant.on {background: transparent url("../imgs/btn_actu.gif") no-repeat -34px -16px;}
.col_actu #precedent {
	left: 235px;
	background: transparent url("../imgs/btn_actu.gif") no-repeat 0 0;
}
.col_actu #precedent.on {background: transparent url("../imgs/btn_actu.gif") no-repeat 0 -16px;}

.rss {
	position: absolute;
	left: 286px;
	top: 5px;
}

.sponsor_metier {
	position: relative;
	margin-bottom: 10px;
}
.sponsor_metier img {
	position: absolute;
	top: 35px;
	right: 5px;
	border: 1px solid #5b5b5d;
}
.sponsor_metier .bloc {
	margin: 0 1px;
	background-color: #e7e7e7;
}
.sponsor_metier .adr {
	position: relative;
	left: 15px;
	width: 188px;
	padding: 8px 0;
}
.sponsor_metier .url {
	display: block;
	margin-top: 10px;
	font-weight: 800;
}
.sponsor_metier .adr strong {
	display: block;
	margin-bottom: -5px
}

/* box */
.padding {padding: 0 20px;}

.box1 {
	position: relative;
	background: white url("../imgs/box1_corps_fond.gif") repeat-y bottom left;
}
.box1 .entete {
	height: 17px;
	background: white url("../imgs/box1_entete_fond.gif") no-repeat top left;
}
.box1 .pied {
	height: 17px;
	background: white url("../imgs/box1_pied_fond.gif") no-repeat 0 0;
}
.box2 {
	position: relative;
	width: 320px;
	background: white url("../imgs/box2_corps_fond.gif") repeat-y bottom left;
}
.box2 .entete {
	height: 14px;
	background: white url("../imgs/box2_entete_fond.gif") no-repeat top left;
}
.box2 .pied {
	height: 14px;
	background: white url("../imgs/box2_pied_fond.gif") no-repeat 0 0;
}
.box2 .titre {
	position: relative;
	top: -8px;
	left: 15px;
	font-size: 14px;
	font-weight: 800;
	color: #ea622b;
}
.box2 .info_plus {
	position: relative;
	top: 4px;
	left: 15px;
	font-size: 12px;
	font-weight: 800;
	color: #ea622b;
}

.box3 {
	position: relative;
	width: 986px;
	margin-top: 30px;	
	background: url("../imgs/box3_corps_fond.gif") repeat-y;
}
.box3 .entete {
	height: 20px;
	background: url("../imgs/box3_entete_fond.gif") no-repeat;
}
.box3 .pied {
	clear: both;
	height: 20px;
	background: url("../imgs/box3_pied_fond.gif") no-repeat bottom;
}
.box3 h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #EA622B;
}
.box3 h1 span { /* IE7 */
	position: absolute;
	top: 5px;
	left: 13px;
}

.boite {
	background-color: #f0f1f2;
	float: left;
	height: 101px;
	width: 326px;
	margin: 6px 0 6px 2px;
}
.boite img {
	float: left;
	margin: 6px 6px 0 13px;
}
.boite p {
	font-size: 12px;
	color: #999999;
	line-height: 15px;
	text-align: justify;
	margin-right: 10px;
}
.boite p span {color: #454547;}

.desc a:link, .desc a:visited {
	font-weight: 800;
	color: #ea622b;
}
.desc a:hover {text-decoration: underline;}

/* homepage */
#carrousel {
	position: relative;
	height: 220px;
	width: 520px;
	margin-left: 132px;
	overflow: hidden;				
}

#carrousel .top, #carrousel .bottom {
	position: absolute;
	width: 520px;
	height: 12px;	
}

#carrousel .top {
	top: 0;
	background: transparent url("../imgs/carrousel_cache_haut.png") no-repeat 0 0;
}

#carrousel .bottom{
	bottom: 0;
	background: transparent url("../imgs/carrousel_cache_bas.png") no-repeat 0 0;
}

#carrousel .item {
	position: absolute;
	top: 0;
	left: 0;
}

#carrousel .item div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 510px;
	padding: 0 5px 5px 5px;
	background-color: black;
	opacity: 0.85;
	filter:alpha(opacity=85); 
}

#carrousel .item a {color: white}
#carrousel .item h1 {
	color: white;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 14px;
}

/*TEST*/

#carrousel #suiv {
	position: absolute;
	top: 105px;
	right: 0;
}

#carrousel #prec {
	position: absolute;
	top: 105px;
	left: 0;
}

#carrousel #controle {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 5px 6px 5px 0;
	list-style-type: none;
	background: transparent url(../imgs/carrousel_fond.png) no-repeat 100% 100%;
}
#controle li {
	float: left;
	padding-left: 6px;
}
#controle a {
	display: block;
	height: 20px;
	width: 15px;
	padding: 4px 0 0 8px;
	font-weight: bold;
	background: transparent url(../imgs/carrousel_btn.png) no-repeat top left;
	color:white;
}

#controle .btn_on {
	color: #ea632d;
	background: transparent url(../imgs/carrousel_btn_survol.png) no-repeat top left;
	}




.bloc_home {
	clear: both;
	position: relative;
	top: 16px;
}
.bloc_rub {
	float: left;
	position: relative;
	width: 211px;
	margin: 0 0 20px 8px;
}
.bloc_rub h1 {
	position: absolute;
	top: 69px;
	width: 210px;
	margin: 0;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}
.bloc_rub a {color: white;}
.bloc_rub a:hover {
	color: white;
	text-decoration: underline;
}
.bloc_rub .txt {
	position: absolute;
	display: block;
	left: 0;
	top: 89px;
	padding: 0 4px;
}
.bloc_home .prem {margin-left: 0;}

/* contenu froid */
.thematique {
	margin-top: 20px;
	border-top: 1px solid #ea632d;
}
.thematique h2 {
	font-size: 14px;
	font-weight: 800;
	color: #ea632d;
}
.thematique h3 {
	margin-bottom: 0;
	font-size: 14px;
}
.thematique .vignette {
	float :left;
	margin: 0 10px;
	border: 1px solid #454547;
}
.thematique .deco {
	float: left;
	position: relative;
	top: 5px;
}
.intro2 img {	border: 1px solid #454547
}

/* annuaire (listes) */
.annu select {	width: 300px;}

.annu input {width: 296px;}

.annu .bouton {
	width: auto;
	padding: auto;
	border: 1px solid gray;
}
.annu select, .annu input, .annu .bouton {margin-top: 13px;}

.annu_ecole {
	height: 219px;
	padding-left: 300px;
	border: 1px solid #4f4f51;
	background: white url("../imgs/annu_ecole_fond.jpg") no-repeat 0 0;
}
.annu_item {
	height: 105px;
	margin: 10px 0;
	padding: 15px 5px 5px 5px;
	background: #e7e7e7 url("../imgs/annu_bloc_ecole_fond.gif") repeat-x 0 0;
}
.annu_item img {
	float: right;
	margin-left: 10px;
	border: 1px solid black;
}
.annu_item h2 {
	margin: 0;
	font-size: 12px;
	color: #454547;
}
.ecole_mini {margin: 20px 0;}

.ecole_mini a, .ecole_mini div {
	position: relative;
	display: block;
	height: 18px;
	margin: 5px 0;
	padding: 5px 3px 0 5px;
	font-size: 11px;
	background-color: #e7e7e7;
}
.ecole_mini span {
	position: absolute;
	right: 5px;
}
.jpo {
	height: 291px;
	border: 1px solid #4f4f51;
	background: white url("../imgs/jpo_form_fond.jpg") no-repeat 0 0;
}
.jpo p {
	position: relative;
	top: 60px;
	width: 425px;
	margin-left: 180px;
	color: white;
}
.jpo div {
	padding-left: 300px;
	margin-top: 55px;
}
.annu_metier {
	height: 219px;
	padding-left: 300px;
	border: 1px solid #4f4f51;
	background: white url("../imgs/annu_metier_fond.jpg") no-repeat 0 0;
}
.annu_con {
	height: 219px;
	padding-left: 300px;
	border: 1px solid #4f4f51;
	background: white url("../imgs/annu_conn_fond.jpg") no-repeat 0 0;
}
.annu_gfa {
	height: 219px;
	padding-left: 300px;
	border: 1px solid #4f4f51;
	background: white url("../imgs/annu_gfa_fond.jpg") no-repeat 0 0;
}
.annu_entreprise {
	height: 219px;
	padding-left: 300px;
	border: 1px solid #4f4f51;
	background: white url("../imgs/annu_entreprise_fond.jpg") no-repeat 0 0;
}

/* fiche */
.cartouche_ecole {
	position: relative;
	height: 112px;
	width: 620px;
	margin: 10px 0 30px 0;
	background: white url("../imgs/cartouche_ecole_fond.gif") no-repeat 0 0;
}
.cartouche_ecole #logo {
	position: relative;
	float: left;
	top: 6px;
	left: 12px;
}
.cartouche_ecole .adresse {
	position: absolute;
	top: 1px;
	width: 150px;
	height: 100px;
	margin-left: 124px;
	padding: 5px;
	background-color: #e7e7e7;
}
.cartouche_ecole .coord {
	margin-bottom: 15px;
	font-weight: 800;
}
.cartouche_ecole .url {
	position: absolute;
	display: block;
	top: 20px;
	left: 295px;
	width: 308px;
	height: 17px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 800;
	color: white;
	text-align: center;
	background: black url("../imgs/cartouche_ecole_url.gif") no-repeat 0 0;
}
.cartouche_ecole .email {
	position: absolute;
	display: block;
	top: 65px;
	left: 295px;
	width: 308px;
	height: 17px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: 800;
	color: white;
	text-align: center;
	background: black url("../imgs/cartouche_ecole_email.gif") no-repeat 0 0;
}
.cartouche_ecole #adr_suivante {
	position: absolute;
	display: block;
	height: 19px;
	width: 112px;
	top: 108px;
	left: 5px;
	padding: 3px 0 0 6px;
	background: white url("../imgs/btn_adr.gif") no-repeat 0 0;
}
.cartouche_ecole .slide {
position: absolute;
height: 112px;
width: 620px;
}

.img_metier {
	float: left;
	position: relative;
	top: 8px;
	border: 1px solid #454547;
}

.chapeau {margin-left: 118px;}

.info {
	margin-top: 20px;
	border-top: 1px solid #EA622B;
}
.info .titre {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 800;
	color: #EA622B;
}
.info .cont {
	margin-top: 10px;
	padding: 0 5px 5px 5px;
	background-color: #e7e7e7;
}
.info .cont .date {font-weight: 800;}

.info .cont .actu {padding-left: 20px;}

.info .cont .actu li {padding-top: 5px;}

.info .cont .couv {
	float: left;
	margin: 10px 0 0 5px;
}
.info .cont .sommaire {
	margin-left: 125px;
	padding-top: 10px;
}
.info .cont .bdc {
	display: block;
	height: 22px;
	width: 347px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	color: white;
	background: black url("../imgs/btn_bon_de_commande.gif") no-repeat 0 0;
}

/* librairie */
.intro {
	position: relative;
	width: 615px;
	height: 219px;
	margin-top: 10px;
	border: 1px solid #525254;
}
.intro .txt {
	position: relative;
	top: 15px;
	left: 310px;
	width: 290px;
}
.intro .archives {
	position: absolute;
	bottom : 10px;
	right: 10px;
	padding-left: 10px;
	background: transparent url("../imgs/fleche.gif") no-repeat 0 3px;
}

/* test orientation gratuit */
.test {
	min-height: 70px;
	height: auto !important;
	height: 70px;
	text-align: justify;
}

/* liens */
.partenaire {
	min-height: 70px;
	height: auto !important;
	height: 70px;
	text-align: justify;
}

.flux {display: block; margin: 5px auto;}

/* operation rentree */
.op_bloc {position: relative;}
.op_desc {
	position: absolute;
	top: 37px;
	left: 18px;
	width: 420px;
}

/* login */
.log .champ {
	width: 250px;
	margin-bottom: 10px;
}
.log label {font-weight: 800;}

/* AddThis */
.addthis_toolbox {
	position: absolute;
	top: 22px;
	right: 18px;
}

/* Resultat recherche google */
.gsc-control-cse {
font-family: Arial, sans-serif;
border-color: #FFFFFF;
background-color: #FFFFFF;
}
input.gsc-input {
border-color: #EA622B;
}
input.gsc-search-button {
border-color: #666666;
background-color: #CECECE;
}
.gsc-tabHeader.gsc-tabhInactive {
border-color: #E9E9E9;
background-color: #E9E9E9;
}
.gsc-tabHeader.gsc-tabhActive {
border-top-color: #EA622B;
border-left-color: #E9E9E9;
border-right-color: #E9E9E9;
background-color: #FFFFFF;
}
.gsc-tabsArea {
border-color: #E9E9E9;
}
.gsc-webResult.gsc-result {
border-color: #FFFFFF;
background-color: #FFFFFF;
}
.gsc-webResult.gsc-result:hover {
border-color: #FFFFFF;
background-color: #FFFFFF;
}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b {
color: #EA622B;
}
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b {
color: #EA622B;
}
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b {
color: #EA622B;
}
.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b {
color: #EA622B;
}
.gsc-cursor-page {
color: #EA622B;
}
a.gsc-trailing-more-results:link {
color: #EA622B;
}
.gs-webResult.gs-result .gs-snippet {
color: #454547;
}
.gs-webResult.gs-result .gs-visibleUrl {
color: #008000;
}
.gs-webResult.gs-result .gs-visibleUrl-short {
color: #008000;
}
.gsc-cursor-box {
border-color: #FFFFFF;
}
.gsc-results .gsc-cursor-page {
border-color: #E9E9E9;
background-color: #FFFFFF;
}
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
border-color: #EA622B;
background-color: #FFFFFF;
}
.gs-promotion.gs-result {
border-color: #336699;
background-color: #FFFFFF;
}
.gs-promotion.gs-result a.gs-title:link {
color: #0000CC;
}
.gs-promotion.gs-result a.gs-title:visited {
color: #0000CC;
}
.gs-promotion.gs-result a.gs-title:hover {
color: #0000CC;
}
.gs-promotion.gs-result a.gs-title:active {
color: #0000CC;
}
.gs-promotion.gs-result .gs-snippet {
color: #000000;
}
.gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl-short {
color: #008000;
}