/*
Theme Name: bot Theme
Author: Nicolas.T & Vanessa.F
Author URI: http://www.robotique.tv
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #eff6fb url(images/background.gif) repeat-x 0 0;
	padding: 20px 0;
}
a {
	text-decoration: none;
	color: #588cb8;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}
img {
	border: 0;
}

code
{
	background-color: #000000;
	color: #ffffff;
	display: block;
	border: 1px solid #cccccc;
	padding: 3px;
}

blockquote 
{
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	background: #ecf5fe url(images/citation.gif) no-repeat top right;
	border: 1px dotted #cccccc;
}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 967px;
	margin: auto auto;
	text-align: left;
	position: relative;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background: url(images/headtile.gif) repeat-x 0 0;
	margin-bottom: 10px;
}
	#header .buffer { 
		background: url(images/headleft.gif) no-repeat 0 0;
	}
	#header .buffer .buffer { 
		height: 169px; 
		background: url(images/headright.gif) no-repeat top right;
		padding-top: 5px;
	} 
	.hd_menu
	{
		height: 20px;
		margin-left: 1px;
		margin-right: 1px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: #f1f8fd;
	}
	.hd_menu ul {
		list-style-type: none
	}
		.hd_menu ul li {
			float: left;
			font-size: 0.8em;
			
		}
		.hd_menu ul li a {
			display: block;
			color: #727272;
		}
		.hd_menu ul li a:hover {
			color: #cc0000;
			text-decoration: none;
		}
	#header .logo {
		clear: both;
		float: left;
		display: block;
		width: 426px; height: 143px;
		background: url(images/logo.png) no-repeat 0 0;
		text-indent: -9999px;
		outline: none;
	}
		
	#header .ad {
		float: right;
		padding: 25px 20px 0 0;
	}
	.hd_menu2 {
		position: absolute;
		top:142px;
		left:100px;
		list-style-type: none;
		color: #ffffff;
	}
		.hd_menu2 li {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			padding-left: 2px;
			background: url(images/menu_sep.png) no-repeat 0 0;
		}
			.hd_menu2 li.f {
				padding-left: 0;
				
			}
		.hd_menu2 li a {
			color: #ffffff;
			display: block;
			font-weight: bold;
			padding: 5px;
			background: url(images/menu_m.png) repeat-x;
		}
		.hd_menu2 li a:hover {
			color: #cc0000;
			text-decoration: none;
			border: 2px solid #ffffff;
		}
	#header form {
		position: absolute;
		top:142px;
		right:50px;
		vertical-align: center;
	}
		.input_chercher {
			border: solid 1px #e6e6e6;
			border-right: 1px solid #E2E2E2;
			border-bottom: 1px solid #E2E2E2;
			background: url(images/form-field-bg.gif) no-repeat;
			font-size: 1.1em;
			font-weight: bold;
			width: 138px;
			height: 18px;
			float: left;
			padding-top: 3px;
			padding-left: 5px;
			color: #cc0000;
		}
		.bt_chercher {
			float: left;
			border: 0;
			width: 82px; height: 21px;
			background: url(images/chercher.gif) no-repeat;
		}
		.bt_chercher:hover {
			background: url(images/chercher2.gif) no-repeat;
			cursor: pointer;
		}
/** END header **/

/** BEGIN body **/
#body {
	border: 1px solid #DBDBDB;
	background: #ffffff url(images/wrapper.gif) repeat-y 745px 0;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 745px;
	float: left;
	background-color:#ffffff;
}
	#content .buffer {
		padding: 5px;
		background-color:#ffffff;
	}
	#content .post {
		width: 345px;
		height: 170px;
		float: left;
		margin: 10px;
		border: 1px solid #cccccc;
	}
	#content .post:hover {
		background-color: #fefeef;
	}
		#content .post h2 {
			font-size: 1em;
			background-color: #f1f8fd;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
		}
			#content .post h2 a {
				color: #588CB8;
			}
			#content .post h3 {
			font-size: 1em;
			background-color: #f1f8fd;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
		}
			#content .post h3 a {
				color: #588CB8;
			}
		#content .post .date {
			font-size: 0.8em;
			padding: 8px 5px;
		}
			
		#content .post .thumb {
			width: 329px; height: 150px;
			overflow: hidden;
			margin-left: 7px;
		}
			#content .post .thumb img {
				width: 329px;
			}
		#content .post p {
			padding: 10px;
			line-height: 1.4em;
		}
		#content .post .readmore {
			display: block;
			float: right;
			margin: 3px;
			margin-right: 10px;
			opacity: 0.8;
			filter : alpha(opacity=80);
			-moz-opacity : 0.8;
		}
		#content .post .readmore:hover {
			opacity: 1;
			filter : alpha(opacity=100);
			-moz-opacity : 1; 
		}
	
	#content h2.title {
		padding: 5px 20px 5px 30px;
		font-size: 1.1em;
		font-weight: bold;
		color: #dc7e19;
		background: #fefee4 url(images/icon/calendar_view_month.png) no-repeat 10px 5px;
	}
	#content .postnav {
		padding: 0 15px;
		font-size: 0.8em;
	}
		#content .postnav a {
			color: #588CB8;
		}
	#content .single {
		padding: 0 15px;
	}
		#content .single a {
			color: #588CB8;
		}
		#content .single h2 {
			font-size: 1.2em;
			background-color: #f1f8fd;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
			height: 21px;
		}
		#content .single .date {
			font-size: 0.8em;
		}
		#content .single p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content .single ol, #content .single ul {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.4em;
		}
		
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 8px;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 219px;
	float: right;
	background-color:#fefeec;
	border-bottom: 1px solid #cccccc;
}
	.sidebar_title {
		color: #dc7e19;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		padding-left: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		background: url(images/horizontal.gif) no-repeat;
		border: 1px solid #cccccc;
		margin: 5px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 10px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 2px;
			border-bottom: 1px dotted #ABABAB;
		}
		#sidebar ul li a {
			color: #bb0000;
		}
		
		#sidebar ul li a:hover {
			color: #588CB8;
			text-decoration: none;
		}
	#sidebar .tags {
		padding: 0 10px 10px;
	}
		
	#sidebar .video {
		padding: 0 10px 10px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
width: 967px;
float: left;
	font-size: 11px;
	border: 1px solid #DBDBDB;
	color: #ffffff;
	background: #000000 url(images/footer.gif) repeat-x bottom;
}
.footer_mention
{
clear: both;
margin-top: 10px;
}
#bottom {
	font-size: 12px;
		padding: 15px 10px 0 20px;
	}
		#bottom .box {
			width: 210px;
			float: left;
			margin: 10px;
		}
			.bottom_title {
				color: #ffffff;
				font-size: 13px;
				font-weight:bold;
				padding-bottom: 5px;
				border-top: 2px solid #085682;
				border-bottom: 1px solid #085682;
			}
			#bottom .box ul {
				list-style-type: none;
				margin-bottom: 10px;
			}
				#bottom .box ul li {
					font-size: 12px;
					border-bottom: 1px dotted #333333;
					line-height: 1.4em;
					padding: 6px 0 6px 12px;
					background: url(images/bullet.gif) no-repeat 0 11px;
				}
				#bottom .box ul li a {
					color: #588CB8;
				}
				#bottom .box ul li a:hover {
					color: #cc0000;
				}
			#bottom .box .comments a {
				color: #588CB8;
			}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 15px;
}
	.comments_title {
		font-size: 1em;
		background-color: #F1F1F1;
		padding: 2px 5px;
		border-bottom: 1px solid #EDEDED;
	}
	#comments a {
		color: #588CB8;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		.comment_input, #comments form textarea {
			border: solid 1px #e6e6e6;
			font-size: 1.1em;
			font-family: Arial, Helvetica, sans-serif;
			padding: 5px 3px 3px 7px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		 .comment_input {
	width: 260px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
#comments form textarea {
	width: 98%;
	height: 160px;
	background:url(images/form-field-bg.gif) no-repeat;
}

		#comments form textarea:focus, #comments form input[type="text"]:focus {
	border: solid 1px #0b8acc;
}

.comment_bt_send
{
	display: block;
	background: url(images/bt_send_comment.gif) no-repeat;
	width: 173px;
	height: 23px;
	border: 0;
	opacity: 0.8;
	filter : alpha(opacity=80);
	-moz-opacity : 0.8;
}
.comment_bt_send:hover
{
	opacity: 1;
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	cursor: pointer;
}
.comment-reply-link
{
	background: url(images/lui_repondre.gif) no-repeat;
	width: 98px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
		.comments-link
		{
			background: url(images/icon/comments.png) no-repeat left center;
			padding-left:20px;
			padding-top:3px;
			padding-bottom:3px;
		}
		
		.comments_tags_allowed
		{
			border: 1px solid #cccccc;
			padding: 3px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #cc0000;
	}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/

#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 2px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments .avatar {
		float: right;
	}
	#comments .comment-author {
		
	}
		#comments .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	
	#comments .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
		border-bottom: 1px solid #cccccc;
	}
	#comments .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
.bg_bulle
{
background: url(images/bulle.gif) no-repeat;
width: 156px;
height: 40px;
display: block;
padding-top: 4px;
text-align: center;
font-size: 14px;
font-weight: bold;
color: #dc7e19;
}
/** END wordpress 2.7 comments **/

/** Divers **/
.abo_rss_opt
		{
			background: url(images/icon/rss.png) no-repeat;
			padding-left: 20px;
		}
		
		.abo_rss_opt a
		{
			font-weight: bold;
			color: #dc7e19;
		}
		
		.hd_menu .abo_rss_opt
		{
			float:left;
			margin-left: 580px;
			font-size: 11px;
		}
/** P **/
#translation_bar 
{
	text-align: right;
}

#translation_bar img
{
	margin: 2px;
}



#nav{
	position: absolute;
	top:140px;
	left:100px;
    background:#222;
    font-size:1.1em;
}

#nav, #nav ul {
	list-style: none;
	line-height: 1;
}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
}

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #a9a9a9;
}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:6px 12px;
}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background:#000;
	text-decoration:none
}	

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
}

#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
}

#nav li li a:hover, #nav li li a:active {
	background:#000000;
	font-weight: bold;
}	

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

a.main:hover
{
    background:none;
}

.children {
opacity: 0.9;
filter : alpha(opacity=90);
-moz-opacity : 0.9;
}
