/*general layout*/
#divposition {
	position:relative;
	top:5px;
	width:840px;
	height:567px;
	text-align:left;
	margin:auto;
	background-color:#FFFFFF;
	overflow:visible;
}
#logo {
	position:absolute;
	top:8px;
	left:0px;
	width: 247px;
	border-style:none;
}
#partner {
	position:absolute;
	top:190px;
	left:610px;
	width: 230px;
	border-style:none;
	text-align:center;
}
#menu {
	position:absolute;
	top:59px;
	left:0px;
	width:602px;
	border-style:none;
	vertical-align:top;
	background-image:url(../images/bg_navigation.gif);
	font-size:13px;
	font-weight:bold;
	padding-top:16px;
	height: 64px;
}
.navigation {
	border-style:none;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding-top:6px;

}
a.navigation {
	border-style:none;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
a.navigation:hover{
	border-style:none;
	font-size:13px;
	font-weight:bold;
	color:#e71e00;
	text-decoration:none;
}
#nav_item1 a {
	position:absolute;
	top:10px;
	left:0px;
	width:145px;
	height:64px;
	list-style-type:none;
}
#nav_item1 a:hover {background-image:url(../images/bg_navigation_hover.gif); background-position:0 -4px}
#nav_item2 a {
	position:absolute;
	top:10px;
	left:145px;
	width:146px;
	height:64px;
	list-style-type:none;
}
#nav_item2 a:hover {background-image:url(../images/bg_navigation_hover.gif); background-position:-145px -4px}
#nav_item3 a {
	position:absolute;
	top:10px;
	left:291px;
	width:145px;
	height:64px;
	list-style-type:none;
}
#nav_item3 a:hover {background-image:url(../images/bg_navigation_hover.gif); background-position:-291px -4px}
#nav_item4 a {
	position:absolute;
	top:10px;
	left:436px;
	width:145px;
	height:64px;
	list-style-type:none;
}
#nav_item4 a:hover {background-image:url(../images/bg_navigation_hover.gif); background-position:-435px -4px}
#nav_item5 a {
	position:absolute;
	top:10px;
	left:581px;
	width:22px;
	height:64px;
	list-style-type:none;
}
#nav_item5 a:hover {background-image:url(../images/bg_navigation_hover.gif); background-position:-581px -10px}
#maincontent {
	position:absolute;
	top:140px;
	left:0px;
	width:590px;
	height:370px;
	text-align:left;
	padding:4px;
	padding-left:7px;
	vertical-align:top;
	background-color:#FFFFFF;
	/*border:1px solid #CCC;*/
}
#etoile {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/bg_entete.gif);
	background-position: 0px -14px;
	background-repeat:no-repeat;
	width:840px;
	height:210px;
	}
#ressources1 {
	position:absolute;
	top:258px;
	left:605px;
	width:230px;
	height:102px;
	text-align:left;
	background-image:url(../images/actu.gif);
	background-repeat:repeat;
	border-top:1px solid #E71E00;
	border-bottom:0px solid #E71E00;
	border-left:5px solid #E71E00;
	overflow:hidden;
}
#ressources2 {
	position:absolute;
	top:361px;
	left:605px;
	width:230px;
	height:102px;
	text-align:left;
	background-image:url(../images/actu.gif);
	background-repeat:repeat;
	border-top:1px solid #E71E00;
	border-bottom:0px solid #E71E00;
	border-left:5px solid #E71E00;
	overflow:hidden;	
}
#ressources3 {
	position:absolute;
	top:464px;
	left:605px;
	width:230px;
	height:102px;
	text-align:left;
	background-image:url(../images/actu.gif);
	background-repeat:repeat;
	border-top:1px solid #E71E00;
	border-bottom:0px solid #E71E00;
	border-left:5px solid #E71E00;
	overflow:hidden;	
}
#ressources ul {
	padding-bottom: 0px;
}
#ressources li {
	list-style-type: none;
	text-indent: -20px;
	padding-bottom: 10px!important;
	padding-bottom: 8px;
}
#driver {
   position :relative;
   top:-9px;
   width:160px;
   border:1px solid #CCCCCC;
}
/*general html tags*/
body, input, select, textarea, table, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: normal;
	text-align:left;
}
body {
	text-align:center;
	background-image:url(../images/bg_fond.gif);
	background-repeat:repeat;
}
select {
	color: #000000;
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align:left;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align:left;
	color: rgb(92,108,146);
}
h1 { color: rgb(116,101,101); font-size: 14px; line-height:30px!important ; line-height:12px; }
h2 { color: #FFF; font-size:12px; background-color:#E71E00;}
h3 { color: rgb(200,0,0); padding:0px; margin-top:12px;}
h4 { color: rgb(92,108,146); }
ul { margin-bottom:0px;}
li { margin-bottom:0px; list-style-type:disc}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #669900;
	font-weight:bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E71E00;
}
/*Rss classes*/
p.newsAlt {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	line-height:11px;
	padding-left:8px;
	background-image:url(../../images/common/bull_orange.gif);
	background-repeat:no-repeat;
}
p.news {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	line-height:11px;
	padding-left:8px;
	background-image:url(../../images/common/bull_orange.gif);
	background-repeat:no-repeat;
}
/*Emtec classes*/
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: normal;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: normal;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: normal;
}
a.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: normal;
}
a.news:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #E71E00;
	line-height: normal;
}
.commentaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #003399;
	line-height: normal;
}
.highlight {
	color: #E71E00;
}

.highlight2 {
	color: #E71E00;
	text-align:middle;
}

.right {
	text-align: right;
	float: right;
}
.homeItemContainer {
	padding-right:10px;	
	padding-left:3px;
	padding-top:0px;
	padding-bottom:0px;
	height:130px;
	vertical-align:top;
}
.homeItem{
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000;
	height:130px;
	vertical-align:top;
	/*background-color:#F4F4F4;*/
}
.stamp {
	width: 130px;
	text-align: center;	
}
.driver {
	background-color:#E71E00;
	text-align:left; 
	font-size: 14px;
	color:#FFFFFF; 
	width:150px!important; 
	width:153px; 
	font-weight:bold;
	padding:5.8px;
}
.contentTitre {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #E71E00;
    line-height: normal;
}
a.contentTitre {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #E71E00;
    line-height: normal;
}
a.contentTitre:hover {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #F47920;
    line-height: normal;
}
.Titre1 {
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	color: #E71E00;
	height:18px;
	/*background-color:#E71E00;*/
	border-right:10px solid #FFF;
}
.Titre2 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align:left;
	padding-left:1px;
	padding-top:2px;
	padding-bottom:3px;
	color: rgb(92,108,146);
}
.Titre3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align:left;
	color: rgb(226,183,67);
}
.Titre4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align:left;
	color: #669900;
}
.smallcar {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
.smallcar_b {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: rgb(92,108,146);
}
.lines {
	border-bottom:1px solid #D3DBE6;
	border-top:1px solid #D3DBE6;
}
.frame {
	margin-left:15px; 
	padding:6px;
	background-color:#F8F8F8;
	border:1px solid #D3DBE6;
}
.frame_gr {
	width:180px;
	height:230px;
	margin-left:15px; 
	padding:6px;
	background-image:url(../../images/common/bgnews_gr-220px.jpg);
	background-repeat:no-repeat;
}
.frame_gr285px {
	width:180px;
	height:230px;
	margin-left:15px; 
	padding:6px;
	background-image:url(../../images/common/bgnews_gr-285px.jpg);
	background-repeat:no-repeat;
}
.frame_gr330px {
	width:180px;
	height:330px;
	margin-left:15px; 
	padding:6px;
	background-image:url(../../images/common/bgnews_gr-330px.jpg);
	background-repeat:no-repeat;
}
.cell_border{
	border-top:1px solid #E6E6E6;
}

/* **************************************************************************** */
/* styles temporaires pour tests
/* **************************************************************************** */


#country {
	position:absolute;
	top:110px;
	left:745px;
	width:185px;
	text-align:right;
	padding-right:15px;
	float:right;
	border-style:none;
}

#internat {
	position:absolute;
	top:103px;
	left:760px;
	width:185px;
	height:115px;
	text-align:right;
	padding-right:15px;
	float:right;
	border-style:none;

}


#intheworld {
	position:absolute;
	top:97px;
	left:756px;
	width:185px;
	text-align:right;
	padding-right:15px;
	float:right;
	border-style:none;
	z-index:10;

}

#mappeworld {
	position:absolute;
	top:186px;
	left:186px;
	width:760px;
	height:400px;
	text-align:right;
	padding-right:0px;
	float:right;
	border-style:none;

}


/* **************************************************************************** */
/* styles pour video
/* **************************************************************************** */


#movieclip {
	position:absolute;
	top:210px!important;
	top:210px;
	left:246px;
	left:181px!important;
	width:570px;
	height:400px;
	border-style:none;
	background-image:url(../../images/common/fondok.jpg);
}

#clip {
	position:absolute;
	top:25px;
	left:290px;
	width:260px;
	height:180px;
	border-style:none;
	
}

#DVBTTunerUSB{
	position:absolute;
	top:30px;
	left:35px;
	width:60px;
	height:48px;
	border-style:none;
	
}

#Headset{
	position:absolute;
	top:30px;
	left:115px;
	width:60px;
	height:48px;
	border-style:none;
	
}

#PortableDVBTRadioG1{
	position:absolute;
	top:30px;
	left:195px;
	width:60px;
	height:48px;
	border-style:none;
	
}

#PortableDVBTRadioG2{
	position:absolute;
	top:120px;
	left:35px;
	width:60px;
	height:48px;
	border-style:none;
	
}
#RemoteControlExtender{
	position:absolute;
	top:120px;
	left:115px;
	width:60px;
	height:48px;
	border-style:none;
	
}

#U3SmartDrive{
	position:absolute;
	top:120px;
	left:195px;
	width:60px;
	height:48px;
	border-style:none;
	
}

#VoiceoverIP_Phone{
	position:absolute;
	top:210px;
	left:35px;
	width:60px;
	height:48px;
	border-style:none;
	
}

#webcam{
	position:absolute;
	top:210px;
	left:115px;
	width:60px;
	height:48px;
	border-style:none;
	
}

#Wireless_MultimediaTransmission{
	position:absolute;
	top:210px;
	left:195px;
	width:60px;
	height:48px;
	border-style:none;
	
}

#WirelessExtender_IPod{
	position:absolute;
	top:293px;
	left:35px;
	width:60px;
	height:48px;
	border-style:none;
	
}

#WirelessExtender_MP3{
	position:absolute;
	top:293px;
	left:115px;
	width:60px;
	height:48px;
	border-style:none;
	
}

#WirelessExtender_MP3_Labtop{
	position:absolute;
	top:293px;
	left:195px;
	width:60px;
	height:48px;
	border-style:none;
	
}


/* **************************************************************************** */
/* styles pour publicité
/* **************************************************************************** */

#publicite {
	position:absolute;
	top:210px!important;
	top:210px;
	left:246px;
	left:181px!important;
	width:570px;
	height:400px;
	border-style:none;
	background-image:url(../../images/common/fondpub.jpg);
}

#clippub {
	position:absolute;
	top:24px;
	left:293px;
	width:260px;
	height:180px;
	border-style:none;
	
}


#pubvideo{
	position:absolute;
	top:30px;
	left:35px;
	width:300px;
	height:48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}


#bilboard{
	position:absolute;
	top:65px;
	left:45px;
	width:165px;
	height:48px;
	border-style:none;
	
}

#SpotPub{
	position:absolute;
	top:135px;
	left:45px;
	width:227px;
	height:48px;
	border-style:none;
	
}


#pubaudio{
	position:absolute;
	top:230px;
	left:35px;
	width:300px;
	height:48px;
	border-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333;
	
}


#SpotChefsdOeuvre2MP3{
	position:absolute;
	top:250px;
	left:45px;
	width:225px;
	height:30px;
	border-style:none;
	
}

#SpotUsb2MozartEmtecDef{
	position:absolute;
	top:290px;
	left:45px;
	width:225px;
	height:30px;
	border-style:none;
	
}


/* **************************************************************************** */
/* styles pour revue
/* **************************************************************************** */

#revue {
	position:absolute;
	top:253px!important;
	top:245px;
	left:246px;
	left:177px!important;
	width:570px;
	height:250px;
	border-style:none;
	background-image:url(../../images/common/fondrevue.jpg);
}

#cliprevue {
	position:absolute;
	top:24px;
	left:293px;
	width:260px;
	height:180px;
	border-style:none;
	
}

#titre_video {
	position:absolute;
	top:220px;
	left:174px;
	width:260px;
	height:180px;
	border-style:none;

}

#revuevideo{
	position:absolute;
	top:-35px!important;
	top:-30px;
	left:2px;
	width:300px;
	height:48px;
	border-style:none;
	
}

#txt_blue { 
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align:left;
	color: rgb(92,108,146); 
}

#revuemagazine{
	position:absolute;
	top:490px!important;
	top:495px;
	left:182px;
	width:160px;
	height:15px;
	border-style:none;
}

#direct8{
	position:absolute;
	top:35px;
	left:35px;
	width:190px;
	height:48px;
	border-style:none
}

#onatoutessaye{
	position:absolute;
	top:95px;
	left:35px;
	width:227px;
	height:48px;
	border-style:none;
}
