web/static/res/css/style_nonsupporte.css
author ymh <ymh.work@gmail.com>
Fri, 25 Jan 2013 11:34:50 +0100
changeset 112 55267fc7309a
parent 106 8f3da46f4543
permissions -rw-r--r--
Added tag V01.20 for changeset be7b8c443f33

/*----------------------------------------------*/
/*	Summary					*/
/*----------------------------------------------*/

/*	1- Mentions	*/
/*	2- Reset	*/
/*	3- Base styles	*/
/*	4- HP	*/

/*----------------------------------------------*/
/*	1- Mentions									*/
/*----------------------------------------------*/

/* @client : The End	*/
/* @date : octobre 2012	*/

/*----------------------------------------------*/
/*	2- Reset									*/
/*----------------------------------------------*/
html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,button,textarea,select,figure,p,blockquote,th,td {
	margin:0;
	padding:0;
}
html {
	font-size: 100%; 
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
a,
a:link,
a:visited,
a:active,
a:hover,
a:focus  {
	text-decoration: none;
}
li {
	list-style: none;
}
img, table, td, blockquote, code, pre, textarea, input, object {
	max-width: 100%;
}
/*----------------------------------------------*/
/*	3- Base styles								*/
/*----------------------------------------------*/
html {
	overflow: hidden;
}
body {
	font-size: 1em;
	line-height: 1;	
	background-color: #000000; 
}
html, body {	
	height: 100%; 
	width: 100%;
}
#content { 
	margin: 0 auto;
	width: 80%;
}
#top {
	margin: 40px 0;
}
#middle {
	margin: 40px 0;
}	
#footer {
	margin: 40px 0;
}
#content p {
    margin: 1em 0;
    font-family: Arial, "arialregular", Helvetica, sans-serif; 
    font-size: 14px;
    color: #ffffff;
}
#title_hp h1 {
	margin: auto;
	width: 422px;
	height: 114px;
	background-image: url("../img/hp_title.jpg");
	overflow: hidden;
	text-indent: -9999px;
}	
 #content .big_link {
	margin: 14px 0 16px 0;
	font-family: "Arial Bold", "arialbold", sans-serif;
    font-weight: bold;	  
	font-size: 21px;
	text-align: left;
	text-transform: uppercase;
}
#footer ul {
	margin: 0;
	font-family: Arial, "arialregular", Helvetica, sans-serif; 
	font-size: 9px;
	color: #b9b9b9;
	text-transform: uppercase;
}	
#footer li {
    display: inline;
    list-style: none; 
}
#footer li a {
    display: inline-block;
    text-decoration: none;
}