/***********************************************************************************/
/* WWW.COM1CREA.COM                                                                */
/* FEUILLE DE STYLE GENERALE                                                       */
/***********************************************************************************/

@charset "UTF-8";

/***********************************************************************************/
/* FONT FACE                                                                       */
/***********************************************************************************/

@font-face {
    font-family: 'Motsch';
    src: url('../fonts/motschcc-webfont.eot');
    src: url('../fonts/motschcc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/motschcc-webfont.woff') format('woff'),
         url('../fonts/motschcc-webfont.ttf') format('truetype'),
         url('../fonts/motschcc-webfont.svg#Motsch') format('svg');
    font-weight: normal;
    font-style: normal;
    }  
	 
/***********************************************************************************/
/* GLOBAL                                                                          */
/***********************************************************************************/

html {height: 100%}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999999;
	background: url(../img/habillage/bg_body.png) repeat #F2F2F2;
	}

body > #all {height: auto; min-height: 100%}

#all {
	width: 100%;
	min-width: 1000px;
	height: 100%;
    margin: 0 auto;
    overflow: auto;
    zoom: 1;
	}

/***** COULEURS *****/
.grey {color: #333333}
.lightgrey {color: #F2F2F2}
.green {color: #97BF0D}
.pink {color: #E2007A}
.blue {color: #39A9DC}

/***** TEXTES *****/
h1, h2, h3, h4, h5, p, a {margin: 0; padding: 0}
h1, h2 {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Alike Angular';
    font-size: 18px;
	text-align: center;
	background: url(../img/habillage/bg_titre.png) no-repeat 0px 13px;
	}
	h2 {font-size: 16px}
.title {
	padding: 0 5px;
	background: #F2F2F2;
	-webkit-border-radius: 30px;
	-moz-border-radius: 1000px;
	border-radius: 30px;
    }
	.title span {text-transform: uppercase}
a {text-decoration: none}
a.link {
    background: url(../img/habillage/link.png) no-repeat 0px 3px;
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #8cc63f;
    }
    a.link:hover {text-decoration: underline}
    

/***********************************************************************************/
/* HEADER                                                                          */
/***********************************************************************************/

/***** DEGRADE DU HEADER *****/
header {
	/* Anciens navigateurs */
	background: #1a1a1a url("../img/habillage/bg_header.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	*background: #1a1a1a;
	background: #1a1a1a\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF##3333, endColorstr=#FF1a1a1a);
	}
	@media all and (min-width: 0px) {
		header {
			/* Opera */
			background: #1a1a1a url("../img/habillage/bg_header.svg");
			/* Navigateurs récents */
			background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#1a1a1a));
			background-image: -webkit-linear-gradient(top, #333, #1a1a1a);
			background-image: -moz-linear-gradient(top, #333, #1a1a1a);
			background-image: -o-linear-gradient(top, #333, #1a1a1a);
			background-image: linear-gradient(top, #333, #1a1a1a);
		}
	}

/***** HEADER *****/
header {
	position: relative;
	width: 100%;
	height: 100px;
	background: #2c2c2c;
	border-bottom: 5px solid #808080;
	-moz-box-shadow: 0px 0px 15px #555; 
	-webkit-box-shadow: 0px 0px 15px #555; 
	box-shadow: 0px 0px 15px #555; 
	}
	body#identite header {border-bottom: 5px solid #97BF0D}
	body#print header {border-bottom: 5px solid #E2007A}
	body#web header {border-bottom: 5px solid #39A9DC}
	
header #header-wrap {
		width: 1000px;
		height: 100px;
		margin: 0 auto;
		}
		
/* LOGO */
header #logo {
	position: relative;
	float: left;
	width: 310px;
	height: 100px;
	text-align: center;
	}
	header #logo img {
		height: 80px;
		margin-top: 10px;
		}

/* TOPNAV */
header #topnav {
	position: relative;
	float: right;
	width: 690px;
	height: 100px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}
	header #topnav ul {
		list-style-type: none;
		text-align: right;
		height: 100px;
		margin: 0;
		padding: 0;
		}
		header #topnav ul li {
			display: block;
			position: relative;
			float: right;
			height: 90px;
			padding: 5px;
			border-left: 1px solid #808080;
			}
			header #topnav ul li:first-child {border-right: 1px solid #808080}
			header #topnav ul li:nth-child(5) {display: none}
			header #topnav ul li a {
				display: block;
				color: #F2F2F2;
				text-decoration: none;
				height: 35px;
				padding: 55px 20px 0 20px;
				-webkit-transition-property: background-color;
				-webkit-transition-duration: 0.6s;
				-moz-transition-property: background-color;
				-moz-transition-duration: 0.6s;
				transition-property: background-color;
				transition-duration: 0.6s;
				}
				header #topnav ul li:hover a,
				header #topnav ul li a.active {
					color: #FFF;
					text-decoration: none;
					background: #505050;
					cursor: pointer;
					}
					header #topnav ul li.identite:hover a,
					header #topnav ul li.identite a.active { background: #97BF0D}
					header #topnav ul li.print:hover a,
					header #topnav ul li.print a.active { background: #E2007A}
					header #topnav ul li.web:hover a,
					header #topnav ul li.web a.active { background: #39A3DC}
	header #topnav ul li ul {position :absolute; left: -999em}
		header #topnav ul li:hover ul {
			display: block;
			position: absolute;
			top: 65px;
			left: 0px;
			width: 125px;
			border: 2px solid #8cc63f;
			}
		header #topnav ul ul li {
			display: block;
			background: #FFF;
			font-family: 'Eurostile';
			text-align: center;
			padding: 5px 0;
			margin-left: -40px;
			border-bottom: 2px solid #E6E6E6;
			}
			header #topnav ul ul li:last-of-type {border-bottom: none}
			header #topnav ul li:hover ul li a {
				height: auto;
				padding: 0;
				background: #FFF;
				color: #4D4D4D;
				}
				header #topnav ul li:hover ul li a:hover {color: #8cc63f}
				
					
/***********************************************************************************/
/* LEFT MENU                                                                       */
/***********************************************************************************/

#leftnav {
	position: relative;
	float: left;
	width: 215px;
	z-index: 100;
	font-family: 'Large9';
	font-size: 14px;
	}
	#leftnav ul {
		list-style-type: none;
		text-align: left;
		margin: 0 0 0 -40px;
		}
		#leftnav ul li {
			position: relative;
			float: left;
			width: 215px;
			margin-bottom: 5px;
			background: #e6e6e6;
			}
			#leftnav ul li a {
				display: block;
				color: #4d4d4d;
				text-decoration: none;
				padding: 12px 10px 10px 10px;
				}
				#leftnav ul li:hover,
				#leftnav ul li:hover a,
				#leftnav ul li.active,
				#leftnav ul li.active a {
					color: #FFF;
					text-decoration: none;
					background: #8cc63f;
					}
		#leftnav ul li ul {
			position: relative;
			float: left;
			margin-bottom: 5px;
			}
			#leftnav ul li.active ul {background: #8cc63f}
			#leftnav ul ul li {
				display: block;
				width: 185px;
				background: #FFF;
				font-family: 'Eurostile';
				text-align: left;
				padding: 7px 10px 5px 10px;
				border-bottom: 2px solid #E6E6E6;
				margin: 0 5px;
				color: #4d4d4d;
				}
				#leftnav ul ul li:last-of-type {border-bottom: none}
				#leftnav ul ul li:hover {
					background: #FFF;
					color: #8cc63f;
					}
				#leftnav ul ul li a {padding: 0}
					#leftnav ul li:hover ul li a,
					#leftnav ul li.active ul li a {
						color: #4D4D4D;
						background: #FFF;
						}
						#leftnav ul li:hover ul li a:hover,
						#leftnav ul li ul li a.active {color: #8cc63f}
	

/***********************************************************************************/
/* CONTENT                                                                         */
/***********************************************************************************/

#content {
    position: relative;
    width: 1000px;
    min-height: 500px;
    margin: 0 auto;
	margin-top: 30px;
    }

/***** HEADER BLOCS HACHURES *****/

.stripped {
	position: relative;
	float: left;
	width: 100%;
	height: 15px;
	background: url(../img/habillage/bg_stripped.png) repeat;
	}
    
/***** FIL D'ARIANE *****/
#breadcrumb {
    position: relative;
    float: left;
    width: 755px;
    height: 36px;
    font-family: 'Eurostile';
    font-size: 13px;
    color: #FFF;
    background: url(../img/habillage/bg-breadcrumb.png) top right no-repeat #E6E6E6;
    }
    #breadcrumb p {padding: 12px 10px 0 10px}
    #breadcrumb a {color: #FFF}
        #breadcrumb span,
        #breadcrumb a:hover {color: #8cc63f}
    

/***********************************************************************************/
/* FOOTER                                                                          */
/***********************************************************************************/

footer {
    position: relative;
    float: left;
    width: 100%;
	min-width: 1000px;
    height: 68px;
    margin-top: -68px;
    background: #808080;
    color: #FFF;
    }
    #footer-wrap {
		position: relative;
        width: 1000px;
        margin: 0 auto;
		color: #E2E2E2;
        }
        #footer-wrap a {
            color: #E2E2E2;
            text-decoration: none;
            }
			#footer-wrap #links a:nth-child(2) {display: none}
            #footer-wrap a:hover {color: #FFF}
        #footer-wrap #links {
            position: relative;
            float: left;
            width: 700px;
            font-family: Arial, sans-serif;
            font-size: 14px;
			text-transform: uppercase;
            margin-top: 18px;
            }
			#footer-wrap #links a {
				font-weight: bold;
				padding: 0 10px;
				}
				#footer-wrap #links a:first-child {padding-left: 0}
        #footer-wrap #mentions {
            position: relative;
            float: left;
            width: 700px;
            font-size: 10px;
            font-family: Arial, sans-serif;
            margin-top: 5px;
            }
        #footer-wrap a.com1crea {
			display: block;
            position: absolute;
            top: 10px;
			right: 0;
            width: 150px;
			height: 50px;
			background: url(../img/habillage/com1crea-white.png) no-repeat;
			opacity: 0.7;
			-webkit-transition-property: opacity;
			-webkit-transition-duration: 0.6s;
			-moz-transition-property: opacity;
			-moz-transition-duration: 0.6s;
			transition-property: opacity;
			transition-duration: 0.5s;
            }
			#footer-wrap a.com1crea:hover {opacity: 1}
			        

/***********************************************************************************/
/* CLEARFIX                                                                        */
/***********************************************************************************/    

.clearfix:after {content: "#" ".";
	display: block;
	height: 68px;
	clear: both;
	visibility: hidden;
	font-size: 0;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 68px;}
.clearfix {display: block;}
/* End hide from IE-mac */