@charset "utf-8";



/* CSS Document for iguanesoftware.com */

/* Main page */



* {

	margin : 0px;

	padding: 0px;

}





body {

	background-color: #ecedee;

	text-align: center; /* To correct the IE center bug. */

	font-family: Myriad, Tahoma, Verdana, Arial, sans-serif;

	font-size: 11px;

	line-height: 18px;

	color: #000000;

}





/* Misc configurations */

a:link, a:visited { color: #000000; text-decoration: none; }

a:hover { text-decoration: overline underline; }

a img { border: none; }





/* To center the whole content*/

#center_container {

	position: relative;

	width: 940px;

	height: 700px;

	margin-top: 20px;

	margin-left: auto;

	margin-right: auto;

	background-color: #ffffff;

	text-align: left; /* To correct the IE center bug. */

	border: #000000 1px solid;

}











/* -------------------Header-Start */



#header_container {

	height: 200px;

}



#header_logo_top {

	
	height: 40px;

	text-align: right;

	padding-right:12px;

	padding-top: 20px;
	
	padding-left: 200px;

	background-color: #FF0000;

	background-image: url(../images/iguane-barre-haut.jpg);

	background-repeat: no-repeat;

}



#header_search {

	padding-left: 13px;

	color: #ffffff;

}



#header_picto_container {

	width: 940px;

	height: 30px;

	text-align: right;

}

a.pictos {

	margin-right: 30px;

}



#header_logo {

	float: left;

	padding-left: 50px;

}

#header_text {

	float: right;

	width: 470px;

	padding-top: 25px;

	color: #9b1d0a;

	font-weight: bold;

}

.header_text_autor {

	font-weight: normal;

	color: #cdcd0d;

	overflow: hidden;
	
}



/* End-Header------------------- */











/* This DIV containt the whole center part including menu, content and articles */

#content_container {

	height: 440px;

}









/* -------------------Content-Start */



#content {

	float: left;

	width: 530px;

	overflow:auto;

	padding-left: 30px;

	padding-right: 20px;
	
	padding-top: 10px;

	border-right: #000000 dashed 1px;

}

.content_title {

	color: #9b1d0a;

	font-size: 15px;

	font-weight: bold;

	text-transform: uppercase;
	
	padding-right: 20px;
	
	padding-bottom: 20px;

}

.texte{
	text-align:justify;
	font-size: 11px;
}

.liste-articles{
	padding-left: 30px;
	font-size:11px;
}

/* End-Content------------------- */









/* -------------------Articles-Start */



#article_container {

	float: left;

	padding-left: 10px;

}

.article {

	width: 149px;

	margin-bottom: 20px;
		
}

.article_title {

	background-image: url(../images/iguane-cadre-gauche.jpg);

	background-position: right;

	background-repeat: no-repeat;

	background-color: #CCFF00;

	font-size: 13px;

	font-weight: bold;

	text-transform: uppercase;

	margin-bottom: 10px;

	padding-left: 5px;

}

.article_texte {
	
	padding-right: 10px;
	
}

/* End-Articles------------------- */









/* -------------------Footer-Start */



#footer_container {

	height: 30px;

	padding-left: 70px;

	padding-top: 30px;

	background-color: #b51601;

}



#iguane_menu {

	position: absolute;

	top: 600px;

	left: 20px;

}



.sub_menu_items {

	float: left;

	color: #FFFFFF;

}

.sub_menu_items a, .sub_menu_items a:visited {

	color: #FFFFFF;

	margin-left: 9px;

	margin-right: 9px;

}



#copyright {

	float: right;

	text-align: right;

	padding-right: 50px;

	color: #FFFFFF;

}





/* End-Footer------------------- */













/* -------------------MISC */

.float_around { float: left; margin-right: 5px;}



.green { color: #cccc34; }

.red { color: #9b1d0a; }

.plan_article{
	padding-left: 40px;
}

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