/* Css global du site claire-et-net-design.com */

/* Ce logiciel est la propriete intellectuelle de Claire Bergerault "Claire et Net Design" : Reproduction interdite   */



/*---------------------------------------*/
/*           CSS GENERALES               */
/*---------------------------------------*/

* {
margin: 0;
padding: 0;
border: none;
list-style: none;
}

body {
	background-color: #6D6D6A;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 span { display: none; visibility: hidden; }

h2 {
	float: right;
	margin-top: 30px;
	margin-right: 50px;
	font-size: 40px;
	font-weight: normal;
	color: #FFF;
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

h3 {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	border-bottom: solid 1px #353534;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

p {
	margin-top: 25px;
	text-align: justify;
}

.stop { clear: both; }

.gris2 { color:#353534; }

.right {
	float: right;
	margin-right: 25px;	
}

.rouge { color: #FF002B; }



/*---------------------------------------*/
/*            CSS HEADER                 */
/*---------------------------------------*/

#header_fictif {
	position: relative;
	height: 137px;
	z-index: 7;
}

#header_total {
	background-color: #6D6D6A;
	border-bottom: 5px solid #424242;
	height: 132px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

	#header {
		margin: 0 auto;
		position: relative;
		width:950px;
		height: 132px;
	}
	
		#logo {
			background-image: url(../img/logo_claire-et-net-design.png)!important;
			background-image: url(../img/logo_ie.gif);
			height: 160px;
			position: absolute;
			left: 8px;
			top: 6px;
			z-index: 8;
		}
		
	#header ul { list-style-type: none; height: 132px; }

	#header ul li { float: left; }

	#header ul li a {
		float: left;
		margin-left: 3px;
		margin-top: 11px;
		width: 145px;
		height: 121px;
	}
	
		#header ul li a#accueil { background: url(../img/accueil.gif) 0 0; margin-left: 208px; }
		#header ul li a#accueil:hover { background: url(../img/accueil.gif) 0 -121px; margin-left: 208px; }
		
		#header ul li a#webdesign { background: url(../img/webdesign.gif) 0 0; }
		#header ul li a#webdesign:hover { background: url(../img/webdesign.gif) 0 -121px; }
		
		#header ul li a#graphisme { background: url(../img/graphisme.gif) 0 0; }
		#header ul li a#graphisme:hover { background: url(../img/graphisme.gif) 0 -121px; }
		
		#header ul li a#portfolio { background: url(../img/portfolio.gif) 0 0; }
		#header ul li a#portfolio:hover { background: url(../img/portfolio.gif) 0 -121px; }
		
		#header ul li a#contact { background: url(../img/contact.gif) 0 0; }
		#header ul li a#contact:hover { background: url(../img/contact.gif) 0 -121px; }
		
			#header ul li a span { visibility: hidden; display: none; }



/*---------------------------------------*/
/*             CSS TITRE                 */
/*---------------------------------------*/


#titre_total {
	background: url(../img/fond_titre.gif) repeat-x;
	border-bottom: 5px solid #FFF;
	height: 90px;
	width: 100%;
	position: relative;
}

	#titre {
		background: url(../img/titre.gif);
		position: relative;
		margin: 0 auto;
		width:950px;
		height: 90px;
	}


/*---------------------------------------*/
/*             CSS CONTENU               */
/*---------------------------------------*/

#content_total {
	background: #F0EEE1;
	width: 100%;
	position: relative;
}

	#content {
		position: relative;
		margin: 0 auto;
		width:950px;
		padding: 30px 0px;
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#353534;	
		font-size: 14px;
	}
	
	
	/*--------------Encart-----------------*/
	
		#encart {
			float: left;;
			margin-top: 10px;
			width: 920px;
			padding: 15px;
			border: 5px solid #FFF;
			background: url(../img/fond_pictos_accueil_g.gif) 0 0 repeat-x #A0A0A0;
			color: #FFF;		
		}
		
				#encart span { font-weight: bold; }

				#encart ul {
					margin-top: 20px;
				}
				
					#encart ul li {
						margin-left: 15px;
						padding-left: 15px;
						background: url(../img/puce.gif) 0 2px no-repeat;
					}
	
	
/*---------------------------------------*/
/*            CSS FOOTER                 */
/*---------------------------------------*/

 #footer_total {
 	background: url(../img/fond_footer.gif);
	position: relative;
	height: 113px;
	width: 100%;
	padding-top: 7px;
 }
 
	 #footer {
	 	position: relative;
		margin: 0 auto;
		color: #232323;
		font-size: 14px;
	 }
 
		 #footer_total #footer ul li { 
		 	font-weight: bold;
			display: inline;
			color: #232323;
		}
		
			#footer_total #footer ul li a { color: #232323; text-decoration: none; }
			#footer_total #footer ul li a:hover { text-decoration: underline; }
