.ambos {
	margin-right:10px;
	margin-left:10px;
	
}
.izq {
	margin-left:10px;
	
}
.der {
	margin-right:10px;
	
}

.iefix {
	display:inline;
}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.goRight {
	float:right;
}
.goLeft {
	float:left;
}



code {
	display:block;
	padding:10px;
	margin:20px 0;
	border:1px dashed #c5c5c5;
	background:#333;
	font-family:monospace;
	color:#cfc;
}

.devtip blockquote, .devtip q {
	padding:0 2em;
}


/* --------------------------- */

#container {
	margin:10px auto 0 auto;
	width:960px;
}

#branding {
	width:938px;
}

#content_main{
	float:right;
	width:700px;
}

#nav_sub{
	float:left;
	width:220px;
	margin-top:90px;
}

#flashMessage {
	text-align:center;
	color:#ccc;
	font-size:17px;
	margin-top:20px;
}
#flashMessage h3 {
	font-weight:bold;
	color:#fff;
	font-size:19px;
	margin:0;
}

.realisation img, .lien img{
	float:left;
	border:1px solid #c5c5c5;
}
.realisation a:hover img, .lien a:hover img{
	border:1px solid #fff;
}

.lien img {
	margin-right:10px;
}
.commentaire {
	float:right;
	width:378px;
}



#perso img {
	border:1px solid #fff;
	float:left;
}

#perso p {
	float:right;
	width:140px;
}

#content_sub{
	width:940px;
}

#content_sub_nav{
	float:left;
	width:220px;
}

#content_sub_content {
	float:right;
	width:700px;
}

/* ------------------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#fff;
}
strong{
	color:#eaeaea;	
	font-weight:bold;
	font-style:normal;
}
em {
	color:#eaeaea;	
	font-style:italic;
}
body {
	background:black ;
	color:#ccc;
}

a {
	color:#136da7;
	
}

a:hover {
	color:#fff;
	text-decoration:none;
}
a:visited{
	/*color:#b1bac0;*/
	text-decoration:none;
}



ul li a {
	display:block;
}

dl {
	margin-left:20px;
}
dl dt {
	font-weight:bold;
}

form legend{
	font-weight:bold;
	color:#fff;
}
form .input label {
	display:block;
}
.info {
	text-align: center;
	height:150px;
	line-height:150px;
}
form .textarea textarea {
	font-family:Helvetica, Arial, Verdana,"Bitstream Vera Serif", FreeSans, sans-serif;
	border:1px solid #c5c5c5;
	width:648px;
	background:#000;
	color:#fff;
	font-size:120%;
	padding:5px;
}
form .textarea textarea:focus {
	border-color:#fff;
}
.writeComment .submit, .contact .submit {
	text-align:center;
}

.select select {
	border:1px solid #c5c5c5;
	font-size:115%;
	background:#000;
	color:#fff;
}


.text input, .password input {
	border:1px solid #c5c5c5;
	text-align:center;
	height:16px;
	line-height:16px;
	background:#000;
	color:#fff;
}
#nav_sub .text input, #nav_sub .password input{
	width:200px;
	margin-bottom:20px;
	
}
#nav_sub .text input:focus{
	border-color:#fff;
}
#nav_sub .checkbox label{
	float:left;
}

#nav_sub .checkbox input{
	float:left;	
}

.register .text input, .register .password input, .contact .text input, .contact  select{
	width:350px;
	margin-bottom:20px;
}
.register {
	width:400px;
	margin :0 auto;
}

form .submit input {
	background:#000 url(../img/style/submit_back.png) repeat-x;
	color:#fff;
	border:1px solid #c5c5c5;
	margin: 0 auto;
	font-weight:bold;
}
form .submit input:hover {
	border-color: #fff;
}
#nav_access {
	margin:0;
	position:absolute;
	top:-999px;
}
#branding {
	background:url('../img/style/branding_back.png') repeat-x;
	border:solid 1px #c5c5c5;
	height:140px;
}

#branding h1 {
	margin:0;
	padding:0;
}
#branding h1 a {
	background: url('../img/style/logo.png') no-repeat;
	display:block;
	height:140px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	width:140px;
}
#branding h2 {
	text-indent: -9000px; 
	background:url(../img/style/slogan.png) no-repeat 304px 0;
	width:798px; 
	height:90px; 
	overflow:hidden;
}

ul#nav_main {
	width:700px;
	float:right;
	margin-top:10px;
	margin-bottom:0;
}
ul#nav_main li {
	float:left;
	list-style:none;
	margin:0;
}
ul#nav_main li a {
	font-size:16px;
	font-weight:bold;
	padding:2px 20px 2px 0;
	text-decoration:none;
	white-space:nowrap;
	color:#fff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	
}
ul#nav_main li a:hover {
	text-decoration:underline;
}

#slogan {
	margin-top:40px;
	font-size:120%;
	background:url('../img/style/content_slogan_back.png') no-repeat bottom center;
	padding:10px 0;
	border:0 solid #c5c5c5;
	border-width:0 0 1px 0;
	
}
#slogan h3 {
	text-indent: -9000px; 
	background:url(../img/style/slogan2.png) no-repeat 0 0;
	width:455px; 
	height:25px; 
	overflow:hidden;
}

h3#title {
	height:60px;
	margin-top:30px;
	margin-bottom:0;
}

h3#slogan_devtips {
	height:60px;
	margin-top:30px;
	margin-bottom:0;
	text-indent: -9000px; 
	background:url(../img/style/slogandevtips.png) no-repeat 0 0;
	width:700px; 

	overflow:hidden;
}

.content_section{
	background:#000 url('../img/style/content_section_back.png') no-repeat bottom center;
	padding:10px 0;
	border:0 solid #c5c5c5;
	border-width:0 0 1px 0;
	font-size:110%;
}
p{
	background:none;
}

.content_section img {
	padding-top:10px
}

#content_main .clear {
	height:20px;
}
#nav_sub .clear {
	height:20px;
}
#perso p{
	font-size:80%;
}

#nav_sub ul li{
	font-size:14px;
	font-weight:bold;
}

ul#tagCloud li {
	display:inline;
	padding:0;
	margin:0;
}
ul#tagCloud li a {
	display:inline;
	padding:0;
	margin:0;
}
#adSense {
	width:185px;
	height:600px;
	background:gray;
}

#content_sub {
	background: url('../img/style/content_blog_back.png') no-repeat;
	border:0 solid #c5c5c5;
	border-width:1px 0 0 0;
	padding-top:20px;
}

.suite {
	float:right;
}
.date {
	color:#999;
	font-size:85%;
	margin:0;
}

#site_info {
	height:35px;
	margin-top:20px;
}
#site_info ul li{
	float:left;
	list-style:none;
	margin:0;
	line-height:35px;
}

#site_info ul li a{
	font-size:95%;
	padding:0 20px 0 0;
	color:#ccc;
	
}

.client_comment {
	margin-bottom:20px;
}
/* ================ pagination =============== */

/* Paging */
div.paging {
	color: #999;
}
div.paging a {
	color:#c5c5c5;
	text-decoration:none;
}
div.paging a:hover {
	color:#fff;
}
div.paging div.disabled {
	color: #555;
	display: inline;
}
div.paging span {
	line-height:20px;
	border:1px solid #c5c5c5;
	background:#000 url(../img/style/submit_back.png) repeat-x;
}
div.paging span, div.paging div, div.paging a {
	margin-right:10px;
}
div.paging span a{
	margin-right:0;
	padding:0 5px;
}

div.paging span.current {
	padding:0 5px;
}
div.paging span.current {
	color: #777;
}


.comment {
	
	padding:20px;
	background:#000 url('../img/style/content_section_back.png') no-repeat bottom center;
	
	border:0 solid #c5c5c5;
	border-width:0 0 1px 0;
}
.comment_info {
	padding-left:30px;
	background:url(../img/style/comment.png) no-repeat;
	height:20px;
	line-height:20px;
}
.comment_info span {
	color:#fff;
	font-weight:bold;
	font-size:110%;
}


ul#devtipsIndex li h4{
	clear:both;
}
ul#devtipsIndex li {
	margin-bottom:40px;
	margin-left:0;
	list-style:none;
}

p.tags_annonce {
	float:left;
}
ul.belongsTags li{
	float:left;
	margin-right:5px;
	list-style:none;
}

p.tags_annonce {
	float:left;
}

ul.belongsTags li{
	float:left;
	margin-right:5px;
}

/* ============== MISCELANEA ==============*/

div.error-message {
	margin:1em 0;
	font-size:120%;
	font-weight:bold;
	color:#e13;
	
}

.client_comment {
	font-size:85%;
}

q.tweet {
	font-size:85%;
}
