/* --------------------------------------------------------
    Global stylesheet
    Website: lesenfants.tv
    Created by: AX2
    Filename: css/global.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    General
   -------------------------------------------------------- */

    * { margin: 0; padding: 0; border: 0; }
	html {height:100%; overflow: auto;}
    body { margin:0px; height:100%; width:100%; background-color: #fff; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; color: #000; text-align: center; }
	#siteContent { position: absolute; width: 100%; height: 100%; }

    a { color: #000; }
    a:hover { color: #666; }

/* --------------------------------------------------------
    Presentation & Content
   -------------------------------------------------------- */
   
    div#container { width: 600px; margin: 0 auto; text-align: left; padding: 10px 0px 10px 0px; }
    div#container_inner { padding: 18px; border: 5px solid #ddd; }
    
    h1 { font-size: 24px; text-align: center; padding: 0 0 10px 8px; }
    h2 { font-size: 16px; color: #676767; text-align: center; padding-bottom: 3px; }
    h3 { font-size: 14px; font-weight: bold; color: #000; padding-bottom: 0px; }
    
    p#contacts { padding: 5px 0 40px 0; }
	
	div.project_details { font-family: Georgia, Times New Roman, serif; padding-top: 5px; }
	.black10 { color: #000; font-size: 10px; }
	.grey14 { color: #676767; font-size: 14px; }