/*GLOBAL ________________________________________________________*/
body{
	background: black url('img/cannes/bg.png') repeat-x;
	color:#666666;
}

#body{
	background: url('img/cannes/body_bg.png') repeat-y;
}

#nav li a{
	color:#AA4889;
}

#nav li a:hover{
	border-bottom:4px #760ED3 solid;
	color:white;
}
#cross-sites div{
	background:black;
	border-bottom:4px #760ED3 solid;
}
#cross-sites div a:hover{
	border:none;
}
#lang, #lang a{
	color:#333333;
}

#lang a.lang-active{
	color:#999999;
}

/*HOME ________________________________________________________*/
.color-grip{
	color:#8F06A6;
}
/*CONTACT _____________________________________________________*/
#contact{
	background:url('img/cannes/contact_bg.png') repeat-x;
}

#details{
	background: url('img/cannes/contact_title.jpg') no-repeat;
}

#details span{
	color:#b64d93;
}
label span{
	color:#b64d93;
}
.required{
	color:#b64d93;
}

input, 
textarea{
	border:1px #5a585d solid;
	background:#1b011f url('img/cannes/contact_bgForm.png') repeat-x;
}

.btn .reset-form,
.btn .submit{
	color:#f6cbfa;
}

.btn .reset-form{
	background:#1b011f url('img/cannes/contact_btnFom.jpg') repeat-x;
}

.btn .submit{
	background:#1b011f url('img/cannes/contact_btnFom.jpg') -205px 0 repeat-x;
}

#form-error{
	background:#b64d93;
	color:white;
}
#form-sent{
	background:#8fb64d;
	color:white;
}

/*MENU ________________________________________________________*/

#menu_nav{
	color:#A6ADCB;
}

#menu_nav a{
	color:#9e9e9e;
}

#menu_nav a:hover{
	color:#760ed3;
	border-bottom:6px #760ed3 solid;
}

#starters,
#meats,
#deserts{
	color:#760ed3;
}

#starters tr:hover,
#meats tr:hover,
#deserts tr:hover{
	background:#19032d;
}


#pasta,
#fishes{
	color:#9e4380;
}

#pasta tr:hover,
#fishes tr:hover{
	background:#1e0123;
}










