/* CSS Document */
#homepage {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/homepage/homepage_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-top: solid 13px #d31346;
}
#homepage a img {
	border: none;
	text-decoration: none;
	background: none;
}
#homepage h1 {
	display: block;
	text-indent: -9999px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #697078;
	font-size: 13px;
	text-transform: uppercase;
	color: #d31346;
}
#homepage #accueil {
	width: 582px;
	height: 195px;
	float: left;
	border-top: solid 5px #ffffff;
}
#homepage #support {
	width: 173px;
	height: 95px;
	float: right;
	border-top: solid 5px #ffffff;
}
#homepage #case_studies {
	width: 173px;
	height: 95px;
	float: right;
	border-top: solid 5px #ffffff;
}
#homepage #left_column {
	width: 293px;
	margin: 19px 0px 0px 10px;
	float: left;
}

/* ABOUT COGISCAN */
#homepage #about {
	clear: both;
	font-size: 11px;
	color: #221f1f;
	border-bottom: solid 1px #697078;
	padding: 0px 0px 15px 0px;
}
#homepage #about h1 {
	background-image: url(../images/homepage/about_cogiscan.gif);
	background-repeat: no-repeat;
}
#homepage #about p {
	display: block;
	width: 275px;
	margin: 15px 0px 0px 11px;
	padding: 0px;
}
/* END ABOUT COGISCAN */

/* OUR PARTNERS */
#homepage #partners {
	margin: 6px 0px 0px 0px;
}
#homepage #partners h1 {
	background-image: url(../images/homepage/our_partners.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#homeapge #partners #flash_partners {
	padding: 0px 67px;
	width: 159px;
	height: 79px;
	display: block;
}
/* END OUR PARTNERS */

/* NEWS */
#homepage #news {
	float: left;
	width: 260px;
	height: 180px;
	margin: 19px 0px 0px 12px;
	padding-bottom:22px;
	border-bottom: solid 1px #697078;
}
html>body #homepage #news {
	height: 157px;
}
#homepage #news h1 {
	background-image: url(../images/homepage/news.gif);
	background-repeat: no-repeat;
}
#homepage #news ul {
	margin: 0px 16px;
	padding: 0px;
	list-style-type: none;
}
#homepage #news li {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
}
#homepage #news li a {
	color: #69707a;
	text-decoration: none;
}
#homepage #news li a:hover {
	text-decoration: underline;
}
#homepage #news li a.arrow {
	color: #d31044;
	margin-left: 5px;
}
/* END NEWS */

/* EVENTS */
#homepage #events {
	width: 173px;
	float: right;
	background-color: #FFFFFF;
	padding-top: 19px;
	margin-bottom:20px;
}
#homepage #events h1 {
	background-image: url(../images/homepage/events.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#homepage #events table {
	background-color: #ccd6df;
	padding-left:17px;
}
#homepage #events ul {
	margin: 0px 16px;
	padding: 0px;
	list-style-type: none;
}
#homepage #events li {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
}
#homepage #events li a {
	color: #69707a;
	text-decoration: none;
}
#homepage #events li a:hover {
	text-decoration: underline;
}
#homepage #events li a.arrow {
	color: #d31044;
	margin-left: 5px;
}
/* END EVENTS */

/* TESTIMONIALS */

#homepage #testimonials {
	float: left;
	width:260px;
	margin: 6px 0px 0px 12px;
	padding-bottom:22px;
	/*margin:15px 10px;
	border-top:1px solid #697078;
	padding-top:6px;*/
}

#homepage #testimonials #temoignage {
	/*background-color: #ccd6df;*/
	padding-top: 17px;
	padding-bottom: 14px;
	padding-left: 18px;
	padding-right: 18px;
}

#homepage #testimonials #temoignage #temoignageDyn #texte_temoignage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d31044;
}

#homepage #testimonials #temoignage a:hover {
	text-decoration:none;
}

#homepage #testimonials #temoignage #temoignageDyn #nom_temoignage {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #6a717b;
}

#homepage #testimonials #temoignage #temoignageDyn #nom_temoignage a {
	color: #6a717b;
	font-size:10px;
	float:right;
}

#homepage #testimonials h1 {
	background-image: url(../images/homepage/testimonials.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
/* END TESTIMONIALS */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
