/*  
Theme Name: Dautech
Theme URI: http://www.dautech.com/
Description: Wordpress Dautech Theme by Philippe Bernier
Version: 1.0
Author: Philippe Bernier
Author URI: http://www.dautech.com/
*/

/*=== Setup ===*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background:#E2E3E4 url(images/bg.png) repeat top;
	color: #497DC0;
	font: 14px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
a {
	color: #C11209;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	border: #969696 1px solid;
	font-size: 11px;
	padding: 2px;
}
select {
	padding: 0;
}
li {
	list-style: none;
}
h2 span, h3 span {
	display: none;
}

object{
	margin:0 0 5px 0;
}
/*=== Layout ===*/
#page, #page-bot {
	/*background: url(images/page-bgr.png) repeat-y;*/
	background:#0F1A42;
	margin: 0 auto;
	width: 950px;
}
#page {
	padding: 0 5px 20px 5px;
	width: 950px;
}
#page-bot {
	background: url(images/page-bot.png) no-repeat bottom;
	height: 7px;
}
#page-top {
	width: 950px;
	height: 30px;
	margin: auto;
	margin-top:-25px;
	position:relative;
	z-index:1000;
}
#bot-bgr {
	background: none;
	padding: 0 0 50px;
}
/*=== Subscribe to Feed ===*/
ul.subscribe {
	float: right;
	padding: 0;
	background:#E2E3E4;
}
* html ul.subscribe {
	padding-right: 0px;
}
.subscribe li {
	float: left;
	font-size: 9px;
	height:20px;
	margin: 0 5px 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.subscribe li.feed {
	background: url(images/ico/feed.png) no-repeat left;
	padding: 8px 0 0 20px;
}
.subscribe li.facebook {
	background: url(images/ico/facebook.png) no-repeat left;
	padding: 8px 0 0 20px;
}
.subscribe li.twitter {
	background: url(images/ico/twitter.png) no-repeat left;
	padding: 8px 0 0 20px;
}
.subscribe li.youtube {
	background: url(images/ico/youtube.png) no-repeat left;
	padding: 8px 0 0 20px;
}
.subscribe li a {
	color: #4D4D4D;
	position: relative;
}
/*=== Header ===*/
#header {
	height: 289px;
	background:url(images/header_bg.png) repeat-x center;
	position:relative;
}
#header-container {
	width:950px;
	margin:auto;
}
#header-container #logo {
	position:absolute;
	top:50px;
}
/*=== Photo header ===*/
#photo-header {
	width:958px;
	margin:auto;
}
/*=== Photo header ===*/
.breadcrumb {
	text-transform:uppercase;
	font-size:11px;
	color:#FFF;
	padding:10px 0 0 0;
}
.breadcrumb a {
	color:#676767;
}
/*=== Photo header ===*/
#post-top {
	width:950px;
	min-height:100px;
	padding:10px 0 0 0;
}
#post-top #post_title {
	width:423px;
	float:left;
}
#post-top #excerpt {
	margin:0 10px 0 100px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	width:400px;
	float:left;
}
#post-top #excerpt #excerpt_image {
	margin-left:-50px;
}
/*=== Menu-page ===*/
#menu-page {
	float:left;
	display:inline;
}
#menu-page ul {
	margin:4px 0 0 0;
	height:237px;
	border-right:solid 2px #000;
}
#menu-page ul li {
	background:#CCC;
	padding:7px 0 7px 15px;
	border-bottom:solid 2px #FFF;
	height:17px;
}
#menu-page ul li:hover {
	background:#666;
}
#menu-page ul li a {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
/*=== Menu ===*/
#menu {
	height: 22px;
	width:950px;
	background:#273E90;
	bottom:20px;
	position:absolute;
	border:solid #B3B3B3 1px;
}
#menu ul {
	width:950px;
}
#menu ul li {
	padding:3px 0 3px 60px;
	margin:auto;
	float:left;
	display:inline;
	width:123px;
}
#menu ul li a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menu ul .help {
	background:#F78E1E url(images/bg_help.png) no-repeat center;
	width:138px;
	padding:3px 0 3px 80px;
}
#menu ul .current {
	background:#F78E1E;
}
/*- Logo & Tagline-*/
#logotag {
	width:300px;
	height:50px;
	float:left;
	padding-top:5px;
}
#logotag h1 {
	font-size:34px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0px !important;
	padding:0px !important;
}
#logotag h1 a {
	color:#F99D1D;
}
.tag {
	float:left;
	margin:0px !important;
	padding:0px !important;
	font-size:16px;
	color:#ADADAD;
}
/*- Search -*/
.search {
	background: url(images/search-bgr.png) no-repeat bottom;
	float: right;
	height: 200px;
	margin: 20px 0 0;
	width: 275px;
}
.search input {
	background:#E3E3E3;
	border: 0;
	color: #000;
	float: left;
	font-size: 14px;
	margin: 4px 0 0 10px;
	padding: 2px;
	width: 210px;
}
.search .btn {
	margin: 4px 0 0 14px;
	padding: 0;
	width: auto;
}
.search #header-text {
	padding:50px 0 65px 0;
	font-size:9px;
	font-weight:bold;
	text-transform:lowercase;
	color:#FFF;
}
.search #header-text a {
	color:#FFF;
}
/*=== Title ===*/
#title {
	background: url(images/title-bgr.gif) repeat-x top;
	height: 220px;
}
.left-title {
	float:left;
	width:280px;
	height:149px;
	padding:20px 20px;
	color:#FFF;
}
.right-title {
	float:right;
	width:240px;
	height:149px;
	padding:20px 20px;
	color:#FFF;
}
.left-title h2, .right-title h2 {
	color:#F99D1D;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:20px;
	text-transform:uppercase;
}
.left-title p, .right-title p {
	text-align:justify;
	font-size:12px;
}
/*- Top Menu -*/
#title li {
	float: left;
	font-weight: bold;
	line-height: 30px;
	padding: 0 15px;
	text-transform: uppercase;
}
#title li a {
	color: #ffffff;
}
#title li a:hover {
	color:#F99D1D;
}
/*- Forum -*/
.forum {
	width: 924px;
}
/*- Teaser -*/
#teaser {
	width: 949px;
	background-color:#000;
}
#section {
	width: 405px;
	height:206px;
	background-color:#000;
	float:left;
}
#service {
	width: 280px;
	height:206px;
	background-color:#000;
	font-size:9px;
	color:#FFF;
	text-align:justify;
	float:left;
}
#service p {
	width:220px;
	margin:20px 30px;
}
#hot-product {
	width: 264px;
	height:206px;
	background-color:#000;
	float:left;
}
#hot-product .comments li {
	text-align:right;
	margin:0 10px 0 50px;
}
#hot-product .comments li a {
	color:#FFF;
}
#hot-product .comments li a:hover {
	color:#F99D1D;
}
#policy p {
	font-size:9px;
	margin-top:5px;
	margin-right:5px;
	float:center;
	color:#fff;
}
/*- Contact -*/
.col-contact {
	width: 949px;
}
#contact-form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	float:left;
	display:inline;
	width:400px;
}
#contact-header {
	color:#414042;
	background:#F1F2F2;
	margin:15px 0 15px 0;
	padding:25px;
	width:328px;
}
#contact-form form {
	width:400px;
}
#contact-form label {
	width:300px;
	height:50px;
}
#contact-form .bt-name {
	margin:0 0 0 50px;
}
#contact-form .bt-compagnie {
	margin:0 0 0 18px;
}
#contact-form .bt-type {
	margin:0 0 0 80px;
}
#contact-form .bt-email {
	margin:0 0 0 34px;
}
#contact-form .bt-reset {
	margin:0 0 0 236px;
}
#contact-form .txt {
	margin:-15px 0 0 80px;
	width:250px;
	height:150px
}
#contact-page {
	font-size:11px;
	text-transform:none;
}
#contact-page #col1 {
	float:left;
	display:inline;
	margin:40px 40px 0 0;
}
#contact-page #col2 {
	float:left;
	display:inline;
	margin:40px 40px 0 0;
}
#contact-page #col3 {
	float:left;
	display:inline;
	margin:40px 0 0 0;
}
#contact-page #col1 h1, #contact-page #col2 h1, #contact-page #col3 h1 {
	font-size:11px;
	text-transform:none;
	font-weight:bold;
	margin:0 0 15px 0;
}
#contact-page #col1 h2, #contact-page #col2 h2, #contact-page #col3 h2 {
	font-size:11px;
	text-transform:none;
	font-weight:bold;
	margin:0 0 15px 0;
}
#contact-page #col1 h3, #contact-page #col2 h3, #contact-page #col3 h3 {
	font-size:11px;
	text-transform:none;
	font-weight:bold;
	color:#fff;
	margin:15px 0 0 0;
}
/*- Promos -*/
.col-promos {
	width: 949px;
}
#promo-col1 {
	width:182px;
	float:left;
	display:inline;
}
#promo-col2 {
	width:650px;
	float:left;
	display:inline;
}
#promo-col2 img {
	background:none;
	border:1px solid #CCC;
	margin:0;
	padding:5px;
}
/*- Title Layout -*/
.tcol1 {
	float: left;
	width: 350px;
}
.tcol2 {
	float: right;
	width: 295px;
}
/*- Polaroid -*/
#polaroids {
	background: url(images/polaroids/rotator.php) no-repeat;
	height: 298px;
	margin: 0 0 0 317px;
	position: absolute;
	top: 85px;
	width: 276px;
}
/*=== Columns ===*/
#columns {
	margin: 10px 0 0 10px;
}
#columns h2 {
	color: #F99D1D;
	font-size: 22px;
	font-weight: bold;
	margin-bottom:10px;
	padding-bottom:5px;
	background: url(images/hl-dot2.gif) repeat-x bottom;
}
#columns h2 a {
	color: #F99D1D;
}
#columns h3 {
	color: #FFF;
	font-size: 14px;
	font-weight:normal;
	text-transform:uppercase;
}
#columns h3 em {
	color: #C11209;
	font-style: normal;
}
#columns h4 {
	color: #C11209;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	padding: 0 0 5px;
	font-weight:bold;
}
#columns h4 a {
	color: #C11209;
}
.col1 {
	width: 500px;
}
.col1-right {
	width: 423px;
}
.col2 {
	float: left;
	width: 200px;
}
.col3 {
	float: right;
	width: 200px;
}
/*=== Category ===*/
#category {
	width: 510px;
	min-height:550px;
	float:left;
	background:url(images/bg_cat.png) no-repeat -20px 0;
	position:relative;
}
#category ul li {
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	padding:10px 0 10px 45px;
}
#category ul li a {
	font-size:14px;
	color:#F78E1E;
}
#category .securite-info {
	width:275px;
	position:absolute;
	top:0;
}
#category .app {
	width:225px;
	position:absolute;
	top:0;
	left:285px;
}
#category .equipement {
	width:275px;
	position:absolute;
	top:300px;
}
#category .service {
	width:225px;
	position:absolute;
	top:300px;
	left:295px;
}
/*=== Each Post ===*/
.pagetitle {
	color: #41484d !important;
	font-size:14px !important;
	text-transform:uppercase;
	font-weight:bold !important;
	border-bottom:#41484d dotted 1px;
	padding-bottom:5px;
}
.post {
	background: url(images/hl-dot2.gif) repeat-x bottom;
	padding: 15px 0 5px;
}
.post p {
	clear: both;
	padding: 0 0 15px;
}
.post.last {
	background: none;
}
.postmetadata {
	color: #777;
	font-size: 11px;
	padding: 0 0 15px;
}
.postmetadata a {
	color: #777;
}
.meta-cal {
	background:url(images/ico-cal.gif) center left no-repeat;
	padding-left:15px;
}
.meta-comm {
	background:url(images/ico-comm.gif) center left no-repeat;
	padding-left:15px;
	margin-left:15px;
}
.meta-tag {
	background:url(images/ico-tag.gif) center left no-repeat;
	padding-left:15px;
}
.postimg img.fl {
	margin: -10px 15px 0 0;
	padding-bottom:15px;
}
.entry p {
	text-align:justify;
	font-size:12px;
	line-height:20px;
}
.entry blockquote {
	padding: 3px 15px;
	background: #FDEAE8;
	border: 1px solid #C11209;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
}
.entry img {
	padding: 2px 2px 2px 2px;
	background:#f0f0f0;
	border: solid 1px #DEDEDE;
	margin: 0px 15px 15px 0px !important;
	float:left;
	display:inline;
}
.none-img {
	background:none !important;
	border:none !important;
}
.none-img img {
	background:none !important;
	border:none !important;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	margin-left:15px;
}
.entry ul li ul, .entry ol li ol {
	margin-bottom:0px;
	padding-top:3px;
}
.entry ul li {
	list-style:circle inside !important;
	padding:3px 0px;
}
.entry ul li ul li {
	list-style:disc inside !important;
}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
}
/*=== Comments ===*/
.comments_template {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}
.comments_template p.nocomments, .comments_template p.alert {
	padding: 10px;
	font-size: 12px;
}
#comments {
	font-size: 20px;
	padding: 2px 10px 0px 30px;
	color:#008DE7;
	background:url(images/ico-comment.gif) center left no-repeat;
}
.comments_template form#commentform {
	margin: 0;
	padding: 10px;
}
.comments_template form#commentform p {
	line-height: 16px;
}
ol.commentlist {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
}
ol.commentlist p {
	margin-bottom:10px;
	line-height: 16px;
}
ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li {
	padding: 10px;
	border-top:1px dotted #F5857E;
}
ol.commentlist li.alt {
	background:#E2E3E4;
	border-top:1px dotted #666;
}
ol.commentlist li.highlighted {
	background:#FDEAE8;
	border-top:1px dotted #F5857E;
}
/*=== Navigation ===*/
.navigation {
	padding:15px 0px 15px 0px;
	font-weight:bold;
	float:left;
}
.alignleft {
	float:left;
	display:inline;
}
.alignright {
	float:right;
	display:inline;
}
/*=== Ads ===*/
.ads {
	height: 125px;
	margin: 10px 0 30px;
}
.ads img {
	display: block;
	float: left;
	margin: 0 24px 0 0;
}
.ads img.last {
	margin: 0;
}
/*=== Product ===*/
.product {
	width: 700px;
}
#product {
	width:185px;
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #CCCCCC;
	float:left;
}
#product h2 {
	text-align:center;
}
#product p {
	text-align:center;
	font-weight:bold;
}
#product img {
	border:none;
}
/*=== Comments ===*/
ul.comments {
	padding: 0 0 15px;
}
.comments li {
	border-bottom:1px dotted #CCC;
	font-size: 11px;
	padding: 4px 0 5px 5px;
	color: #F99D1D;
}
.comments li em, .comments li a em {
	color: #C11209;
	font-style: normal;
}
.comments li a {
	color: #fff;
}
.comments li a:hover {
	text-decoration:none;
	color: #F99D1D;
}
.comments img {
	vertical-align:text-bottom;
	padding-left:5px;
	padding-right:5px;
}
/* Specific Headers */
.hdr1, .hdr2, .hdr3, .hdr4, .hdr5, .hdr6 {
	background: url(images/recent.png) no-repeat left;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 50px;
}
.hdr2 {
	background: url(images/docs.png) no-repeat left;
}
.hdr3 {
	background: url(images/comments.png) no-repeat left;
}
.hdr4 {
	background: url(images/partners.png) no-repeat left;
}
.hdr5 {
	background: url(images/liens.png) no-repeat left;
}
.hdr6 {
	background: url(images/default.png) no-repeat left;
}
/*=== Recent Readers ===*/
table#MBL_COMM td.mbl_fo_hidden {
	display:none;
}
.recent {
	padding: 10px 0 0;
}
.recent img {
	border: 1px solid #222222;
	float: left;
	height: auto;
	margin: 3px;
}
* html .recent img {
	margin: 0 3px;
}
/*=== Flicker Photos ===*/
.flickr {
	background: url(images/flickr-bgr.gif) no-repeat left;
	height: 97px;
	margin: 0 0 0 -5px;
	padding: 23px 0 0 133px;
	position: relative;
}
.flickr p {
	display:inline;
	float:left;
	padding:0px 8px 0px 8px;
}
/*=== Footer ===*/
#footer {
	background: #41484d;
	clear: both;
	color: #acb4b9;
	font-size: 12px;
	line-height: 30px;
	margin: 30px 0 0;
	text-align: left;
	padding:0px 15px;
}
#footer a {
	color: #acb4b9;
}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
/*=== Portfolio ===*/
.showcase {
	float:left;
	display:inline;
	width:206px;
}
.showcase h2 {
	font-size:16px !important;
	margin-bottom:5px !important;
	font-weight:bold !important;
	color: #F99D1D;
}
.showcase p {
	font-size:10px !important;
	line-height:14px !important;
	text-align:justify !important;
	margin-bottom:7px !important;
}
.showcase img {
	background:none !important;
	padding:0px !important;
	margin-bottom:5px;
	border:3px solid #FAD3D1 !important;
}
.weblink a {
	font-weight:bold !important;
	text-transform:uppercase;
	font-size:12px !important;
	float:right;
}
.showcase-divider {
	width:100%;
	height:15px;
	float:left;
	margin-bottom:15px;
	background: url(images/hl-dot2.gif) repeat-x bottom;
}

#flash-video{
	margin:0;
}
/*=== IE6 Fix ===*/
