/** REGLAGE DE BASE **/

html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	height: 100%; 
} 
body {
	height: 100%; 
	text-align: center;
	background-image: url('../images/fond_site.jpg');
	background-color: #263b45;
}

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 12px;
	font-family: Arial;
	color: #1C1C1C;
}

div {
	text-align: left;
}

a {
	text-decoration: none;
}

/** STRUCTURE **/

#global {
	width: 960px;
	margin:0 auto;
	background-color: #263b45;
}

#content {
	width: 960px;
	float:left;
	position: relative;
}


#left_bar {
	position: relative;
	width: 325px;
	float: left;
	background-image: url('../images/fond_left_bar.png');
	background-repeat: no-repeat;
	min-height: 700px;
}

#inside_content{
	position: relative;
	float: left;
	top:50px;
	left: 20px;
}



/** LEFT BARRE **/
#texte_left_bar {
	position: relative;
	float: left;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	left: 26px;
	width: 250px;
}

#texte_left_bar h1{
	font-size: 12px;
	font-weight: bold;
	color: #c8d200;
	line-height: 15px;
}
#texte_left_bar h2{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 15px;
}
#texte_left_bar h3{
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: 17px;
	margin-left: 10px;
}

#contact {
	position: relative;
	float: left;
	left: 17px;
	top: 15px;
}

#logo_abaka {
	position: relative;
	float: left;
	left: 20px;
	top: 25px;
	clear: both;
}


/** PROJET **/
#projet_bandeau_off{
	height: 33px;
}

#projet_bandeau_on{
	height: 33px;
}

#projet_content{
	background-image: url('../images/bg_projet.jpg');
	background-repeat: no-repeat;
	height: 475px;
}

.projet_content_video{
	position: relative;
	top:40px;
	left: 50px;
	width: 486px;
	height: 388px;
	border-width: 1px;
	border-style: solid;
	border-color: #8ca3ac;
}


/** CLIENTS **/
#theme_client {
	height: 140px;
	position: relative;
	float: left;
	margin-right: 36px;
}

#titre_header_client{
	position: relative;
	float: left;
	font-size: 13px;
	font-family: Arial;
	color: #263b45;
	height: 20px;
	text-transform: uppercase;
}

#image_theme {
	clear: both;
}
