/**********************************
GENERIQUE
***********************************/

* {
	margin : 0;
	padding : 0;
}

body {
	font-size : 12px;
	font-family : Arial;
	color : #000;
	line-height : 17px;
	text-align : center;
}

a img {
	border : 0
}

a {
	text-decoration:none;
	color:#00BAF1;
	cursor: pointer;
}

.clear {
	clear : both;
}

/**********************************
SQUELETTE
***********************************/

ul.spip li{
	margin-left: 30px;
}

#global {
	width : 100%;
}

#global.lettre {
	width : 600px;
}

#global #header, #global #page {
	width : 980px;
	margin : 0 auto;
	text-align : left;
}

#global.lettre #page {
	width : 600px;
}

#global #webtv, #global #secondaire, #global #footer, #global #nos_autres_sites {
	width : 100%;
}

#global #webtv {
	background : url(../images/bg_webtv.png) repeat-x;
	height : 368px;
	margin : 25px 0 10px 0;
}

#global #page #webtv {
	float : left;
	background : #eef3f4;
	height : 368px;
	margin : 25px 0 10px 0;
}

#global #webtv #module_flash {
	margin : 25px 0 10px 60px;
}

#global #page #webtv #module_flash {
	margin : 25px
}

#global #footer {
	background : #b8c6c8 url(../images/bg_footer.png) repeat-x;
	height : 220px;
}

/*#global #nos_autres_sites {
	background: none repeat scroll 0 0 #b8c6c8;
    height: 25px;
    padding-top: 10px;
    text-align: center;
	color:#7AA1A6;
}*/
#global #nos_autres_sites {
	border-bottom: 1px solid #7AA1A6;
	color: #7AA1A6;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: center;
}
#global #nos_autres_sites span{
	margin-right:5px;
}
#global #nos_autres_sites  a{
	color:#7AA1A6;
}
#global #nos_autres_sites  a:hover{
	color:#00BAF1;
}

/**********************************
HEADER
***********************************/

#header #logo {
	float : left;
	width : 146px;
	height : 105px;
	margin : 23px 0 0 0
}

#header #complement {
	float : left;
	width : 824px;
	margin : 15px 0 0 0
}

#header #complement #salle_presse, #header #complement #recherche, #header #complement #newsletter {
	float : right;
	margin : 0 0 0 20px
}

#header #complement #recherche, #header #complement #newsletter {
	margin : 1px 0 0 20px
}

#header #complement #salle_presse img, #header #complement #salle_presse span {
	float : left;
}

#header #complement #salle_presse span {
	margin : 5px 0 0 5px;
}

#header #complement #salle_presse a {
	color : #024986;
	text-decoration : none;
}

#header #complement #salle_presse a:hover {
	color : #759ca1;
}

#header #complement #recherche .inputForm, #header #complement #newsletter .inputForm {
	float : left;
	background : url(../images/bg_champ.png);
	padding : 5px 10px;
	width : 126px;
	height : 13px;
	border : 0;
	font-size : 12px;
	color : #00baf1
}

#header #complement #recherche #btn_recherche, #header #complement #newsletter #btn_newsletter{
	float : left;
	background : url(../images/fleche_1.png);
	width : 11px;
	height : 12px;
	border : 0;
	margin : 5px 0 0 6px
}

#header #baseline {
	float : left;
	width : 429px;
	height : 27px;
	margin : 15px 0 0 180px
}

#header #social {
	float : right;
	width : 81px;
	height : 32px;
	margin : 15px 0 0 0
}

#header #social a {
	margin : 0 0 0 4px
}

#header #menu {
	float : left;
	width : 809px;
	height : 43px;
	margin : 2px 0 0 20px
}

#header #menu ul {
	float : left;
	width : 794px;
	/*height : 43px;*/
	background : url(../images/bg_menu.png) repeat-x;
}

#header #menu #menu_gauche, #header #menu #menu_droite {
	float : left;
}

#header #menu ul li {
	float : left;
	list-style : none;
	font-size : 12px;
	font-family : 'HelveticaNeueLTStd67MdCn';
	padding : 5px 0 0 0 
}

#header #menu ul li.current {
	background : url(../images/bg_menu_current.png) repeat-x;
}

#header #menu ul li a {
	float : left;
	color : #FFF;
	text-decoration : none;
	margin : 0 9px;
	padding : 8px 0;
}

#header #menu ul li a:hover {
	color : #004154
}

#header #menu ul li.current a {
	color : #00baf1;
	text-shadow : 1px 1px 6px #000
}

#header #menu ul li .liste {
	/*position : absolute;
	display : none;
	z-index : 30;
	width : 221px;
	margin : -5px 0 0 -8px;*/
	background-image: url("../images/sous_menu_bas.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	display: none;
	margin: -5px 0 0 -8px;
	padding-bottom: 12px;
	position: absolute;
	width: 221px;
	z-index: 30;
}

#header #menu ul li #ss243{
	margin-top: 33px;
}

/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header #menu ul li .liste{
		margin-top: 38px;
	}
}

#header #menu ul li ul {
	float : left;
	width : 221px;
	padding : 10px 0;
	background : url(../images/bg_sous_menu.png) repeat-y;
	height:inherit;
}

#header #menu ul li .liste .bas {
	float : left;
	display:none;
}

#header #menu ul li ul li {
	border-bottom : solid 1px #c5f1fe;
	float : left;
	clear : left;
	width : 180px;
	margin : 0 0 0 20px;
	background : none;
	text-shadow : none;
}

#header #menu ul li ul li.current {
	background : none;
}

#header #menu ul li ul li a, #header #menu ul li.current ul li a {
	color : #00baf1;
	padding : 0;
	text-shadow : none;
}

#header #menu ul li ul li.current a {
	color : #005399;
	text-shadow : none;
}

#header #menu ul li ul li a:hover {
	color : #005399;
}

/**********************************
FOOTER
***********************************/

#footer #interieur_footer {
	margin : 0 auto;
	text-align : left;
	width : 1000px
}

#footer #interieur_footer .colonne {
	float : left;
	width : 230px;
	margin : 40px 10px 0 10px
}

#footer #interieur_footer .colonne .titre {
	font-size : 16px;
	color : #7aa1a6;
	margin : 0 0 18px 0;
	font-family : 'HelveticaNeueLTStd77BdCn'
}

#footer #interieur_footer .colonne ul li {
	list-style : none;
	color : #7aa1a6;
}

#footer #interieur_footer .colonne ul li a {
	text-decoration : none;
	color : #FFF
}

#footer #interieur_footer .colonne ul li a:hover {
	color : #00baf1
}

#footer #interieur_footer .colonne ul li a#email {
	color : #00baf1
}

#footer #interieur_footer .colonne ul li a#email:hover {
	color : #FFF
}