/* -------------------------------------------------------
----------------------------------------------------------
Title:		zCorrecteurs.fr - CSS
File : 		global.css
CSS:		2.0 valid W3C
website:	www.zcorrecteurs.fr
----------------------------------------------------------
------------------------------------------------------- */

/* -------------------------------------------------------
Reset
------------------------------------------------------- */
*, html{
	padding : 0px;
	margin : 0px;
	font-family : "Lucida Sans Unicode", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a,
a img,
blockquote,
body,
caption,
div,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
label,
legend,
object,
p,
pre,
span,
strong
{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:hover {
	color: #166070; 
}
a{
	color: #166070;
	outline : none;
}
img a:hover {
}
fieldset,
img {
  border: 0;
}
ul, ol, li {
	list-style-position: inside;
	margin : 0px;
}

/* -------------------------------------------------------
Reset
------------------------------------------------------- */


/* -------------------------------------------------------
Global
------------------------------------------------------- */
body{
	background : #fff url(body.png)  top center no-repeat;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.cBoth{
	display : block;
	clear : both;
}
.fLeft{
	float : left;	
}
.fRight{
	float : right;	
}
.noSpace{
	word-spacing : -3px;	
}
#bg{
	background : url(bg.png) top center no-repeat;	
}
#c{
	width : 860px;
	margin : 0 auto;	
}
#header{
	height : 125px;
	position : relative;
	background : #fff;
}
#header h1{
	position : absolute;
	top : 0px;
	left : 380px;
	display : block;
	height : 14px;
	width : 468px;
	color : #ccc;
	text-align : right;
	letter-spacing : 1px;
	font-size : 10px;
	line-height : 14px;
}
#header .ad{
	position : absolute;
	top : 14px;
	left : 383px;
	height : 60px;
	width : 468px;
}
#header a#logo{
	position : absolute;
	top : 0px;
	left : 0px;
	height : 85px;
	width : 360px;
	text-indent : -5000px;
	background : url(logo.png) top left no-repeat;
}
#header ul{
	position : absolute;
	top : 85px;
	left : 0px;
	list-style-type : none;	
	height : 41px;
	width : 860px;
	background : url(menu.png);
}
#header ul li{
	display : inline;	
}
#header ul li a{
	display : block;
	float : left;
	height : 41px;
	line-height : 32px;
	width : 160px;
	text-align : center;
	text-indent : -5000px;
}
#header ul li a.a1{
	width : 115px;
}
#header ul li a.a1:hover{
	background : url(menu.png) 0px -41px no-repeat;
}
#header ul li a.a2{
	width : 210px;
}
#header ul li a.a2:hover{
	background : url(menu.png) -115px -41px no-repeat;
}
#header ul li a.a3{
	width : 240px;
}
#header ul li a.a3:hover{
	background : url(menu.png) -325px -41px no-repeat;
}
#header ul li a.a4{
	width : 170px;
}
#header ul li a.a4:hover{
	background : url(menu.png) -565px -41px no-repeat;
}
#header ul li a.a5{
	width : 110px;
}
#header ul li a.a5:hover{
	background : url(menu.png) -735px -41px no-repeat;
}
#page{
	padding-bottom : 20px;
	min-height : 400px;
	height : auto !important;
	height : 400px;
}
#content{
	float : left;
	width : 640px;
}
#content h1{
	font-size : 28px;
	letter-spacing : -1px;
	font-family : Arial, sans-serif;
	font-weight : bold;
	display : block;
	margin : 20px;
	border-bottom : 1px solid #eee;
}
#content h2{
	font-size : 18px;
	font-family : Arial, sans-serif;
	font-weight : bold;
	display : block;
	margin : 10px 20px;
}
#content p{
	color : #666;
	line-height : 18px;
	margin : 10px 20px;
	text-align : justify;
}
#content ul{
	list-style-type : square;
	list-style-position : inside;
	margin-left : 40px;
	color : #999;
}
#content ul li{
	
}
#content a{
	
}
#content a:hover{
	
}
#content a#creer{
	display : block;
	text-indent : -5000px;
	height : 180px;
	width : 600px;
	margin : 20px 0px 20px 20px;
	background : url(creer.png) top left no-repeat;	
}
#content .col12{
	margin : 0px 0px 20px;
	width : 310px;
	float : left;	
}
#content .col12 h2{
	margin : 5px 20px 0px;	
	font-size : 16px;
}
#content .col12 p{
	margin : 0px 20px;
	font-size : 11px;	
}
#content form{
	margin : 20px;	
}
#content form .cBoth{
	clear : both;
	height : 20px;	
}
#content form label{
	float : left;
	width : 110px;
	line-height : 24px;
	text-align : right;
	margin-left : 20px;
	font-weight : bold;
	cursor : pointer;
	color : #666;	
}
#content form input{
	float : left;
	width : 296px;
	padding : 2px;
	font-size : 12px;
	color : #666;
	margin-left : 20px;
	border : 1px solid #ccc;
}
#content form input:focus{
	color : #333;
}
#content form textarea{
	float : left;
	width : 300px;
	height : 100px;
	margin-left : 20px;
	font-size : 12px;
	color : #666;
	border : 1px solid #ccc;
}
#content form textarea:focus{
	color : #333;
}
#content form .radios{
	float : left;
	height : 80px;
	display : block;
}
#content form .radio{
	float : left;
	width : 110px;
	text-align : center;
	margin-left : 0px;
}
#content form .radio label{
	width : 80px;
	height : 60px;
	display : block;
	background : blue;
	text-align : center;
}
#content form .radio input{
	display : block;
	width : 18px;
	text-align : center;
	margin-left : 52px;
	margin-top : 10px;
	cursor : pointer;
	outline : none;
	border : none;
}
#content form input#go{
	margin : 0px 0px 10px 150px;
	height : 48px;
	width : 208px;	
	cursor : pointer;
	text-indent : -5000px;
	border : none;
	background : url(buttons.png) top left no-repeat;
}
#content form input#go:hover{
	background : url(buttons.png) bottom left no-repeat;
	border : 0px;
}
#content form input#go.mail{
	background : url(buttons.png) top right no-repeat;
}
#content form input#go.mail:hover{
	background : url(buttons.png) bottom right no-repeat;
}
#content .picture{
	margin : 30px 10px;	
}
#content .picture img{
	width : 120px;
	height : 120px;
}
#content .picture .photo{
	display : block;
	float : left;
	margin-left : 10px;
	width : 120px;
	height : 120px;
	background : #efefef;
}
#content .picture h2{
	margin-left : 150px;
}
#content .picture h3{
	margin-left : 150px;	
}
#content .picture p{
	line-height : 13px;
	font-size : 11px;	
	margin-left : 150px;
}
#sidebar{
	float : left;
	width : 220px;
}
#sidebar .ad{
	height : 200px;
	width : 200px;
	margin : 10px 0px 0px 10px;
}
#sidebar ul{
	list-style-type : none;
	margin : 2px;
}
#sidebar ul li{
	
}
#sidebar ul li a{
	display : block;
	height : 28px;
	line-height : 28px;
	border-top : 1px solid #fff;
	border-bottom : 1px solid #eee;
	padding-left : 20px;
	color : #999;
}
#sidebar ul li a:hover{
	color : #666;
	border-bottom : 1px solid #ddd;
}
#footer{
	padding-top:  5px;
	height : 80px;
	background : url(footer.png) top center no-repeat;
	font-size : 10px;
	line-height : 16px;
	color : #ccc;
}
#footer p{
	margin : 0px 20px;	
}
#footer a{
	color : #ccc;
}
#footer a:hover{
	color : #999;
	text-decoration : underline;
}
/* -------------------------------------------------------
Global
------------------------------------------------------- */



/* -------------------------------------------------------
Naissance
------------------------------------------------------- */
#content a{
	color :  #f9a000;
}
#content h1{
	color : #f9a000;
}
#content h2,
#content h2 a{
	color : #999;
}
#content form input:focus,
#content form textarea:focus{
	border : 1px solid #f9a000;
}
/* -------------------------------------------------------
Naissance
------------------------------------------------------- */

