/* 
** BLUE:SKY - main stylesheet
** This CSS file makes the webpage look pretty ;-)
** 
** March 5, 2006 - (version 1.0)
** 
** this is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) ~ made for oswd.org !
*/

/* page overall: */

html * { 
    margin: 0; 
    padding: 0; 
    border: 0;
}
 
body {
    margin: 0.5em 0em 2em 0em;

    font-size: 100%;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    line-height: 1.1em;
    text-align: center;
    
    background-color: #fff; 
	background:#ccccf0 url("./../images/background.png") repeat-x;
}
 
#page { 
    width: 800px; 
    text-align: center;  
    margin-left: auto; 
    margin-right: auto;  
    background-color:#fff;
    background-color:#fff;
    padding:5px;
    border:1px solid #447;
} 

/* header: */

#header {
    position: relative; 
    width: 100%;
    height: 90px;
    width:800px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    background-image:  url("./../images/header800.jpg");
    margin-bottom:5px;
	padding-top:10px;
} 

#header a:link, #header a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 1.9em;
    letter-spacing: -0.05em !important;
    letter-spacing: -0.1em;
    line-height: 1.2em;
}



/* left column: */

#left {
    width: 25%; 
    float: left; 
    position: relative; 
    font-size: 13px;
	text-align:left;
}

div#logo {
    background-color: #fff;
    width: 90%;   
    border: 1px solid #4284B5;
    border-bottom:none;
	height:178px;
}

div#nav {
    background-color: #fff;
    width: 90%;   
    border: 1px solid #4284B5;
    text-align:left;
}
    
#nav ul,
.left_box ul{
    list-style-type: none;
    padding: 0.5em 0em 0.9em 0em;
}

#nav ul li,
.left_box ul li {
    padding: 0.2em 0em 0.2em 0.9em;
    margin-right: 0.3em;
    display:block;
    width:10.7em;
}

#nav a:link, 
#nav a:visited,
.left_box a:link,
.left_box a:visited{
    color: #2E668B;
    font-weight:bold;
    text-decoration:none;
}
 
#nav a:hover, #nav a:active, #nav a:focus  {
    color: #cc6622;
}

div.left_box {
    background-color: #fff;
    width: 90%;
    margin-top: 1em;
    border: 1px solid #4284B5;
    margin-bottom:5px;
}

div.left_box h3, div#nav h3 {
    margin: 0em;
    padding: 0.2em 0em 0.2em 1em;
    font-size: 10px;
    color: #fff;
    background: url("./../images/bkg.PNG");
	border-top:1px solid #0099ff;
	border-left:1px solid #0099ff;
	border-bottom:1px solid #0066cc;
	border-right:1px solid #0066cc;	
    text-transform: uppercase;
    font-family: Verdana, Arial, sans-serif;
}

div.left_box a:link {
    color: #2E668B;
}
    
div.left_box a:visited {
    color: #254A65; 
}
 
div.left_box a:hover, div.left_box a:active {
    color: #000;
}

div.inner_box {
    border-right: 1px solid #7BA5C6;
    border-bottom: 1px solid #7BA5C6;
}



/* content column: */

#content {
    float: right; 
    display: inline; 
    position: relative; 
    width: 75%; 
    font-size: 12px;;
    
    background-color: #fff;
}

#content h1 {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0.1em;
    font-size: 1.7em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #FF6300;
    border-bottom: 0.05em solid #FF9853;
    line-height: 1em;
}

#content p {
    margin: 0em 0em 0.5em 0em;
    padding: 0.35em;
	text-align:justify;
	text-indent:15px;
}

#path {
    font-family: Verdana, Arial, sans-serif;
    margin: 0em 0em 0em 0em;
    padding: 0.4em 0.6em 0.4em 0.6em;
    font-size: 11px;
    color: #2F5E80;
    background-color: #D0E7F4;
    border: 1px solid #7BA5C6;
}

#content a:link {
    color: #2E668B;
}
    
#content a:visited {
    color: #255270; 
}
 
#content a:hover, #content a:active {
    color: #000;
}

#content acronym {
    border-bottom: 1px dotted #4284B5;
    cursor: help;
    margin: 0;
    padding: 0;
}

#main {
    padding: 0.5em 1.5em 1.5em 0.7em;
    border: 1px solid #7BA5C6;
}
#main ul li{
	text-align:left;
	list-style:url(../images/puce.png);
	margin-left:15px;
}
/* utilisé sur index.html */
#main #intro{
	clear:both;
	margin:10px 0px 10px 0px;
}

div.img_left, div.img_right {
    border-bottom: 0.09em solid #4284B5;
    border-right: 0.1em solid #4284B5;
}

div.img_left {
    float: left; 
    margin: 0.5em 0.8em 0em 0em;
}

div.img_right {
    float: right; 
    margin: 0.5em 0em 0em 0.8em;
}

div.img_left img, div.img_right img {
    display: block;
    border: 0.35em solid #7BA5C6;
    margin: 0;
    padding: 0;
}

/* this clears floating (e.g images) */
br.clear {
    clear: both;
    display: none;
}

.name{
 text-decoration:none;
 color:#000;
 font-weight:bold;
}
.name img{
 display:block;
 margin-bottom:20px;
}


/* footer: */

#footer { 
    margin: 0em;
    padding: 0em;
    font-size: 11px;
    clear: both;
    color: #027BC1;
    text-align: center;
    background-color:#fff;
	height:20px;
} 

#footer p {
    margin: 0em;
    padding: 0.1em;
}

#footer a:link, #footer a:visited { 
    color: #027BC1;
} 

#footer a:hover, #footer a:active { 
    color: #000000;
} 


/* Exemples */
/*#sampleLinks li{
	list-style:none !important;
}
#sampleLinks li .active{
	background-color:#4296d6;
}*/
#samplePersons img,
#samplePictures img{
	float:left;
	border:1px solid #ccc;
	margin:5px;
	width:115px;
	height:72px;
}
#samplePersons .hidden,
#samplePictures .hidden{
	display:none;
}
#personWrapper,
#pictureWrapper{
	display:block;
	width:510px;
	height:84px;
	overflow:hidden;
	position:relative;/* hack to make IE7 allow overflow:hidden;*/
	margin:10px;
	float:left;
}
#samplePersons,
#samplePictures{
	position:relative;
	left:0px;
}
#prevPers,
#prevPic{
	float:left;
	margin-top:40px;
	margin-right:4px;
	#margin-right:0px;
}
#nextPers,
#nextPic{
	margin-top:40px;
	float:left;
}
#clearer{
	clear:left;
}
#sampleDetail{
	width:500px;
	height:313px;
}
#sampleDescription{
	background:#4296d6;
	margin-left:36px;
	margin-right:36px;
	#margin-left:32px;
	#margin-right:31px;
	color:#fff;
}
.sampleLink{
	cursor:pointer;
}