/*

Theme Name: Artificial Intelligence
Theme URI: http://ericulous.com
Description: Clean lines. Traduction <a href="http://www.niss.fr">(niss.fr)</a>.
Version: 1.1
Author: Genkisan
Author URI: http://ericulous.com

*/

body {
	margin: 0;
	padding: 0;
	background: #bdc9d8;
	font: normal .7em Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
	line-height: 1.5em;
	-webkit-hyphens: auto; 
	-moz-hyphens: auto; 
	hyphens: auto;
}

/* LINKS AND HEADINGS STYLING */

smallcaps {
	font-variant: small-caps;
} 

a {
	color: #551d90;
	background: inherit;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #551d90;
	background: inherit;
	text-decoration: none;
}

h1 {
	font: 35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	color: #fff;
	background-color: transparent;
}

h2 {
	font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #551d90;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
}

h3 {
	clear: both;
	color: #fffefe;
	background: #00426e url("images/gradient-bg.png") repeat-x ;
	background: -moz-linear-gradient(top,#2996cd,#185687);
	background: -webkit-gradient(linear,left top, left bottom,from(#2996cd),to(#185687));
	padding: 2px 14px 4px;
	margin: 0;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 12px #aaa;
	-moz-box-shadow: 0px 5px 12px #aaa;
	box-shadow: 0px 5px 12px #aaa;
}

h3#respond {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h4 {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
}

h5 {
	font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #551d90;
	margin-top: 0px;
	margin-bottom: 10px;
}

blockquote {
	margin: 10px 0 0 25px;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	color: #666;
}

.blue {
	color: #546F92;
	background: inherit;
}

.image {
	float: left;
	border: 2px solid #e2e2e2;
	padding: 3px;
	margin: 0 15px 10px 0;
}

img {
	-webkit-box-shadow: 1px 1px 12px #aaa;
	-moz-box-shadow: 1px 1px 12px #aaa;
	box-shadow: 1px 1px 12px #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-style: hidden;
}
	
/* CONTENT WRAPPER */

#main {
	width: 1160px;
	margin: 25px auto 0 auto;
}

/* TOP LEFT LOGO */

#logo {
	float: left;
	padding: 10px 0 10px 0px;
}

#logo h1 {
	color: #000;
	background: #fff;
}

#logo a {
	text-decoration: none;
}

/* TOP RIGHT HORIZONTAL MENU */

#menu {
	float: right;
	background: #fff url(images/barul.gif) no-repeat bottom right;
	color: #808080;
	padding: 18px 1px 11px 0;
	margin: 0;
}

#menu li {
	padding: 14px 18px 14px 18px;
	color: #444;
	background: #fff url(images/bar.gif) no-repeat bottom left;
	display: inline;
	margin-left: -3px;
}

#menu li.current_page_item {
	background: #fff url(images/baractive.gif) no-repeat bottom left;
	color: #8D9CAF;
	font-weight: bold;
	padding: 14px 18px 14px 18px;
	margin: 0 1px 0 0;
}

#menu li:hover {
	background: #fff url(images/baractive.gif) no-repeat bottom left;
}

#menu li a {
	background: transparent;
	color: #888888;
	text-decoration: none;
}

#menu li a:hover {
	color: #000;
	background: transparent;
}

.key {
	text-decoration: underline;
}

/* ACCESKEY UNDERLINED LETTER */

/* LEFT INTRO SIDE */

#intro_left {
	clear: left;
	float: left;
	width: 250px;
	background: #00426e url("images/gradient-bg.png") repeat-x ;
	background: -moz-linear-gradient(top,#000,#033d63);
	background: -webkit-gradient(linear,left top, left bottom,from(#000),to(#033D63));
	color: #E5EAF2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 200px;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
}

#intro_left a {
	color: #fff;
	background: inherit;
}

#intro_left p {
	padding: 20px;
	margin: 0 0 0 0;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 160px;
	width: 210px;
	text-align: left;
}

/* LEFT VERTICAL MENU */

#menu_left {
	float: left;
	padding: 0;
	clear: left;
	margin: 7px 0;
}

#menu_left li {
	list-style: none;
}

#menu_left li a {
	display: block;
	color: #fffeff;
	background: #00426e url("images/gradient-bg.png") repeat-x ;
	background: -moz-linear-gradient(top,#2996cd,#185687);
	background: -webkit-gradient(linear,left top, left bottom,from(#2996cd),to(#185687));
	width: 204px;
	padding: 7px 23px 7px 23px;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: 0px 6px 12px #000;
	-moz-box-shadow: 0px 6px 12px #000;
	box-shadow: 0px 6px 12px #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#menu_left li a:hover {
	background: #0e6092 url(images/arrow.gif) no-repeat left;
	color: #ffaf28;
}

/* RIGHT INTRO SIDE */

#manchette1 {
	width: 250px;
	height: 200px;
	position: relative;
	background: #144a79 url(images/ManchetteLivre.jpg);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	top: -200px;
}

#intro_right {
	float: right;
	width: 340px;
	padding: 25px 280px 0 20px;
	color: #547592;
	margin: 0 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
	clear: right;
}

#intro_right h1 {
	margin: 0 0 20px 0;
}

#intro_right .white {
	color: #FFF;
	background-color: transparent;
	margin-top: -33px;
	margin-bottom: 0;
	font: 90px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
}

#background {
	float: left;
	width: 640px;
	background: transparent url(images/intro.jpg);
	color: #547592;
	height: 200px;
	clear: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 6px 12px #000;
	-moz-box-shadow: 0px 6px 12px #000;
	box-shadow: 0px 6px 12px #000;
	position: relative;
	top: -205px;
	left: 10px;
}

#layer1 {
	width: 640px;
	background: transparent url(images/MultiPan.png) 0 0px repeat-x;
	height: 200px;
	position: relative;
	top: 51px;
	left: 260px;
}

#ball {
	width: 150px;
	height: 150px;
	background: transparent url(images/Boule.png) no-repeat;
	position: absolute;
	top: 65px;
	left: 377px;
}

/* SIDEBAR */

#sidebar {
	
}

.leftsidebar {
	width: 250px;
	background-color: transparent;
	float: left;
	position: absolute;
	top: 642px;
}

.rightsidebar {
	width: 250px;
	background-color: transparent;
	position: relative;
	top: -192px;
	float: right;
}

#sidebar h2 {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	list-style-type: none;
}

#sidebar li ul li {
	list-style-type: none;
	margin-left: 20px;
}

.box {
	padding: 10px 15px;
	margin: 0 0 10px 0;
	background: #fdfaf2;
	color: #bc351a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 12px #aaa;
	-moz-box-shadow: 0px 0px 12px #aaa;
	box-shadow: 0px 0px 12px #aaa;
}

.box2 {
	padding: 10px 15px;
	margin: 0 0 10px 0;
	background: #f9eace;
	color: #bc351a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 12px #aaa;
	-moz-box-shadow: 0px 0px 12px #aaa;
	box-shadow: 0px 0px 12px #aaa;
}

.note {
	padding: 15px 15px 20px 100px;
	border: 1px solid #CFCB66;
	margin: 0 0 5px 0;
	background: #FFFFAD url(images/package.gif) no-repeat;
	color: #585616;
}

/* Begin Comments*/

.commentlist li.alt {
	background-color: #F0F6FF;
}

.commentlist {
	margin: 15px;
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background: #fafafa;
	color: #808080;
	border: 1px solid #eeeeee;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: inline;
}

/* End Comments */

#right {
	border-style: none;
	position: relative;
	margin-left: 10px;
	float: left;
	top: -193px;
}

.leftcol {
	float: left;
	text-align: justify;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: white;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	width: 520px;
	padding: 40px 60px 80px;
}

.rightcol {
	float: right;
	padding: 10px 15px;
	width: 285px;
	border: #ccc 1px solid;
	margin: 0 0 10px 0;
}

.special {
	padding: 5px 20px;
	color: white;
	background: #00426e url("images/gradient-bg.png") repeat-x ;
	background: -moz-linear-gradient(top,#2996cd,#185687);
	background: -webkit-gradient(linear,left top, left bottom,from(#2996cd),to(#185687));
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	clear: both;
}

.metadata {
	border-top: 1px dotted #ccc;
	margin-bottom: 50px;
	text-align: right;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.navigation {
	padding: 1px;
	margin: 0;
}

/* FOOTER */

#footer {
	text-align: center;
	border-top: 1px solid #ccc;
	left: 264px;
	width: 640px;
	float: left;
	position: relative;
	top: -195px;
}

#content_start {
	position: absolute;
	left: -10000px;
}
