/* 
    Document   : theme-2
    Created on : 17 juil. 2012
    Author     : Romy Duhem-Verdiere
    Description: Theme par defaut du portail CEA
*/

/* application de styles communs à tous les thèmes */
@import url('../../theme_global.css');

 
/* Importer les styles du thème DSV */
@import url('police.css');
@import url('base.css');
@import url('webpart.css');
@import url('page.css');
@import url('bloc.css');
@import url('accueil.css');

#navprimary #nav li.nv-item a{
	font-family: "DIN Next W01 Regular", 'Arial' !important;
}

#header-wrapper {
  background-image: url("../img/header.jpg");
}

/* Insérer le drapeau anglais */
#navquick .menu-horizontal .nv-item.last a:before {
  content: url("../img/flag-gb.png");
  padding : 0 2px;
}

#navquick .menu-horizontal .nv-item.last {
    border-left: medium none;
    margin: -2px -10px 0 2px;
}

#navquick .menu li.nv-item.last a, #navquick .menu li.nv-item.last a:hover{
	color: #fff;
}

/* formulaire de contact */


#div_577b238e-1d56-4bb8-8839-e36d15d9fc4c .webpart-form .control-label{
	width: 200px !important;
	margin-right: 10px !important;
}

#div_577b238e-1d56-4bb8-8839-e36d15d9fc4c .webpart-form textarea{
	width: 460px !important;
}

#div_577b238e-1d56-4bb8-8839-e36d15d9fc4c .webpart-form .controls{
	margin-left: 210px;
}

#div_577b238e-1d56-4bb8-8839-e36d15d9fc4c .webpart-form .reponse{
	display: none;
}

#div_577b238e-1d56-4bb8-8839-e36d15d9fc4c .webpart-form .success{
	display: block !important;
	color: #353535;
	border:none;
}

#div_577b238e-1d56-4bb8-8839-e36d15d9fc4c .webpart-form .warning{
	color: : #353535;
	border:none;
}

.ss-top-of-page{
	display: none !important;
}