@charset "utf-8";
/* CSS Document */

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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}


/* Page */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#000;
	color:#fff;
}

strong {
	font-weight:bold;
}

#page {
	width:950px;
	margin:0 auto;
}

.logo_f5 {margin-left:15px}


#switch a {
	display:block;
	float:right;
	width:150px;
	height:34px;
	line-height:34px;
	text-align:center;
	color:#b1b1b1;
	text-decoration:none;
	background:url(../img/switch-lang.png) top left no-repeat;
}
#switch .sharethis {
	display:block;
	float:right;
	width:150px;
	height:34px;
	line-height:34px;
	text-align:center !important;
	color:#b1b1b1;
	text-decoration:none;
	margin:0 5px 0 0;
}

#switch .sharethis a{
	display:block;
	float:right;
	width:150px;
	height:34px;
	line-height:34px;
	text-align:center !important;
	color:#b1b1b1;
	text-decoration:none;
	background:url(../img/share.png) top right no-repeat !important;
}
#switch .sharethis a span{
	display:block;
	float:left;
	width:150px;
	height:34px;
	line-height:34px;
	text-align:center !important;
	color:#b1b1b1;
	text-decoration:none;
	margin:0 0 0 15px;
}

/* Général */

.blue {color:#4cb0fb}
.purple {color:#ce27aa}
.green {color:#00d60a}
.yellow {color:#f1bf00}



/* Content */

#content {
	width:840px;
	float:right;
}	


#content h1 {
	margin:95px auto 35px auto;
	text-align:center;
}

#content h2 {
	text-align:center;
	margin-bottom:100px;
}

#content h3 {
	margin:25px 0;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}

#content h4 {
	font-size:24px;
	margin:15px 0;
	text-transform:uppercase;
}

#content h5 {
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
}


/* Appel à projets */

#appel-projet .screen {
	float:right;
	margin-left:25px;
	margin-bottom:10px;
}

#appel-projet li {
	font-size:18px;
	line-height:24px;
}

#appel-projet li a {
	color:#fff;
}
#appel-projet li a:hover {text-decoration:none}

#appel-projet .demo {
	margin:20px 0;
}

#appel-projet .demo a {
	font-size:18px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	background:url(../img/bg-back.png) top left no-repeat;
	width:200px;
	height:33px;
	line-height:33px;
}


/* Proposer un sujet */

#proposer-sujet li, #proposer-sujet p {
	line-height:18px;

}


/* Warning */

#wraning {
	margin:40px 0 20px;
	padding:5px 45px;
	background:url(../img/ico_warning_16.png) no-repeat 15px center;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	background-color:#333333;
	border:1px solid #666666;
}


/* Thématiques */

#thematiques h5 {
	background:url(../img/bg-line-thema.png) repeat-x 0 40px;
	padding-bottom:10px;
	margin-bottom:10px;
}

#thematiques h5 a {
	display:block;
	float:left;
	padding:8px 0;
	color:#fff;
	text-decoration:none;
}

#thematiques .open {
	display:block;
	float:right;
	width:34px;
	padding:0;
}

#thematiques p {
	margin-bottom:10px;
	line-height:18px;
}

#thematiques .big {
	font-size:16px;
	line-height:20px;
	margin:0;
}	

#thematiques div {
	padding-top:35px;
}

#thematiques div div {
	padding-top:0;
}


/* Form */

#form {margin-bottom:150px;}

form .tf, form textarea, form select {
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

form .tf, form select, form option {
	height:20px;
	padding-top:2px;
}

form select {padding-bottom:3px;height:22px;}

form label {
	display:block;
	clear:both;
	margin:15px 0 4px;
	cursor:pointer;
}

#prj_subject {height:80px;}
#prj_aut_bio, #prj_colab_bio {height:100px;}

form .compteur {
	color:#919191;
	margin:3px 0 10px;
}

form fieldset div {
	width:293px;
	float:left;
	margin-right:14px;
	margin-bottom:15px;
}

form fieldset div label {margin-top:0}

form fieldset div .tf, #prj_aut_status {
	width:293px;
}

#wrap_prj_colab {
	clear:both;
	width:300px;
}

#wrap_prj_colab label {
	display:inline;
}


#colab {
	background:#262626;
	padding:15px 40px;
	margin:15px 0;
}

#colab h4 {
	color:#9a9a9a;
	margin:0 0 20px 0;
}

#upload ul {
	width:82%;
	margin-bottom:20px;
}

#upload li {
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}

#upload li ol {
	padding:18px 0;
}

#upload li ol li {
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}

.submit {
	margin:20px 0;
}



/* Errors */

.error {
	color:#d70000;
	margin:4px 0 8px;
	font-weight:bold;
}

.error img {
	vertical-align:middle;
	margin-right:5px;
}



/* Success */

.success {
	font-size:16px;
	line-height:20px;
}

.success a {
	color:#fff;
}

.success p {
	margin:15px 0;
}

.success .back a {
	background:url(../img/bg-back.png) top left no-repeat;
	display:block;
	margin:0 auto;
	width:151px;
	height:33px;
	font-size:18px;
	text-align:center;
	line-height:33px;
	text-decoration:none;
}



/* Footer */

#footer {
	clear:both;
	margin:0 0 10px;
	color:#4cb0fb;
	font-weight:bold;
	text-transform:uppercase;
}

#footer img {margin-right:10px;}

#footer a {
	text-decoration:none;
	color:#4cb0fb;
}

#footer a:hover {text-decoration:underline}



/* Admin */
.admin h1 {
	text-align:center;
	margin:30px 0;
}

.admin th {
	background:#333;
	font-weight:bold;
	text-align:center;
	padding:10px 15px;
}

.admin td {
	border:1px solid #333;
	padding:10px 15px;
}

.admin table {
	margin:auto;
	border-collapse:collapse;
}

.admin a {
	color:#fff;
}