/* Page **********************************************/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*min-width: 1025px;*/
	text-align:justify;
}

img {
	border: 0px;
}

td {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

html, body {
	padding: 0px;
	margin: 0px;
}

fieldset {
	border: 0px;
	padding: 0;
	margin: 0;
}

.bold {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}

#container {
	position: absolute;
	width: 100%;
	/*background-color: #000000;
	height: 100%;*/
}

.clearer {
	clear: both;
	height: 0px !important;
	background-color: transparent !important;
	line-height: 0px;
	font-size: 0px;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Menu déroulant ********************************************/

#menu {
	position: absolute;
	z-index:100;
	/*width: 100%;  correction pour Opera */
	top: 95px;
	left: 30px;
	line-height: 20px;
}
	
	/*#menu dl {
		float: left;
		width: 80px;
		height: 20px;
		overflow: visible;
	}
	
	#menu dt {
		cursor: pointer;
		text-align: center;
		color: #FFFFFF;
		font-size: 14px;
		vertical-align: middle;
		height: 20px;
		border: 0px;
		border-style: solid;
		border-color: #FFFFFF;
	}
	
	#menu dd {
		display: none;
		float: left;
		width: 140px;
		position: absolute;
		top: 20px;
	}
	
	#menu #smenu1 {
		
		left: 0px;
	}
	
	#menu #smenu2 {
		left: 80px;
	}
	
	#menu #smenu3 {
		left: 160px;
	}
	
	#menu #smenu4 {
		left: 240px;
	}
	
	#menu ul {
		margin: 0px;
		padding: 0px;
		margin-top: 4px;
	}
	
	#menu li {
		text-align: center;
		background: #777777;
		border-top: 1px #ffffff solid;
		display: block;
		margin: 0;
		padding: 0px;
		vertical-align: middle;
	}
	*/
		#menu ul li ul.smenu1 li {
			background-color: #5D412C;
		}
		
		#menu ul li ul.smenu2 li {
			background-color: #8B5D3B;
		}
		
		#menu ul li ul.smenu3 li {
			background-color: #8D242B;
		}
		
		#menu ul li ul.smenu4 li {
			background-color: #C31A21;
		}
	
		/*#menu li a, #menu dt a {
			color: #FFFFFF;
			text-decoration: none;
			display: block;
			height: 20px;
			border: 0 none;
			padding: 0px;
			margin: 0px;
		}*/
		
		#menu li a:hover, #menu li a:focus {
			background: #F5D068;
		}
	
		#menu li a, 
		#menu li a:link, 
		#menu li a:visited, 
		#menu li a:active,
		#menu li a:hover {
			font-size: 14px;
			color: #FFFFFF;
			text-decoration: none;
		}
	
	#menu #menuentreprise {
		background-color: #5D412C;
		/*border-left-width: 1px;
		border-right-width: 1px;*/
	}
	
	#menu #menuproduits {
		background-color: #8B5D3B;
		/*border-right-width: 1px;*/
	}
	
	#menu #menuservices {
		background-color: #8D242B;
		/*border-right-width: 1px;*/
	}
	
	#menu #menusolutions {
		background-color: #C31A21;
		/*border-right-width: 1px;*/
	}
	
	#menu #menuclients {
		background-color: #E63D06;
		/*border-right-width: 1px;*/
	}
	
	#menu #menuacheter {
		background-color: #E95902;
		/*border-right-width: 1px;*/
	}
	
	#menu #menudownload {
		background-color: #EDA400;
		/*border-right-width: 1px;*/
	}

	#menu ul.borderight
	{
		border-right:1px solid #FFFFFF;
	}
	
/* Header ************************************************/

#header {
	margin-top: 20px;
}

	#header #title {
		float: left;
		width: 240px;
		height: 75px;
		margin-left: 10px;
	}
	
		#header #title h1 {
			padding: 0px;
			margin: 0px;
		}
		
			#header #title h1 span {
				display: none;
			}
	
	#header #newsletter {
		padding-right: 5px;	
		float: right;
		text-align: right;
	}
	
		#header #newsletter span {
			color: #000000;
			font-size: 12px;
		}
		
		#header #newsletter form {
			padding: 0;
			margin: 0;
		}
		
		#header #newsletter #inputtext {
			border-width: 0px;
			background-color: #eeeeee;
			font-size: 9px;
			width: 100px;
			height: 10px;
		}
		
		#header #newsletter #inputsubmit {
			background-color: #ffffff;
			border-width: 0px;
			width: 20px;
			font-size: 12px;
		}
	
	#header #barremenu {
		clear: both;
		height: 20px;
		background-color: #F5D068 ;
	}
	
		#header #barremenu #menuleft {
			float: left;
		}
		
		#header #barremenu #menuright {
			float: right;
			color: #ffffff;
			padding-right: 10px;
			padding-top: 3px;
		}
		
			#header #barremenu #menuright a, 
			#header #barremenu #menuright a:link, 
			#header #barremenu #menuright a:visited, 
			#header #barremenu #menuright a:active {
				font-size: 12px;
				color: #ffffff;
				text-decoration: none;
			}
			
			#header #barremenu #menuright a:hover {
				text-decoration: underline;
			}
	
	#header #headerline {
		clear: both;
		height: 3px;
		background-color: #F1C132;
		border-width: 0px;
		border-top-width: 1px;
		border-color: #ffffff;
		border-style: solid;
		line-height: 0px;
		font-size: 0px;
	}

/* Footer *********************************************/

#footer {
	/*position: absolute;
	bottom: -43px;*/
	width: 100%;
	height: 43px;
	background-color: #FDF7E1;
	line-height: 40px;
	clear: both;
}

	#footer #footermenu {
		height: 40px;
		vertical-align: top;
		text-align: center;
		color: #333333;
	}
	
		#footer #footermenu a, 
		#footer #footermenu a:visited, 
		#footer #footermenu a:active, 
		#footer #footermenu a:link {
			font-size: 11px;
			color: #333333;
			text-decoration: none;
		} 
		
		#footer #footermenu a:hover {
			text-decoration: underline;
		}
	
	#footer #footerline {
		height: 3px;
		background-color: #F5D068;
		line-height: 0px;
		font-size: 0px;
	}

/* Content ********************************************/

#content {
	padding: 30px;
}

	#content .bande {
		clear: both;
	}
	
	#content .bande2 {
		clear: both;
		padding-top: 15px;
	}
	
	#content h3 {
		padding-left: 24px;
		margin-bottom: 1px;
		font-size: 14px;
		font-weight: normal;
		color: #000000;
		background-color: #F5D068 ;
		height: 19px;
		line-height: 19px;
		vertical-align: middle;
		background-image: url('/images/pictotitle1.gif');
		background-repeat: no-repeat;
		background-position:  left 50%;
		text-align: left !important; margin-left:0px; margin-right:0px; margin-top:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
	}
	
	#content h4 {
		padding: 0px;
		margin: 0px;
		font-size: 15px;
		font-weight: normal;
		color: #000000;
	}
		
	#content h5 {
		padding: 0px;
		margin: 0px;
		font-size: 11px;
		color: #777777;
		font-style: italic;
		font-weight: normal;
	}
	
		#content h3 span,
		#content h4 span,
		#content h5 span {
			padding: 0 !important;
			margin: 0 !important;
			display: inline !important;
		}

		#content a {}
		#content a:link {}
		#content a:hover {}
		#content a:visited {}
		#content a:active {}
		
/* Home ***********************************************************/

#homeextensible {
	padding-right: 348px;
}

#homeextensible2 {
	padding-right: 348px;
}

#homecol1 {
	width: 33%;
	float: left;
}

#homecol2 {
	position: relative;
	width: 67%;
	float: left;
	left: 15px;
}

#homerow1 {
	padding-right: 15px;
}

#homemediaperso {
	/*min-width: 200px;*/
}
.milieuhauthome {
	min-height:150px;
	margin-left:22%;
	margin-right:350px;
}
#hometelevision {
	/*position: relative;*/
	float: left;
	/*min-width: 150px;*/
	width: 50%;
}
#homeradio {
	position: relative;
	float: left;
	/*min-width: 150px;*/
	width: 49%;
	left: 15px;
}
#homelogiciels {
	float: right;
	width: 320px;
	text-align:left;
}

.homephoto { 
	/*min-width: 150px;*/
	height: 150px;
	background-repeat: no-repeat;
	overflow: hidden;
}

	#hometelevision .homephoto {
		background-image: url('/images/television1.jpg');
	}
	
	#homeradio .homephoto {
		background-image: url('/images/radio1.jpg');
	}
	
	#homemediaperso .homephoto {
		background-image: url('/images/mediaperso1.jpg');
	}

.homedescription {
	/*margin-top: 1px;*/
	padding-top: 5px;
	font-size: 11px;
	background-color: #FDF7E1;
	height: 75px;
	text-align:left;
	line-height: 10px;
}
.homedescription a, .homedescription li a:link, .homedescription li a:visited, .homedescription li a:active  {
	color: #000000;
	text-decoration: none;
}
.homedescription li a:hover {
	color: #D70000;
	text-decoration: underline;
}
	.homedescription ul {
		position: relative;
		margin: 0px;
		padding: 0px;
		padding-left: 20px;
		height: 40px;
		list-style-type: square;
	}
		
		.homedescription ul li {
			margin: 0px;
			padding: 0px;
		}
	
	.homedescription img {
		position: relative;
		float: right;
		padding-right: 5px;
	}
	
	#homelogiciels .homedescription {
		margin: 0px;
		padding: 0px;
		height: 229px;
		line-height: 10px;
	}
		
		#homelogiciels .homedescription img {
			padding: 0px;
			position: static;
		}
		
		#homelogiciels .homedescription span {
			padding: 5px;
			display: block;
		}

#homepartners {
	min-width: 200px;
	text-align: center;
	padding-top: 15px;
}

#homenews {
	/*min-width: 400px;*/
	padding-top: 15px;
}
		
		#homenews table .date {
			width: 70px;
		}
			
			#homenews table td hr {
				border-color: #eeeeee;
				border-style: solid;
				/*width: 345px;*/
			}

#homeabout {
	/*padding-left: 15px;*/
	padding-top: 15px;
	float: right;
	width: 320px;
}
	
	#homeabout span {
		display: block;
		padding: 3px;
	}

/* Produits **********************************************************/

/* boutons */
#prodbande {
	border-color: #c9c9c9;
	border-width: 0px;
	border-style: solid;
	border-bottom-width: 3px;
	/*margin-right: 15px;*/
	background-color: #FDF7E1;
	min-height: 172px;
}
#btns {
	padding: 0px;
	margin: 0px;
	float: left;
	width:130px;
	background-color: #FDF7E1;
}

.bigbtn {
	width: 130px;
	height: 130px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.smallbtn {
	width: 130px;
	height: 45px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}

#mediaradiotv {
	float:left;
	width:100%;
	/*width:auto;
	padding-left: 131px;
	background-color: #FDF7E1;
	min-height: 172px;*/
}
.display {
	display:block;
}
.closedDiv {
	display:none;
}	
/*#insideproduits {
	padding-right: 0px;
	background-color: #FDF7E1;
	min-height: 202px;
}*/

	/*#insideproduits div {
		position: relative;
		
		float: left;
		width: 33%;
		
	}
	*/
		/*#insideproduits div div {
			
			
			padding-left: 50px;
			width: auto !important;
			height: auto !important;
			background-repeat: no-repeat;
		}
*/
.prod1 {
	float:left;
	width: 25%;
	padding: 15px 10px 2px 10px;
	background-color: #FDF7E1;
	min-height: 172px;
	border-right:1px solid white;
	/*left: 1px;*/
}
.prod2 {
	float:left;
	width: 40%;
	padding: 15px 10px 2px 10px;
	background-color: #FDF7E1;
	min-height: 172px;
	border-right:1px solid white;
	/*left: 1px;*/
}
.prod3 {
	float:left;
	width: 25%;
	padding: 15px 0 2px 10px;
	background-color: #FDF7E1;
	min-height: 172px;
	/*left: 1px;*/
}
.prod4 {
	float:left;
	width: 40%;
	padding: 15px 0 2px 10px;
	background-color: #FDF7E1;
	min-height: 172px;
	/*left: 1px;*/
}
.prod5 {
	float:left;
	width: 18%;
	padding: 15px 10px 2px 10px;
	background-color: #FDF7E1;
	min-height: 172px;
	border-right:1px solid white;
	/*left: 1px;*/
}
.prod6 {
	float:left;
	width: 18%;
	padding: 15px 0 2px 10px;
	background-color: #FDF7E1;
	min-height: 172px;
	/*left: 1px;*/
}
#radio, #tv, #media {
	padding:0;
	margin:0;
	/*padding-right: 15px;*/
}
.txtimgleft {
	display:block;
	padding-left:50px;
}
/*#prod3 {
	left: 2px;
	width: 33% !important;
}*/
#prodbande2 {
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
}

#proddinesat {
	background-image: url('/images/hardatadinesat.gif');
}

#prodhdxradio {
	background-image: url('/images/hardatahdxradio.gif');
}

#prodhdxplay {
	background-image: url('/images/hardatahdxplay.gif');
}

#prodhdxvideo {
	background-image: url('/images/hardatahdxvideo.gif');
}

#prodtechnologie {
	float: left;
	width: 75%;
}

#prodtechcols {
	background-image: url('/images/logoscala.jpg');
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 45px;
}

	#prodtechcols #hdxserver,
	#prodtechcols #snctech,
	#prodtechcols #tvpersos {
		float: left;
		width: 33%;
	}
	
	#prodtechcols #snctech {
		position: relative;
		left: 20px;
	}
	
	#prodtechcols #tvpersos {
		position: relative;
		left: 40px;
	}
	
#hardware {
	position: relative;
	left: 15px;
	width: 25%;
	float: right;
}
	#hardware span, #insideproduits div span {
		display: block;
		margin: 5px;
		margin-top: 20px;
	}
/* ************* GENERAL ***************** */
.textImgdroite {
	height:95px;
	padding-top:15px;
}
.textImgdroite img {
	float:right;
	margin-left:10px;
}
.imgToRight {
	float:right;
}
.imgToLeft {
	clear:both;
	float:left;
	padding-bottom:30px;
	padding-right:15px;
}
.imgLeft {
	float:left;
}
.toLeft {
	float:left;
}
.imgIntoText {
	margin:7px;
	padding:7px;
}
.info {
	font-size:11px; 
}
a, a:link, a:visited, a:active, a:hover { color:#D70000; text-decoration:none; }

.evidence {
	display:block;
	color:#D70000;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}
.sous-titre {
	display:block;
	color:#FF9F00;
	font-weight:bold;
	font-size:12px;
	padding-top:7px;
	padding-bottom:5px;
}
.divgris {
	width:205px;
	height:100%;
	background-color:#FDF7E1;
	float:left;
}
.divgris a {
	color:#D70000;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:15px;
	margin:15px;
}	
.bt {
	float:right;
	padding:5px;
	margin:5px;
}
/*.bt:a, a:link, a:visited, a:active, a:hover {
	color: #924A55;
}*/
.strong {
	font-weight:bold;
}
.liennoir a, .liennoir li a:link, .liennoir li a:visited, .liennoir li a:active  {
	color: #000000;
	text-decoration: none;
}
.liennoir li a:hover {
	color: #D70000;
	text-decoration: underline;
}
.discret {
	font-size:10px;
	color:#e0a060;
}
.imgAncre {
	margin-top:5px;
}
.clearl {
	clear: left;
}
/* ************* divers ***************** */
.liste ul {
	list-style-type:none;
}
.liste ul li {
	padding:5px;
}
.liste ul li.strong {
	font-weight:bold;
	margin-top:25px;
}
.liste ul li ul {
	padding:0;
	margin:0;
}
.liste ul li ul li {
	padding:0;
	margin:5px 5px 5px 15px;
	font-weight:normal;
}
.textproduit {
	width:525px;
}
/* ************* page 1° 3 colonnes avec milieu extensible ***************** */

.divhaut { 
	min-height:150px;
	width:100%;
}
.divbas {	
	clear:both;
	min-height:150px;
	width:100%;
}
.gauche {
	min-height:150px;
	width:280px;
	float:left;
}
.droit {
	min-height:150px;
	width:280px;
	float:right;
}
.milieu {
	min-height:150px;
	margin-left:295px;
	margin-right:295px;
}
.gauchehauthome {
	min-height:150px;
	width:20%;
	float:left;
	margin-right:15px;
}
.gauchehome {
	min-height:150px;
	width:200px;
	float:left;
}
.droithauthome {
	height:245px;
	width:320px;
	float:right;
	margin:0;
	padding:0;
	background-color:#FDF7E1;
}
.droithome {
	min-height:150px;
	width:320px;
	float:right;
	margin:0;
	padding:0;
}
.droithauthome img { padding:0; margin:0; }
.milieuhome {
	min-height:150px;
	margin-left:215px;
	margin-right:335px;
}
.milieulong {
	min-height:150px;
	margin-left:295px;
	margin-right:215px;
}
.droitcourt {
	min-height:150px;
	width:200px;
	float:right;
}

/* ************* page 2° 3 colonnes  et 1 colonne avec toute la page extensible ***************** */
.divlong {	
	clear:both;
	min-height:200px;
	width:100%;
	padding-bottom:15px;
}
.gaucheext {
	min-height:150px;
	width:30%;
	float:left;
}
.divspace {
	width:5%;
	float:left;
	min-height: 220px;
	/*height:100%;*/
	/*background-color:#FFFFFF;*/
}
.milieuext {
	min-height:150px;
	width:30%;
	float:left;
}
.droitext {
	min-height:150px;
	width:30%;
	float:left;
}
.imgdroite { 
	float:right;
	width:30%;
	height: 150px;
	background-image: url('/images/mytv_front.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:10px;
}
.text2col {
	min-width:560px;
}

/* ************* page 4° 2 colonnes avec celle de droite extensible ***************** */
.div30 {
	width:205px;
	float:left;
}
.div30produits {
	width:205px;
	float:left;
	background-color:#FDF7E1;
}
.div60ext {
	margin-left:295px;
}
.div60extproduits {
	margin-left:220px;
}
.produit {
	width:100%;
	min-height:150px;
}
.produit3 {
	width:30%;
	min-height:150px;
}
.produit2left {
	float:left;
	width:45%;
	min-height:150px;
}
.produit3left {
	float:left;
	width:30%;
	min-height:150px;
}
.produit3right {
	float:right;
	width:30%;
	min-height:150px;
}
.sousproduit {
	border-top:1px solid #FFF;
	padding-top:3px;
}

/* ************* formulaire de contact ***************** */


form p {margin:5px 1px 1px 1px;padding:1px;}

.fieldset {
	padding:10px;
	margin:10px;
	border: 1px solid #FF9F00;
}
legend {
	font-weight:bold;
	color:#FF9F00;
}	
.formfield {
	border: #999999 1px solid;
	font-size: 1.1em;
	width:90%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
.textarea {
	border: #999999 1px solid;
	font-size: 1.1em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	width:90%;
	height:100px;
}
.formbutton {
	border: #BDBCA5 0px solid;
	font-size: 1.1em;
	color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #7e7e7e;
}
select {
	font-size : 1.1em;
	font-family : arial, Helvetica, sans-serif;
	font-weight : normal;
	background-color : #ffffff;
}