/* feuille de style du site ARKA Studio http://www.arka-studio.fr */
/* Réalisation Summer 2010 */
/* Code : Adrien VILLEMIN */

html, body {margin:0;padding:0;}
body {background:#000 /*url('../img/bg.gif') repeat-x left bottom*/;color:#fff;font-family: Tahoma, Geneva, sans-serif;font-size: 10px;}

img { border:none;}
.imgborder {background:#fff;border:2px #fff solid;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
.imgborder2 {padding:4px;border:1px #999 solid;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}

/* style des liens par défaut */
a {text-decoration:none;color:#E6E6E6;}
a:hover {text-decoration:none;color:#ABAB0D;}
a:active {text-decoration:none;color:#E6E6E6;}
a:visited {text-decoration:none;color:#E6E6E6;}
.link {cursor:pointer;}

/* titre et soustitre */
#top {position:fixed;background-color: #121212;border-bottom:#333 1px solid;top:0;width:100%;height:76px;font-size:1.1em;text-align:center;padding-top:10px;}
#header {margin:auto;font-size:2em; width:740px; margin-top:30px}
#title {float:left;margin:20px 0 0 20px;}
#subtitle {float:left;margin:-6px 0 0 40px;font-size:0.6em; text-align:left}

/* centrage du site */
#global {width: 640px; margin:140px auto 40px auto}
#logo {float:left; margin-top:-30px}

#promo {}
#promo a {color:#fff; font-weight:bold}
#promo a:hover {color:#ABAB0D}

#links1 {margin:40px 0 0 0}
#links2 {margin:-20px 0 0 0}
#content1 {float:left; width:100%}
#metier {float:left; margin-right:30px}

/* style du footer */
#footer {position:fixed;background-color:#121212;border-top:#333 1px solid;bottom:0;width: 100%;height: 22px; font-size:1.1em; text-align:center; padding-top:4px;}
