@charset "utf-8";
/* CSS Document */
* {
	border:		0px;
	margin:		0px;
	padding:	0px;
}

html, body {
	margin-top: 0;
	padding: 0;
	height: 100%;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #c52917;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}

h2{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c52917;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f5f5f;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f5f5f;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 img{
	padding-right: 10px;
}

p{
	padding-top: 10px;
	padding-bottom: 10px;
}

img{
	border: none;
}
.accueil table{
	width: 100%;
}

.texte{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #5f5f5f;
	margin-left: 20px;
}

.texte_rouge{
	color: #c52917;
}

.texte_gras{
	font-weight: bold;
}

.texte_rouge_gras{
	color: #c52917;
	font-weight: bold;
}

.texte_legende{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 500;
	color: #5f5f5f;
	margin-left: 12px;
	margin-right: 8px;
}

a{
	color: #c52917;
}

/************/
/*** HOME ***/
/************/


#global {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}

/*    HEADER    */

#header {
	position: relative;
	background-image: url(../images/html/header_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 119px;
	left: 0px;
	top: 0px;
}

#top_shadow {
	position: absolute;
	background-image: url(../images/html/top_shadow.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 13px;
	top: 1px;
}

#logo_monomur {
	position: relative;
	background-image: url(../images/html/logo_baseline_monomur.png);
	background-repeat: no-repeat;
	width: 493;
	height: 84px;
	left: 0px;
	top: 8px;
}

#top_menu{
	position: absolute;
	width: 100%;
	height: 32px;
	left: 0px;
	top: 54px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-color: #FFFFFF;
	vertical-align: middle;
}
#top_menu span{
	position: absolute;
	left: 106px;
	top: 6px;
}

#top_menu span img{
	position: absolute;
	top: -8px;
	border: 0px;
}

#top_menu a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#top_menu a:hover{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
#top_menu_shadow{
	position: absolute;
	background-image: url(../images/html/top_menu_shadow.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 7px;
	top: 87px;
}

#fil_ariane {
	position: absolute;
	left: 2px;
	top: 92px;
	width: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f5f5f;
}

#fil_ariane_left a.dark{
	color: #818181;
	font-weight: bold;
}
#fil_ariane_left a.light{
	color: #b8b8b8;
	font-weight: bold;
}

#fil_ariane span#fil_ariane_left{
	position: absolute;
	left: 10px;
}

#fil_ariane span#fil_ariane_right{
	position: absolute;
	font-size: 10px;
	color: #5f5f5f;
	right: 40px;
}

/*    CONTENT    */

#content{
	position: relative;
	background-image: url(../images/html/top_content_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 100%;
	left: 0px;
	top: -7px;
}

#left_content{
	position: relative;
	width: 185px;
	height: 400px;
	left: 0px;
	top: 0px;	
	text-align: center;
	
	float: left;
}

#left_content #left_onglet{
	position: relative;
	background-image: url(../images/html/small_onglet.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 25px;
	height: 8px;
	left: 10px;
	top: 0px;	
}

#left_content #illustration{
	position: relative;
}

#left_content #illustration #legende_image{
	position: absolute;
	width: 178px;
	height: 65px;
	bottom: 0px;
	text-align: left;
	padding-left: 2px;
}
.legende_galerie {
	color: #5F5F5F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 6px;
    display: block;
    left: 18px;
    position: relative;
    text-align: center;
    width: 150px;
}

#links{
	position: absolute;
	padding: 5px;
	padding-left: 15px;
	bottom: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#links a{
	color: #c52917;
}

#center{
	position: relative;
	clear: right;
	left: 0px;
	top: 0px;
	width: 100%;
}

#center_content{
	position: relative;
	top: 0px;
	left: 0px;
	width: 60%;
	text-align: center;
	
	float: left;
}

#right_content{
	position: relative;
	width: 185px;
	right: 0px;
	top: 0px;
	padding-top: 1px;
	
	float: right;
}

/*#center_content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60%;
}

#right_content{
	position: absolute;
	width: 185px;
	right: 0px;
	top: 0px;
	padding-top: 1px;
	
	float: right;
}*/

#right_onglet{
	position: absolute;
	background-image: url(../images/html/small_onglet.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 25px;
	height: 8px;
	left: 10px;
	top: 0px;
}

#right_menu{
	position: relative;
	background-image: url(../images/html/right_menu_left_shadow.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 9px;
	padding-top: 5px;
}

#right_menu div{
	position: relative;
	background-image: url(../images/html/right_menu_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 10px;
	height: 28px;
}

#right_menu div a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f5f5f;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 5px;
	line-height: 18px;
}
#right_menu div a.ancre_interne{
	font-size: 10px;
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: underline;
	margin-left: 15px;
	line-height: 15px;
}
#right_menu div a:hover.ancre_interne{
	color: #c42311;
}

#right_menu div a:hover{
	color: #c42311;
}
#right_menu div a.actif{
	color: #c42311;
}

#logos_fabricants{
	position: relative;
	text-align: center;
	padding-top: 10px;
}
#logos_fabricants div{
	padding: 10px;
}
#logos_fabricants div img{
	border:0px;
}

/*    GALERIE    */

#galerie{
	border: 0px;
	width: 100%;
	text-align: center;	
}

/*    DOCUMENTATION     */

.tableau_doc
{
	width: 90%;
	vertical-align: top;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
}

.tableau_doc tr.head
{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}

.tableau_doc td.left_cell
{
	padding-left: 10px;
	text-align: left;
}

.tableau_doc td
{
	text-align: center;
}

.tableau_doc td.right_cell
{
	text-align: right;
}

.tableau_doc tr.bg_light
{
	background-color: #DDDDDD;
}

.tableau_doc tr.bg_dark
{
	background-color: #CCCCCC;
}

.tableau_conclusion{
	width: 60%;
	border: solid;
	border-width: thin;
	border-color: #c52917;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
}

.video
{
    /*** ??? **/
}

.pagination
{
    margin-left: 30px;
    list-style-type: disc;
    text-align: left;
    color: #c42311;
    font-size: 0.7em;
    line-height: 18px;
}

/*    LA MAISON DE DEMAIN     */

ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
}

li a{
	font-weight: bold;
	color: #c42311;
	text-decoration: underline;
}

#right_menu #maison_demain_menu{
	height: 68px;
}

/*    QUI SOMMES NOUS	*/

#partenaires table
{
	width: 100%;
	text-align: center;
}
#partenaires table td.cell_image
{
	text-align: center;
	vertical-align: top;
	width: 25%;
}
#partenaires table td.cell_texte
{
	width: 75%;
	text-align: left;
}

/*    FOOTER    */



#footer{
	clear: both;
	position: relative;
	bottom: 0px;
	background-color: #FFFFFF;
	padding: 10px;
	left: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 18px;
}

#footer a{
	color: #c52917;
}

#sitemap{
	padding-left: 5px;
	padding-bottom: 5px;
}

#sitemap span{
	color: #818181;
}

#footer_keywords{
	background-color:#CCCCCC;
	width: 100%;
	height: 100%;
	left: 0px;
}

#keywords{
	padding: 5px;
	font-size: 11px;
	color: #818181;
	width: 100%;
}

#keywords span{
	font-size: 11px;
	color: #FFFFFF;
}

#filigrane_monomur{
	padding: 10px;
	width: 110px;
	vertical-align: middle;
	text-align: center;
}

#footer_shadow{
	position: absolute;
	background-image: url(../images/html/bottom_shadow.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 13px;
	bottom: 1px;
}

