/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:red;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:center;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#696969;
}

div#frame {
	background-color:#333333;
	padding:5px 5px 0 5px;
	margin:0 auto 0 auto;
	height:100px;
}

div#backIndex {
	text-align:left;
	padding:4px 4px 0 4px;
      	font-weight:normal;
	position:absolute;
	bottom:10px;
	right:1200px;
	color:black;
}

div#photoLeftFrame, #whoami_txt, #contact_txt {
	padding:20px 20px 20px 20px;
	color:white;
	font-size:102%
}

div#carre {
	padding:20px 20px 20px 20px;
}

div#footer {
	text-align:center;
	padding:4px 4px 0 4px;
      font-weight:normal;
	color:white;
	position:absolute;
	bottom:10px;
	left:1000px;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:15px;
	color:white;
	letter-spacing:3px;
	font-weight:normal;
	padding-bottom:15px;
	font-size:150%
}

h2 {
	color:white;
	font-size:150%
}

div#tab {
	background-repeat:repeat-x;
	height:42px;
	border-bottom:1px solid aqua;
	border-top:1px solid aqua;
}

div#tab ul {
	float:left;
	margin:0;
	padding:0;
}
div#tab ul li {
	display:block;
	float:left;
}

div#tab ul li a {
	float:left;
	border:none;
	padding:15px 15px 0 15px;
	height:35px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:1em;
	color:aqua;
	text-decoration:none;
	display:block;
}


a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:267px;
    color:red;
    border:0;
    display:block;
    text-indent:-9999px;
}

.theme-default #slider {
    margin:30px auto 0 auto;
    width:1200px; /* Make sure your images are the same size */
    height:500px; /* Make sure your images are the same size */
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}